I actually have 2 questions regarding Drupal 7 and Rules.: How to check if a term exists with rules How to make a new node and forward to the node entry with rules
I\'m trying to figure out开发者_如何学Go how to add add terms for pages to my body class automatically. I\'m very close with some code I\'ve been piecing together. Right now this works, but only retur
I have a View set up to display featured Article nodes. For each node there are 2 taxonomy vocabs to use. The first is \'Featured\' with a term \'Yes\'; the second is \'Section\' with terms: Home, Inf
I have a custom post type FAQ and custom taxonomy Category. I want to loop through the taxonomy Category, take its values, and then loop throu开发者_C百科gh custom post type FAQ and grab all the post
I have a little problem with removing the taxonomy base from the URL in Wordpress.I tried different approaches but none worked.
I already have this almost working, with a neat snippet someone helped me with. Currently though its displaying all posts regardless of category or post type with the same taxonomy term as the current
I\'m hitting a wall here. I have a block that lists my taxonomy terms and when I click to view that term page all I see is a list of node titles, the submitted by info, a comment link and RSS feed. Th
I have one vocabulary with 4 taxonomy terms - Term A - Term B - Term C - Term D and there are some nodes which I grouped in views by taxonomy term, so the result looks
I\'m currently developing a Drupal 7 site where I use Page Manager\'s \"node_view\" to customize the layout for my \"Article\" content type.
In WordPress, how can I select all posts in a certain category (custom开发者_开发知识库 taxonomy), which do NOT have a certain tag (custom taxonomy).