The classification, or categorization, of things
Questions tagged [taxonomy]
1570 questions
0
votes
0 answers
Wordpress - display a taxonomy by label
Is there a way i can display post with a taxonomy label?
I got this:
$args = array(
'posts_per_page' => 2,
'post_type' =>"works",
'post_status' => array('publish')
and i want to to something like that to display some post with the label…

rubben
- 31
- 4
0
votes
1 answer
Get TaxonomySession TermStore TermSet Term from Sharepoint 2010 Server using Microsoft.Sharepoint.Client.Taxonomy.dll
I'm coding a c++/c# client-application to communicate with a Sharepoint 2010 site which uses Taxonomy
I have downloaded and installed Microsoft.Sharepoint.Client.Taxonomy.dll…

Terje Rosenlund
- 153
- 1
- 9
0
votes
1 answer
How to link posts to a custom "sub-taxonomy" in WordPress?
How can I link posts to a custom "sub-taxonomy" in WordPress? What I mean by "sub-taxonomy" is better explained with an example:
I've created a custom taxonomy called "Movies", linked to posts (i.e. when you write a post you select what movie it's…

Steve
- 1
0
votes
1 answer
How to Modify Taxonomy.php to Show All Posts for Custom Post Type and Custom Taxonomy?
I'm building a Wordpress site, and I'm trying to figure out how to modify taxonomy.php to display all of the posts in a custom category and custom taxonomy, but I'm stuck. Here's the situation:
I have a custom post type called 'work.' Within that…

mcography
- 1,081
- 6
- 19
- 36
0
votes
3 answers
Wordpress Taxonomies ussuage
Can someone explain why I should use taxonomies on my site? I dont really understand the benefits of it. I'm new on wordpress and Ive read the codex.. Dont feel the need to over do your answer just a few lines so I can get a small…

Abel
- 594
- 2
- 5
- 21
0
votes
1 answer
wordpress - get all terms associated with a taxonomy slug
I have a jobs page which is a standard page. I also have a custom post type setup as jobs. There is also a taxonomy for jobs called Job Categories which I have added a test one call test-category.
What I want to do is on the jobs page, get all…

Luke Snowden
- 4,056
- 2
- 37
- 70
0
votes
2 answers
Best Way To Find Page Being Viewed in Wordpress
I have two taxonomies in wordpress under my Events custom post type.
One taxonomy is States, the other is Event Type.
I have a taxonomy-states.php and a taxonomy-event-type.php.
However sometimes I run a query between both taxonomies such as…

user1609391
- 445
- 1
- 9
- 24
0
votes
1 answer
How to search a list of users based on taxonomy term in drupal 7?
I want to search users from a list of users by selecting taxonomy. and also I wanted to add taxonomy field in users profile/registration form.
Suppose I have different taxonomy like "Technology","Eduaction","Stocks" then by clicking on any of this I…

Shantanu Nirale
- 105
- 1
- 10
0
votes
1 answer
Showing all taxonomies for a certain post in a WP loop
this might be a simple question but I just can't get my hands around it.
I have a WP_query listing of custom post type in wordpress, and I need to have an appropriate taxonomies (categories) displayed for each one of those items in the list.
I tried…

Slavisa Perisic
- 1,110
- 3
- 18
- 32
0
votes
1 answer
Get Children Terms from an Array of ID's?
I am using this code to post a list of all children terms for my taxonomy called 'location'
';
foreach ($termchildren as $child)…

Redwall
- 1,010
- 5
- 30
- 55
0
votes
1 answer
How to add a field to Taxonomy term in Drupal 7?
I heard of this feature in Drupal 7. I did a lot of googling but am unable to find an example of how do it.

curious1
- 14,155
- 37
- 130
- 231
0
votes
1 answer
How to Link Sub Taxonomy to products in wordpress
I have created custom post types called Internal products
I Have a page page-internal-products.php which list all the custom taxonomy for the Custom post type Internal product
On clicking on the taxonomies takes me to a page which lists the sub…

rahul251
- 68
- 1
- 2
- 13
0
votes
1 answer
How to create a drop down menu using taxonomy in drupal 7?
I'm working on a shopping cart website where I've to add the 'Product' as a menu. The menu should be opened on mouse hover event and should display all product categories. I've added products with taxonomy like this -…

Kamlesh Ghate
- 87
- 7
0
votes
1 answer
Wordpress Content Type in Category.php
Very simple setup, I'm using 1 template for multiple taxonomies. So example:
I have basic category + customtypetaxonomy. Both of them have terms. I'm displaying the posts of these terms in the same template - category.php. Which works great and how…

Redox
- 981
- 3
- 12
- 29
0
votes
1 answer
Wordpress custom post category
I am quit new to wordpress and have a problem I cannot seems to solve even with a day of google searching. This is what I did:
I have created a custom post type called lookbook. This works fine and I can add new items and such.
I added a taxonomy…

Niels
- 1,513
- 3
- 20
- 29