I have a Newsletter custom post type, with the taxonomies ‘training’, ‘members’, and ‘youth’.
How do I create a URL which will link to the newest post with a specific taxonomy. Something like **/newsletters/?category=youth&newest**.
I have a working single post template which displays the correct newsletter in a PDF viewer once a specific post is selected. It then shows a Listing/Archive which shows the other newsletters in the category in a column down the side of the page. Clicking one of these brings up selected newsletter in the PDF viewer.
Similarly, can I use the URL to set the taxonomy for an associated Archive which is displayed on the page?
My post type is created with JetEngine, but I can’t find any documentation specific to their ‘framework’.
[ad_2]