• I have a page called ‘news’ and a Post category called ‘news-item’. The News page uses a page template to display all posts from ‘News item’ category eg:

    mysite.com/news/

    Problem is, I noticed the News item category slug has it’s own directory which displays all the posts:

    mysite.com/news-item/

    ? Is it possible to disable mysite.com/news-item/ listing ?
    ? .. Or is it possible to redirect mysite.com/news-item/ to page: mysite.com/news/

    Thanks

    • This topic was modified 5 years, 8 months ago by bashibazouk.
    • This topic was modified 5 years, 8 months ago by bashibazouk.
Viewing 3 replies - 1 through 3 (of 3 total)
  • There is a redirect plugin in the repository, where you can add the redirects you need.

    See if that helps you set up the needed redirect.
    One installed you’ll find its pages under the “Tools” menu
    Click on Add New
    add into the Source field /news-item
    add into the Target field /news
    Once you saved it you can go into the list and run a “Check Redirect”

    Try it out and see how that works for you.

    Thread Starter bashibazouk

    (@bashibazouk)

    Thanks @bph

    You are welcome.

    If this fixes what you need to do, please don’t forget to mark this topic as resolved. This helps others to benefit who have a similar problem.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Redirecting post category listing to page’ is closed to new replies.