Tagged Questions
0
votes
2answers
56 views
Display next 3 posts based on custom taxonomy
I am wondering if anyone could help me accomplish something like this: https://medium.com/thoughts-and-words/5ccef7b3e1fc with custom post types?
I have a custom post type called projects and ...
0
votes
0answers
65 views
How to get Next or Previous Image on attachment page within same taxonomy term
I'm trying to set up non-conventional image galleries for a photography website using taxonomy pages instead of traditional pages which employ the [gallery] shortcode.
The taxonomy ("image-gallery") ...
1
vote
2answers
81 views
Pass taxanomy parameters to next_post_link()?
I am trying to find out if it is possible to pass certain parameters to next_post_link() and previous_post_link() to make it only show other custom posts that have the same custom taxonomy values ...
1
vote
1answer
1k views
Next and Previous links on a single taxonomy page only link to same term
I am currently using toolbox as a parent theme and have created a template file called single-projects.php where all posts of the custom post type 'projects' are shown. The previous and next buttons ...