Remove Post Type Slug

Remove Post Type Slug Install Statistics

0
100%
Today: 0 Yesterday: 0 All-time: 985 downloads
Remove Post Type Slug Icon

Try plugin: Remove Post Type Slug

We'll create fresh WordPress site with Remove Post Type Slug installed. You have 20 minutes to test the plugin after that site we'll be deleted.

Takes ~10 seconds to install.

About Remove Post Type Slug

This plugin will help you to remove the default custom slug of post type from the url which is common requirement for all the SEO lovers.

0


0


0


0


0

updated: 1 year ago
since: 3 years ago
author: Akshay Shah

Description

This plugin will give you the advantage of having the clean seo url. You can remove custom post type slug and have the seo friend url by click couple of clicks.

This plugin can remove the custom custom post type slug as well by going into the plugin settings.

You can do this by doing the admin login and check admin menu > Remove custom post type Slug Settings

Once you click on it you will be able to see all existing the custom post type slug you just need to selected it and save the settings.

For the developer i have given the filter as well with the use of that filter you can directly add the slug in the array which will remove the slug.

Filter name is remove_custom_post_type_slug.
add_filter( ‘remove_custom_post_type_slug’,function ( $slug_list ){
return $slug_list
} );

In the above array you need to make sure that you pass the slug name as it is.

It is working with the below functions you just need to make sure that you have used the one of the below function to have the post link.

post_type_link
get_the_permalink
the_permalink

This plugin is compatible with custom post type ui as well.

Apart of this you can create the ticket for your query or reach me out for quick question on [email protected]

If you’re looking for remove the taxonomy slug. I do have another plugin that you can refere here : https://wordpress.org/plugins/remove-taxonomy-slug/