Tagged Questions
1
vote
1answer
106 views
Organize WordPress site, so it can maintain with huge database
Intro:
Hello, I am making coupon website and I need an advise. So, the structure at the moment is like this:
Coupons ( posts )
Categories of coupons ( categories )
Shops ( tags )
In the near ...
1
vote
2answers
626 views
Use the_taxonomies() to create a simple list
I'm trying to create <div class="cat-hidden categories"></div> where categories is a list of the categories the current post is posted in.
When just using the_taxonomies(), it outputs ...