• I’m not even sure where to begin, or if what I’m requesting is possible. Here’s the situation: I’m using a sermon plugin for a church website. (Sermon Manager). There are custom taxonomies for Series of Sermons, Service Types, Speakers, etc. I’m needing a way to display Series of Sermons that are from one of the Service Types. Is there a way to do this? I’m not even sure what the best route would be. Would there be a way to pull sermons from one Service Type tax, then filter the sermon series tax that are in those results? Let me know if more clarity is needed…

Viewing 1 replies (of 1 total)
  • Moderator bcworkz

    (@bcworkz)

    Have a look at Class Reference/WP Query

    The ‘tax_query’ argument allows for some very complex taxonomy queries. To use this class, I’d suggest making a custom page template that runs the standard WP_Query loop using your custom arguments. Add a page using this template and that’s basically it.

    You can also override the main query by using the ‘pre_get_posts’ action, plus there are ways of causing custom templates to be used by virtue of how they are named. There’s many ways to invoke custom code, but all code will invariably use WP_Query.

Viewing 1 replies (of 1 total)
  • The topic ‘List Taxonomy name of item with 2nd tax filter’ is closed to new replies.