you can only use category if post_type=post. that’s the way wordpress works.
so, if you want to narrow your selection within books, you use both taxonomy= along with taxonomy_terms=. however, as you have to specificy the exact terms. and this might be tricky. here’s an example:
[the_future_posts post_type=”exhibition” taxonomy=”exhibition_category” taxonomy_terms=”2017″………………….
where “2017” is the category slug name. note that the Pods plugin always adds a “_category” suffix to the taxonomy.
depending on what you have specificed, it should be something like this:
[the_future_posts post_type=”books” taxonomy=”books_category” taxonomy_terms=”red-falcon-series”………………….
It should spit out the terms within the books category of “series”. If it’s not dynamic, it doesn’t help, unfortunately.
instead of introducing <span class=”tax_display”> you can use class “tfp_categories”. it’s already there for you.
Yes, I know and I call upon it, but because I had to hide the first taxonomy that I didn’t want shown, I needed to be able to address it and I couldn’t do that without a tag around it of some kind. Does this make sense? It’s showing me the terms from ALL my taxonomies (in my case, there are two for ‘books’ – series and world – I only want series). So i had to use CSS to hide the ‘world’ terms.
and if you need to use different settings for each instance of The Future Posts, you can use “theme_custom=my_suffix_001” or “theme_custom=on_the_left” or whatever suffix name you want the plugin will generate the class for you, and then use it as DIV class “my_suffix_001_categories” or “on_the_left_categories”.
That’s handy, thank you! ??
I also wanted to make sure you saw my feedback from yesterday about the permalinks. I added my snippet back to my functions file and it works now, but you’d mentioned adding that feature to your plugin, but when I tried it, it didn’t work. We got caught up in the taxonomies, I didn’t want you to hear about it later if someone says it doesn’t work. ?? It’s fine on my end, as I said, I added the snippet back and all is well.
I also hope you received my donation. I really appreciate your attention to this!