• Hello,

    In bellow screenshoot you can see that my site breadcrumb and permalink is different.

    I want that my blog site posts have this form >> mysitelink.com/blog/posttitle

    How can I do that

    https://prnt.sc/IlBtN6j4aTF4

    Thanks in advance

    • This topic was modified 3 years, 8 months ago by jasmineghazarian.
    • This topic was modified 3 years, 8 months ago by Jan Dembowski. Reason: Moved to Fixing WordPress, this is not an Developing with WordPress topic
Viewing 1 replies (of 1 total)
  • There’s no implicit relationship between breadcrumbs and permalinks.

    To have your desired URL structure for POSTs, you need to hard-code the blog keyword into your permalink settings. That is, set your permalink to the custom format: /blog/%postname%/

    Please note that this will affect other POST-related URLs on your site as well. Eg:

    Category archives now become example.com/blog/category/{category-slug}/. And since you have a category named “Blog” (this is entirely unnecessary, but that’s another topic), the “Blog” category URL now becomes example.com/blog/category/blog/. Yeah!

    — Author URLs become example.com/blog/auhtor/{author-slug}/

    — Tags now become example.com/blog/tag/{tag-slug}/

    — Even date-based archive URLs are affected as well.

Viewing 1 replies (of 1 total)

The topic ‘Link/permalink/slug problem’ is closed to new replies.