Questions tagged [taxonomy]

The classification, or categorization, of things

1570 questions
4
votes
3 answers

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" and "print". under print, i have "television".. and…
helgatheviking
  • 25,596
  • 11
  • 95
  • 152
4
votes
3 answers

Wordpress - Display Taxonomy Terms without Links - (get_terms, the_terms, wp_tag_cloud)

Is there a way to display Taxonomy Terms without them being a link? I basically want to display all the terms underneath my Taxonomy of "Headings," but without them being links. I've tried multiple solutions such as get_terms, get_the_terms,…
Brandon
  • 41
  • 1
  • 3
4
votes
0 answers

How to escape apostrophe (') in SharePoint KQL query

I have a term Droits de l'homme in term set Themes. Field using this term set are mapped to Themes Managed Property in SharePoint 2013 search. I try to make a SharePoint Search KQL query that will return all items with this term: Themes="Droits de…
Zielak
  • 41
  • 5
4
votes
1 answer

WP_Query multiple post type and taxonomies

I would like to get results from two post types, 1) Post, only show 'business' kicker 2) local-news, show all kickers I've so far: $args=array( 'cat' => $my_category_id, 'post_status' => 'publish', 'posts_per_page' => 5, 'post_type' => array('post',…
Jose Salazar
  • 341
  • 1
  • 4
  • 12
4
votes
1 answer

Custom Post Type and Taxonomy Permalink Rewrite in WordPress 3.0.1

I have a 'story' Custom Post Type and 'artist', writer' Taxonomies. I need to set rewrite rules in the functions.php for the permalinks to look like this: Artist (Taxonomy/Category): http://www.example.com/isaac-deutscher (/%artist%) Writer…
user465316
4
votes
1 answer

WordPress Taxonomy Term meta not working with export and import

I have created a Taxonomy Meta Data for Custom Post Type and its working fine while saving, updating, editing etc. But its not working while importing or exporting with wordpress importer. Taxonomies meta data are not importing. Here is the Code…
Maqk
  • 515
  • 9
  • 26
4
votes
4 answers

Computer Science taxonomy

I am developing web application where users have collection of tags. I need to create a suggestion list for users based on the similarity of their tags. For example, when a user logs in to the system, system gets his tags and search these tags in…
Bakhtiyor
  • 7,198
  • 15
  • 55
  • 77
4
votes
1 answer

custom url for taxonomy > vocabulary at Drupal 6

I'm new at Drupal. a question; I create a hotels directory site. I created Taxonomy>Vocabulary for locations like London, Liverpool, etc... For example the url below lists the London localhost/drupal/taxonomy/term/1 how can change that url to…
designer-trying-coding
  • 5,994
  • 17
  • 70
  • 99
4
votes
0 answers

Including taxonomy archive links into WordPress editor link search

I'm looking for a way to include the taxonomy archive links in the search results when Inserting/Editing a link from inside the WordPress post Editor. Specifically through the "Insert/edit link" search box. So that I can have an easy and quick way…
Chris Moguel
  • 191
  • 1
  • 2
  • 10
4
votes
4 answers

Generic class with explicitly type-safe taxonomy

I'm looking for a way to create a generic base class that has a typesafe taxonomy using internal properties. Just to be clear, the class doesn't have to use the generics language feature as long as it is generic itself and I'm looking for something…
Nat_In_A_Hat
  • 43
  • 1
  • 4
4
votes
2 answers

WordPress get terms and orderby

I am querying the terms in a custom taxonomy i have with the following code:
danyo
  • 5,686
  • 20
  • 59
  • 119
4
votes
0 answers

library/platform for managing folksonomy?

I'm building an application that involves significant user and automated tagging of clothing. The structure generally looks like: [Category Tag] exclusive=true values=pants,shirt,shoe,tie,etc So basically any single item will be tagged with 1 or…
amirpc
  • 1,638
  • 3
  • 19
  • 24
4
votes
1 answer

wordpress: SQL to clean posts, terms, relationships, taxonomy (and other associations) by post_title

I need an SQL to clean my wordpress database by post_title. For example, the following finds all posts from wordpress that contain the word "apple" in the title: SELECT * FROM wp_posts WHERE post_title LIKE '%apples%'; And this deletes those same…
Erik Malson
  • 117
  • 2
  • 11
4
votes
6 answers

Wordpress - Custom Taxonomy Pagination

I'm using: Wordpress 3.4 WP-PageNavi 2.82 I register custom taxonomy (catalog)
Fredmat
  • 938
  • 4
  • 14
  • 34
3
votes
3 answers

Which tools do you use to analyze text?

I'm in need of some inspiration. For a hobby project I am playing with content analysis. I am basically trying to analyze input to match it to a topic map. For example: "The way on Iraq" > History, Middle East "Halloumni" > Food, Middle East "BMW"…
Till
  • 22,236
  • 4
  • 59
  • 89