taxonomy
Wordpress - Filter by Taxonomy
Something weird happening in my query and can\'t see what\'s wrong I am passing the variable THEME from a select list.[详细]
2023-03-25 21:54 分类:问答jQuery filtering by post
I have an archive page that shows custom posts, each of which has a div that shows the post\'s taxonomy terms (custom categories \'jobtype\') in a div like so:[详细]
2023-03-25 10:49 分类:问答Drupal's category (taxonomy) name of article (node)?
Developing my custom Drupal开发者_JS百科\'s theme. it will contain custom node.tpl.php file. How can i get and print related taxonomy names of selected node?[详细]
2023-03-16 07:42 分类:问答WP_Query through all terms of a taxonomy
I\'m trying to loop through all posts within a specific taxonomy, regardless of what term they\'re in (ie, through all terms in that taxonomy).[详细]
2023-03-15 21:28 分类:问答wordpress test if custom taxonomy term is child of another term
how can i test if a wordpress taxonomy/term page is a child of another term? For instance, if i have a taxonomy for \"portfolio-categories\" which is hierarchical.my top level terms are \"digital\" an[详细]
2023-03-11 14:06 分类:问答Generating wordpress menu from custom taxonomies
I\'ve created a custom post type (products) that has some custom taxonomies.One of which is \'category\'.I would like to have my menu under Products generated automatically with the custom taxonomy \'[详细]
2023-03-11 10:02 分类:问答Re-use default categories/tags taxonomies for custom post type?
In my wordpress theme\'s functions.php, I\'ve created a custom post type called foobar. Is it possible to re-use the default categories 开发者_如何学编程and tags for foobar posts? Or do I have to crea[详细]
2023-03-11 08:07 分类:问答get_category_link() is returning nothing
I am using the get_categories() function to manually create myself a nav menu.I have a custom taxonomy I\'m using called Category and I\'m trying to return the link for it for mytags in the menu using[详细]
2023-03-11 07:46 分类:问答How do I make a Wordpress archive page for custom posts and taxonomies?
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[详细]
2023-03-10 07:51 分类:问答Drupal: Views taxonomy exposed filter, show tree/hierarchy in drop down menu
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.[详细]
2023-03-10 06:53 分类:问答