IT Nursery
I’m trying to print out all the posts within every taxonomy for a custom post type called product (jigoshop products). So i get all of the taxonomies using $cats...
  • April 25, 2022
  • 0 Comments
IT Nursery
I’ve registered a custom post type “object” and registered the taxonomy “post_tag” so that these objects can be tagged. register_taxonomy_for_object_type('post_tag', 'object'); When I visit domain.com/tag/{object-slug} it does not find...
  • April 25, 2022
  • 0 Comments