• Resolved r.sumerall

    (@rsumerall)


    Basically, I have 8 Posts that are related to each other and I would like to have breadcrumb-like navigation between. They are all within the same category, so I thought this would be easy, but I cannot get it. They all have custom templates, and I was calling the posts in category 18, but it was only showing the title for the Post currently being viewed instead of all 8.

    Any thoughts?

    Thanks,
    Rebecca

Viewing 1 replies (of 1 total)
  • Thread Starter r.sumerall

    (@rsumerall)

    So as a “for now” solution I hard-coded a list of the posts into the template, but I don’t know how to link it to the appropriate pages (I don’t want to hardcode a URL as that will change when the site goes live). I would also like the current post to be underlined.

    Here’s my code:

    <ul class="crumb_nav">
    	<li><a href="#">Brochures</a></li> &bull;
        <li><a href="#">Business Cards</a></li> &bull;
        <li><a href="#">Digital Booklets</a></li> &bull;
        <li><a href="#">Door Hangers</a></li> &bull;
        <li><a href="#">Flyers</a></li> &bull;
        <li><a href="#">Pocket Folders</a></li> &bull;
        <li><a href="#">Postcards</a></li> &bull;
        <li><a href="#">Posters</a></li>
    </ul>

Viewing 1 replies (of 1 total)
  • The topic ‘Display a list of Posts within another Post’ is closed to new replies.