I’m using this code to enable custom post types and taxonomies on my site (I’ve also included this below to save linking out) https://gist.github.com/kasparsd/2924900 The code works great for...
Forgive me – my WordPress/PHP skills are hilariously rudimentary, so I may not use the correct terminology. I have added a custom tab to the WooCommerce single product page...
I have products from some API and want to insert these products. I was able to insert products and use already existing attributes ( or added by UI )....
After I select terms and then save my custom post type, new taxonomy terms are generated with integer values and selected every time. I don’t know what the problem...
I want sorting custom taxonomy admin table with terms by terms meta. This meta is sort index of terms. But I dont know how can do it. I use...
I want that my search page give results of posts (that i want that show) and taxonomy The code to get just two type of posts: function searchfilter($query) {...
I am having difficulties setting up the following structure in WordPress: site.com/custom-taxonomy-phase-term/ (taxonomy page but without the taxonomy slug) site.com/custom-taxonomy-phase-term/article-name/ (single post without the custom post type slug) site.com/anyotherpage...
I have a custom taxonomy (with terms that include all 50 states) that I’m displaying, along with the title of the posts in that term directly below. Simple, and...
I’ve created a custom post type (projects) with different custom taxonomies (projects’ categories). I would like to create a categories’ filter but with AJAX, so without reloading the page...
I’ve been working with Custom Post Types and Custom Taxonomies for ages but one thing I can never get right are the rewrites when applying a shared taxonomy to...