I\'m a trying to set up an archive page with custom post types and custom taxonomy in Wordpress. I have created the custom post type: “package” and the custom taxonomy: “software”. My problem is
I have an exposed taxonomy filter that allows the user the filter by term. The vocabulary is 2 tiers, however in the exposed filter menu the hierarchy appears flat.
Let\'s say I have one custom taxonomy called \"movies\" and another called \"开发者_C百科actors\". How to I link those two taxonomies so as to know which actors play in such and such movie, or which m
I have a problem with sorting terms of custom taxonomy. I need some way to sort them manually (not alphabetical or by date) via WP back-end. In future I need to show them in that order.
// Application Drupal 7 // Problem Background My website imports product data from a CSV file. I have a module that parses the file and creates appropriate nodes. In the CSV file, product category
good morning, My work\'s goal is to build modular ontologies with non-taxonomic relations. I have some troubles in writing them in an owl file (I can\'t visualize the relations between class and res
I have a page where nodes are categorized using a base taxonomy (let\'s say \"species\" -> animal -> mammal -> ape).
Curious if anyone has tried filtering content via get_pages using a custom taxonomy. I\'ve got a custom post type labeled \"clothing\" and I\'m trying to create a \"Previous & Next\" navigation by
I\'m using taxonomy_menu module to render a two level menu from my taxonomy vocabulary. So far so good.
I have a problem and I\'m pulling my hair out over it. I have a vertical nav menu which lists a taxonomy\'s terms and child terms.