该插件尚未通过WordPress的最新3个主要版本进行测试。 当与较新版本的WordPress一起使用时,可能不再受到维护或支持,并且可能会存在兼容性问题。

Remove Post Type Slug

描述

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 akshay.shah5189@gmail.com

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/

屏幕截图

  • Admin side setting screenshot.

安装

This section describes how to install the plugin and get it working.

e.g.

  1. Upload remove-post-type-slug.php to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Place <?php do_action('plugin_name_hook'); ?> in your templates

评价

此插件暂无评价。

贡献者及开发者

“Remove Post Type Slug” 是开源软件。 以下人员对此插件做出了贡献。

贡献者

将“Remove Post Type Slug”翻译成您的语言。

对开发感兴趣吗?

您可以浏览代码,查看SVN仓库,或通过RSS订阅开发日志

更新日志

1.0.1

  • Check with latest wordpress version.

1.0

  • A change since the previous version.
  • Another change.