I’m trying to display 5 related posts in the loop, those related posts being posts that share the same taxonomy value. e.g. I have a custom taxonomy set up...
  • May 3, 2022
  • 0 Comments
I have created a custom post type and added various meta boxes/fields to this custom post type. All is working excellent except for one element… Instead of utilizing the...
  • May 3, 2022
  • 0 Comments
IT Nursery
Below is the code i use to output the post tag (taxonomy) count/number. I want to be able to split the count based on post type that the taxonomy...
  • May 3, 2022
  • 0 Comments
IT Nursery
For example, I have WooCommerce products that have taxonomies: brand (e.g. Converse, adidas, D&G) (taxonomy id: product_brand) category (e.g. Boots, Sneakers, Sandals, Heels) (taxonomy id: product_cat) Of course, not...
  • May 2, 2022
  • 0 Comments
IT Nursery
Can I get the term by its id without knowing to which taxonomy it belongs? I have a meta field that stores term ids, but doesn’t store the taxonomy....
  • May 2, 2022
  • 0 Comments