Personalized permalink
-
Hi!
I need help.
Considering My permalink in configuration section is:
/News/%post_id%/%post_name%/
Yes..”news” is fixed….(its a kind of site migration and i need to keep those uRLs because of the SEO and google rank)…And i really need the “post id” in the middle of url..It works well with regular posts..but this way is very ugly..But when a created a post type..the URL output was that:
/News/news/somepostslug..the post id just gone!!
I tried to change permalink configs this way:
/%post_id%/%post_name%/And then the URL output was that:
/news/somepostslugWould be ok..in normal case..but not in mine.
I need to personalize it…cuz the id..
I just would like to remove /News/ from permalink section and use this as post type created in your plugin…obviously is the right way..and i need this..After that test, i tried to use /%post_id/ inside your plugin post type slug configurations..but no sucess at all..this way: /news/%post_id%/ and uRL output was:
/news/%post_id%/somepostslug…Even worse.. 🙁I need the URL this way:
/news/99999/postslug(using your plugin by creating “news” post type)….How can i do it??
Thanks a lot
The topic ‘Personalized permalink’ is closed to new replies.