Alright well this might not be ideal, but it works and was much simpler than I thought!
I ended up just adding a $_GET parameter to the 2nd taxonomy terms’ linked url, so I could get the 2nd term from the other taxonomy on the next page through $_GET.
On the next template I built a new WP_Query that uses the tax_query parameters to return posts from both taxonomy’ terms, if the 2nd taxonomies term is set.
Any thoughts on a better approach are still very much welcome.
Related Posts:
- how “manage_posts_custom_column” action hook relate to “manage_${post_type}_columns” filter hook?
- Filter Posts By Tag
- Sidebar links for different pages
- Filter Custom Post Type by Category with Ajax
- Trying to exclude custom posts based on date, while sorting by custom field
- How to add a custom class attribute into code wrapper? [duplicate]
- filter buddypress users posts by user ‘xprofile’ custom fields
- Customizing URL slugs of Custom Post Type and Taxonomy make posts/pages 404
- How to modify specific parts of a post content in WordPress
- Get Posts Under Custom Taxonomy
- Is there a action hook for the “Empty Trash” button?
- Remove Categories / Tags From Admin Menu
- Apply the_title() filter in post & page title, but not in menu title
- Update post counts (published, draft, unattached) in admin interface
- How to display by default only published posts/pages in the admin area?
- Removing any and all inline styles from the_content()
- Find out who deleted a page or post?
- Post/Page Preview Template
- Custom Post Types, slug, archive and SEO plugins
- Removing filter dropdown in posts table (in this case Yoast SEO)
- Setting Custom Sort Order of Posts within a Category
- Get old values for post before saving new ones
- Search Custom Post Type Pages and Custom Fields in 2 Dropdowns?
- Displaying the category name of a custom post type
- Where does WordPress store the users customization in the theme
- Add a checkbox to post screen that adds a class to the title
- Using single.php from plugin folder instead of default template folder
- How does filter the_posts work?
- using wp_update_post on save_post
- Custom permalink structure only for default posts
- Show WordPress Custom Taxonomy Items Based On a Selected Item From Another Custom Taxonomy
- Replace image attributes for lazyload plugin (data-src)
- Exclude drafts in all() view of edit.php
- How to publish a post with empty title and empty content?
- delete post also attachments
- WordPress plugin to publish to multiple remote WordPress blogs
- How to add a “publish” link to the quick actions
- Is this the best (and only) option to style CSS for a given post type?
- Sort post by attributes ‘order’
- Any way to create a revision of a post ONLY with a new button in the Meta Box?
- Attach pdf file to custom post type
- How to display comments and comment form on custom post type?
- How to disable drafts?
- How to change the layout and styling of posts according to their category in WordPress?
- How do I create a featured post within a custom post type?
- Why is wordpress removing some unicode characters (e.g. some emojis) when I save my post?
- how to enable different number of revisions for different blogs when using WPMU?
- adding a custom css class to post
- Showing current taxonomy terms
- Prevent duplicate posts in wp_insert_post using custom fields
- Custom Post Type Pagination Doesn’t Work in WordPress 3.4
- Static posts page with home.php
- Add default content to post (for specific category)
- Unattaching images from a post
- how to display post content without post image?
- Create new category upon save based on post information
- Pagination not working on Custom Page Template
- How to wrap every image in a post with a div?
- Post from front-end only by logged in users, form posts as “posted by:
- automatically create taxonomy with same name as post title
- Exclude category on blog list page
- How to remove_filter that filters iframes in posts? [duplicate]
- meta_box or custom_field as a second tinymce post-instance?
- Filter posts by author and category simultaneously
- Delete Post Link to delete post, its meta and attachments
- Custom Taxonomies Incorrectly Counting Revisions?
- wp_update_term is always launched after wp_insert_term
- Navigation link to specific user page
- Filter post before *editing*
- Filter/Remove HTML Elements on all posts and pages
- Show One Category on Post
- WordPress Delete hook with wp_delete_post function?
- Custom post type single (permalink) throws a 404 error
- Order post by year DESC and month ASC
- How to edit wordpress RSS feed to show post title only
- Add custom field to category of custom post type
- Display custom post types by date field
- How to hook a function only when I need to delete permanently a post?
- Allow role to delete posts but block him the wp-admin
- Why does `url_to_postid` return 0 when testing `page_for_posts` Page?
- Do I use custom post type or something else?
- What Can I Use To Add A Custom Button Between Publish button and Move To Trash?
- Adding Multiple Values to a Post Meta Key
- How do I get the slug of a custom taxonomy category of a post?
- display order of connections
- Delete Post From Front-End and attachment permanently
- Add custom fields to post programmatically
- same template for multiple custom post type single
- if custom post type exist
- How to place HTML below the title of the (custom) post overview
- How to display different single post template based on author?
- How to get a nofication when post submitted
- user contributed content as custom post types
- Custom post type permalinks breaking due to 3.1 bug fix
- If specific user role then sticky post
- Show the author’s count of total amount of posts assign to a custom taxonomy term
- Remove custom posts that match taxonomy value
- Using Custom Posts with Metaboxes and Drop-downs
- Custom Theme Want To Remove One Category From All Displays
- Is it possible to have two different previews of a post (ie. two templates for one post)?