Basically I’ve setup a custom post type and taxonomy for a set type of posts and I’m creating a child theme from twentyeleven. When I use the default WP...
Someone very kindly helped me out on another question, which has now lead to this problem of two functions causing a database error. From what I’ve read it could...
I need to display the current term in my custom taxonomy in a single post. example: My custom taxonomy is products and term of them is product-1, product-2 and...
It is possible to search for posts with a specific term by appending the URL with: ?&term=abc Is it possible to do the opposite and search excluding a specific...
I’m creating a complex site with a product catalog with two custom taxonomies. They are Brands and Types. Brands – Canon – Toshiba – HP Types – Printers –...
I’m looking to be able to find the depth of a term within it’s hierarchical tree. Produce -- Vegetables ---- Carrot ---- Onion ---- Celery -- Fruit ---- Apple...
I’m currently displaying custom taxonomies in a drop down menu. Each taxonomy has its own little wrapper in the sidebar. Is it possible to move the taxonomy to inside...
I’ve created a custom post type (called Sponsors) with an additional taxonomy connected to it, called “Type”. Everything is essentially working perfectly but I would very much like to...
This is a cross post from the WordPress forums, which I apologize for, but it has been almost a week and not getting any response there so hoping someone...
I have a custom post type, called articles. I’ve also created a taxonomy called subject. Each article has a subject, just like posts have categories. Now to the problem....