Tagged: Portfolio
Currently using the Enfold theme the default navigation for the floating bars/buttons on either side of a post is to the previous (left hand side) or next (right hand side) posts by date. This currently queries all posts and navigates to the previous or next post regardless of portfolio. I want to be able to navigate to previous or next posts within a specific portfolio. How can I do this?
Hi M15terp!
Do you mean within a specific portfolio category? Try this out, https://kriesi.at/support/topic/avia-post-nav-with-the-same-category/#post-185420.
That will set it to use the next portfolio item in the same category as the current post.
Regards,
Elliott
Related question:
How do I turn this function off so the side navigation is disabled?
Thank you.
Hey!
@Michael: You can add this in the Quick CSS field:
#top .avia-post-nav {
display: none !important;
}
Cheers!
Ismael
Perfect, thank you.