• First, I apologize if this is in the wrong place. I’ve never had more trouble simply just finding a place to post about what’s going on than I have here on WordPress. That, in an of itself, is kind of garbage.

    If you look at the link above you’ll see that I’ve got some navigation at the bottom of the content on the page. A link to the previous episode, the episode list, and the next episode.

    I’ve got hundreds, if not thousands, of pages that I want to add that too and doing it manually with a lot of copy/paste is getting a little ridiculous.

    Does anyone know if there’s a better way to set this stuff up? Maybe a plugin? I don’t know much about WordPress. The way I have everything structured, it seems to me like there should be a way to do it all by parent directories.

    Example being… if I’m on /parent/02-whatever… a “Previous” would direct to /parent/01-whatever and a “Next” to /parent/03-whatever. This would be unique to every parent and could be done with a block I imagine.

    That seems to be the most simple way to do the job, but like I said I don’t know much about this, so maybe someone smarter than me can point me in the right direction.

    Thanks very much.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • You’re really building this navigation manually right now? Actually, from my point of view, this would be the task of the theme or – if that doesn’t support it – a plugin or an individual addition that automatically puts it at the end of every page.

    The crucial thing is that your posts are arranged correctly. The navigation should link the previous and following post within the same navigation level. Or go by category if you have sorted all posts on your topic into one category.

    Therefore, it is best to ask the support for your theme. Their page is not available for me right now, I hope for you this is not permanent: https://afthemes.com/products/broadnews/

    Moderator bcworkz

    (@bcworkz)

    A parent/child hierarchy isn’t available for posts, only pages. With most themes, only posts have automatic chronological navigation links at the bottom of single posts, not pages. So I don’t think parent/child navigation scheme would best suit your needs.

    What is possible is automatic chronological navigation between posts within the same category. You could have dozens of categories and the next/prev links would link to the adjacent post only within the current post’s own category. If your theme doesn’t offer this possibility on its own, some minor template modification might be all that’s needed to gain the functionality. Note the $in_same_term parameter on this doc page.

    If your theme is subject to periodic updates, don’t directly modify theme templates, instead create a child theme to contain modified theme files.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Making Navigation More Efficient’ is closed to new replies.