Taxonomy and Category can't be displayed together
jdrly opened this issue · 1 comments
Describe the bug
As said in the title, if I write a shortcode in with stats_category=1 taxonomy=' post_tag' stats_taxonomy=1 it will only display taxonomy. No matter what combination I try.
To Reproduce
Steps to reproduce the behavior:
Use my shortcode.
Expected behavior
Show both
Screenshots
https://imgur.com/a/ZjmkuJo
Environment:
- WordPress version:
- PHP version: 7.3.31
- Database version: (honestly no idea - MYSQL)
- Plugin version: 6.0.5
- Active plugins: No caching plugins
Hi @jdrly,
Yes, the plugin cannot display multiple taxonomies at the same time unfortunately. I plan to change that on a future release.
For the time being to show more than one taxonomy you'll need to use the Custom HTML feature in conjunction with custom Content Tags so you can display both categories and tags on your popular posts list.
Here's an example on how to create and use custom Content Tags: Display Tags and Author image.
If you have any questions don't hesitate to ask.