The classification, or categorization, of things
Questions tagged [taxonomy]
1570 questions
3
votes
2 answers
How to automatically select the taxonomy parent term if child term is selected in Drupal 7?
I have a vocabulary displayed as checklist that has both parent and child terms like:
Parent 1
Child1.1
Child1.2
Parent 2
Child2.1
Child2.2
Child2.3
My requirement is to have the parent term disabled by default. In case user selects any of the…

fotuzlab
- 1,436
- 1
- 15
- 19
3
votes
1 answer
Auto Categorization of Content
I'm developing a script that extracts the messages from the message archive of a particular meetup.com group of which I'm a member - http://www.meetup.com/opencoffee/messages/archive/
The idea is to dynamically add these to a wordpress site and…

Jonathan Lyon
- 3,862
- 7
- 39
- 52
3
votes
1 answer
Activate taxonomy term in menu when viewing a node
I'm creating a webshop in Drupal 7 using Commerce but I'm stuck on something.
When I'm viewing my product node, I would like to activate 1 of the taxonomy terms of my vocabulary named 'category'. So when I'm viewing a product node which is a book,…

Jeff Maes
- 707
- 8
- 13
3
votes
1 answer
How can controlled vocabularies or taxonomies be used to define XML element names or attribute names?
I am currently writing an XML file which models some experimental issue. Unfortunately, many of the associated words come with various synonyms.
What I would like to do is to have a controlled vocabulary or taxonomy which either allows any of the…

jallmer
- 589
- 3
- 17
3
votes
3 answers
SEO for product known by different names
If you're selling widgets, we all know that having "Bob's Widgets" in the title and the H1 gives you a better ranking in Google when people search for "widgets".
But what if, as someone explained to me the other day, their product is known by…

AmbroseChapel
- 11,957
- 7
- 46
- 68
3
votes
1 answer
How to exclude a category from the category list widget for non admin users
I'm trying to exclude one category from the category list widget on the Shop and product archive pages for users other than the administrator. But for some reason it doesn't work.
Any help, thanks.
function exclude_category( $terms, $taxonomies,…

Р. Р.
- 75
- 7
3
votes
0 answers
Redundant superclass in ontology after reasoning (owlready)
I try to understand the rector-normalization-technique for ontologies in detail. I use owlready to implement the examples.
The article recommends to have a asserted single inheritance structure and introduce multiple inheritance by inference. As…

cknoll
- 2,130
- 4
- 18
- 34
3
votes
1 answer
How to link two custom taxonomies in WordPress?
Let's say I have one custom taxonomy called "movies" and another called "actors". How to I link those two taxonomies so as to know which actors play in such and such movie, or which movie does such and such actors plays in ?

glabus
- 31
- 2
3
votes
2 answers
Woocommerce tag list having specific string
The code works perfectly for listing WooCommerce product tags, but I want to add a query with it.
I would like to list only product tags that contain a specific String.
'product_tag',
…

Sandip Seal
- 33
- 2
3
votes
2 answers
Get all Taxonomy from my Drupal
Someone a idea how that I can retrieve all my Taxonomy list from Drupal?
thanks!

user001
- 441
- 3
- 8
- 24
3
votes
1 answer
hierarchical faceting
Has anybody have experience implementing hierarchical faceting in this fashion? See link
http://lucene.472066.n3.nabble.com/multi-level-faceting-td1629650.html#a1672083
What should the schema look like?
(I would like to implement tree faceting…

Joyce
- 1,431
- 2
- 18
- 33
3
votes
1 answer
Get Or Reading Data Taxonomy Term Store Sharepoint
I create web part with share point framework "no JavaScript framework" my code with TypeScript I have problem, I will get, or reading data taxonomy term store share point.
And my code in image
Question: how to declare variable "SP" in my code?…

Syaiful Amir
- 33
- 4
3
votes
1 answer
How do I show the correct Taxonomy control in a SharePoint 2010 EditModePanel?
We have a custom content type in our SharePoint 2010 build which includes a Managed Metadata field for keywords.
The field seems to have deployed OK because if I edit an item in the list in which it resides I get the correct Taxonomy picker control…

Andy Todd
- 63
- 1
- 5
3
votes
2 answers
Magic Fields (custom post types) and Custom Taxonomy permalink
I'm using Custom Post Template which I linked to Magic Fields to create custom post type named Company.
I also created custom taxonomy named City.
City is hierarchical (like categories), and every Company has one city selected.
For example:
I have…

ttkalec
- 741
- 1
- 6
- 26
3
votes
1 answer
Wordpress - Custom Post Type mess up - taxonomy not showing
I set up a custom post type and taxonomy for Person which worked fine. I added quite a few posts until I decided I wanted to change the name to People. The posts I had added disappeared so I had to reassign the posts to the correct post type.
The…

LeeTee
- 6,401
- 16
- 79
- 139