Skip Navigation

[Resolved] How to change permalink template just for exact custom post type?

This support ticket is created 6 years, 2 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Hong_Kong (GMT+08:00)

This topic contains 1 reply, has 2 voices.

Last updated by Luo Yang 6 years, 2 months ago.

Assisted by: Luo Yang.

Author
Posts
#1087799

I have post name default permalink template for all posts.
But I want that for one custom post type it will be just postid as post permalink. How I can do it?

#1088256

Hello,

Unfortunately, there isn't such a built-in feature within Toolset plugins, Types plugin is using wordpress function register_post_type() to create new custom post types.
https://codex.wordpress.org/Function_Reference/register_post_type

See above document, there isn't such an option to achieve what you want.