• Hi,

    I want to change the permalinks to display as I want. Please note I am using wordpress as a CMS.

    But since I am using $_SERVER[REQUEST_URI] (similar to $_GET), changing the permalinks messes things up.

    The website address looks like this:
    https://www.url.com/leadstory/full-news-list/456/

    Now I want to, change “leadstory”, “full-news-list” and “456” in the address bar, into something more meaningful like:

    https://www.url.com/categoryname/news

    How can I do this, knowing that the number(456) is used in for $_SERVER[REQUEST_URI], and that the full-new-list is named as such in the pages layout as template.

    Thanks

  • The topic ‘PERMALINKS:Changing to display the URL you want’ is closed to new replies.