---
title: "Changing the View custom post type slug"
date: 2026-04-23
author: "GravityKit"
link: "https://www.gravitykit.com/docs/gravityview/customizing-your-views/changing-the-view-slug/"
---

By default, the plugin presents Views using the following URL structure:

```
http://www.example.com/view/my-view-name/
```

```
http://www.example.com/view/my-view-name/
```

If you'd like to change the part of the URL (known as a "slug") from `view` to a different name, then follow these steps:

- Access the GravityKit's Settings page;
- Once inside the Settings page, locate the GravityView tab and click on the Permalinks link;
- On the right side panel, you can change the View Slug;
- And don't forget to save your settings at the end.