Questions tagged [custom-taxonomy]

Custom criteria that allow categorization, identification, nomenclature, and classification of various entities in software.

Custom defined criteria that allow categorization, identification, nomenclature, and classification of various entities in software and programming.

Custom taxonomies are commonly used in WordPress and Drupal as a methodology to group and organize content entries.

1187 questions
0
votes
1 answer

How to perform a search inside a specific taxonomy category

My problem is this: I have 3 custom taxonomies, let's say 'author', 'title' and 'editor', each one applied to regular posts. Let's say I have post_1 that has in the 'author' field 'jorge borges' and post_2 that has 'ray bradbury'. I'm trying to have…
0
votes
1 answer

Add "Select All" to Post Categories. Option to add new post to all categories in a custom taxonomy?

I have a custom taxonomy of US states for a custom post type. Currently when adding a new post to this custom post type I have to manually check all 50 states (if applicable) is there a way to add a button inside of the custom taxonomy metabox that…
TripsLeft
  • 539
  • 8
  • 24
0
votes
0 answers

Wordpress posting object terms as children?

My WordPress is having some issues, I cannot seem to figure out. I have a custom post type with several custom taxonomies, all of them work fine except when I try and associate values within a given taxonomy, I will explain. So to my understanding…
0
votes
1 answer

show empty message on empty taxonomy wordpress

im working on wordpress theme and everything goes fine but i have this problem i make a php page "taxonomy.php" it shows custom taxonomy posts the problem i have if i visit empty taxonomy it shows me a posts from other taxonomy insted of showing…
Youssef Subehi
  • 2,790
  • 1
  • 18
  • 20
0
votes
1 answer

Double taxonomy filtering for custom posts - Wordpress

The below code returns all tax_terms found for the custom taxonomy "music_categories" (Rock, Jazz, Rap etc) and then arranges all posts of custom post type "music" under the corresponding headings. But I need a little more filtering. Post type…
Leopold Kristjansson
  • 2,246
  • 28
  • 47
0
votes
1 answer

Creating a Custom Single Post Template For Custom Post Type Based On Category

Trying to create multiple, single custom templates, for a custom post type, based on the custom port type's custom taxonomy. For example: when a post has a certain category, it will use a different template, rather than the default…
avexdesigns
  • 499
  • 3
  • 8
0
votes
1 answer

Wordpress Custom Taxonomy undefined error?

I have a weird error that happens every time I create a new category in a custom post type: I also get an error when I try to delete the category: An undefined error occurred. I have tried wp in debug mode but nothing extra gets added. Hope…
jolen
  • 191
  • 3
  • 16
0
votes
1 answer

Drupal dynamic Taxonomy term values

I'm new to Drupal, and somehow miss a feature. (or I guess just don't know how to activate it) Let's say I have a content type which is using the term reference (taxonomy field type) Is it possible to have it filled dynamically (e.g. with already…
user250773
  • 569
  • 1
  • 8
  • 21
0
votes
1 answer

How to List Custom Post Type Titles Based on Theirs Taxonomy Terms Inside a Nested Loop

I am trying to list at least the last three updated Custom Post Type's title lets call it "Cast" inside another loop which is listed based on the Taxonomy terms called "Actress" I used the following loop to get the list of my tax terms: $taxonomy =…
Behseini
  • 6,066
  • 23
  • 78
  • 125
0
votes
0 answers

can't list taxonomies in meta box

I am getting empty taxonomy list in taxonomy meta box. I have created several terms under my taxonomy but I can't even find one. My code for custom post type $args = array( 'labels' => $labels, 'public' => true, …
0
votes
2 answers

Wordpress - user specific custom taxonomies or categories. Link posts to specific pages

I'm building a site using User Frontend Pro (http://wedevs.com/plugin/wp-user-frontend-pro/)to allow users to create their own post and pages from the front end. The idea is to keep the site as simple as possible for people who find the back-end of…
Paul Aston
  • 135
  • 12
0
votes
2 answers

Term list of taxonomy in wordpress

I need array terms of taxonomy in my post (single.php). I'm trying with ID, 'agencia', array("fields" => "names")); print_r($term_list); ?> But html out is: Array ( [0] => Agencia 1 ) I want show only…
vektor
  • 117
  • 3
  • 11
0
votes
4 answers

How to display custom post type by custom taxonomy?

My homepage is displaing my listings( my custom post type) by the order i enter them. I would like my listings that have the custom taxonomy "tag" (Special offer) to be displayed on my first page from my homepage and after that the rest of the…
Bogdan Bătrânu
  • 11
  • 1
  • 1
  • 4
0
votes
1 answer

Add custom taxonomies as class names to an archive page of custom post types, wordpress

I thought this would be easy enough, although it's proving quite difficult. My end goal is to integrate jQuery isotope into my wordpress portfolio. I've gotten the isotope to work outside of wordpress, but I am having a very difficult time assigning…
Ryan Swanson
  • 350
  • 1
  • 6
  • 23
0
votes
1 answer

Wordpress custom taxonomy display name issue

i have created custom taxonomy named Locations , everything is working fine, but whenever i add a taxonomy, everywhere is showing the taxonomy name as Category not as Location, Like Add New category and so on , in wp-admin function…
jothikannan
  • 67
  • 2
  • 7