Viewing 5 replies - 1 through 5 (of 5 total)
  • mccormicky

    (@mccormicky)

    Just go to Dashboard >> Settings >> Permalinks
    Select: Custom,specify below
    and put in /%category%/%postname%/
    The final slash / is optional or at least it was when I used this setting. I now use /%post_id%/%postname%/ which looks like what is your current permalinks setting.

    Samuel B

    (@samboll)

    I would not use /%category%/ to start a permalink structure – this queries the db a lot
    http://codex.ww.wp.xz.cn/Using_Permalinks#Choosing_your_permalink_structure

    from what you want use just /%postname%/ in your custom permalinks

    Thread Starter somethingbignet

    (@somethingbignet)

    Thank you very much! 🙂

    mccormicky

    (@mccormicky)

    Thanks Samboll, the info I had must have been from an old WP Docs page…I used to use just /%postname%/ but I read that /%post_id%/%postname%/ was easier on the database than /%postname%/.

    Samuel B

    (@samboll)

    @ mccormicky
    that was true with older versions – and some servers still crap out- but normally it works just fine

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘permalink – Post Title’ is closed to new replies.