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

WordPress Custom Post Logic

I'm a newbie here, but I've been trying to understand and research this for the past couple of days to no avail. I created a custom post type (video) with a taxonomy associated with it (industries). The taxonomy "industries" has multiple categories…
user3540380
  • 3
  • 1
  • 2
0
votes
2 answers

Get Custom Custom Taxonomy Terms with a Count of Duplicates

I've got a custom wordpress query of a custom post type with a custom taxonomy. I'm trying to echo out a list of linked terms (tags). For the duplicated terms, I'd like to show the count of duplicated terms. Unfortunately I can't figure out how to…
TripsLeft
  • 539
  • 8
  • 24
0
votes
2 answers

Page template with custom post loops not showing correct info

I've been working on this for the last 5 hours tearing my hair out. I'm trying to use multiple loops to show my custom posts from a specific taxonomy and have the code below running in a page template, but the title, excerpt and permalink are…
Osu
  • 1,137
  • 2
  • 18
  • 34
0
votes
1 answer

Displaying posts from a single Taxonomy term

I have a Taxonomy called City, Custom Post named School and i have city names as taxonomy terms. Now i want to display schools[custom posts] from a single term [city]. I have searched and found the only option out there is by creating template files…
Daniel Chikaka
  • 1,432
  • 4
  • 17
  • 28
0
votes
1 answer

Wordpress Custom Taxonomy Values not displaying in menu

I have created a new custom taxonomy, and the values I enter for this taxonomy are visible/saved in the edit post area here: However, they do not seem to save/display when I click on the 'Custom Post' button in the admin menu, where you can make…
ryanwilliams
  • 105
  • 1
  • 6
0
votes
1 answer

Query taxonomies depending on specific category - Wordpress

I'm trying to configure a filter navigation where the filters fetched are chosen by the taxonomy 'underkategorier' (Sub categories in Swedish). The problem I'm having is that I have two pages of which both query different kinds of categories. But…
ak_malmo
  • 97
  • 1
  • 15
0
votes
0 answers

Wordpress and Jquery(Checkbox+Taxonomy related)

I'm stuck with an Issue, I'm trying to make a filter that filters away custom post type names using checkboxes and custom taxonomies. I'll explain the structure since I can't link the localhosted page. Firstly I have a list of post names on a page…
0
votes
2 answers

wordpress custom post type not linking to single-property.php and archive-property.php

can someone check my code and see where i am going wrong please
0
votes
0 answers
0
votes
1 answer

Part of custom taxonomies show the rest don't(WP)

I made custom taxonomies on wordpress and only the first 3 work and the last one for some reason. I have no idea why this is so, I copied the first one that worked and pasted it about 8 times changing all the names/singular names and slugs. My…
TopDecker
  • 3
  • 4
0
votes
1 answer

wp_term_relationships with term_taxonomy_id of 0 causing issues with backup

After bulk tagging posts via mysql, I may have inserted a bunch of rows into my wp_term_relationships table that have a term_taxonomy_id of 0. I believe this causing issues when i try to backup the database (the error is akin to "duplicate id for…
psorensen
  • 809
  • 4
  • 17
  • 33
0
votes
1 answer

Show list of taxonomies

I have a custom post type with two taxonomies, project-type and project-name. I am trying to display a list of project-names with links when the project-type is photography. The code I have so far is
0
votes
1 answer

Cant save custom categories of a custom taxonomy

I use the code like below in a submit page. $new_post = array( 'post_title' => $title, 'post_content' => $description, 'post_excerpt' => $excerpt, 'post_category' => array($_POST['cat']), 'tags_input' => array($tags), 'post_status' =>…
Manoj M
  • 82
  • 6
0
votes
1 answer

How to save multiple input values through custom_meta_box in wordpress?

I'm developing a very simple custom plugin for a local league who need something to manage the teams and players along with their standings and fixtures. I'm planning to go with the post_type, meta_box and taxonomy functions to develop the plugin.…
0
votes
1 answer

Order Wordpress taxonomies differently for each post

I've a Wordpress theme with custom taxonomy and post type, I need the ability to set the order differently for each taxonomy in each post type. For example I've "Hello World!" post that have this taxonomies "beginners, sentence, welcome message" And…
Rafael Mor
  • 626
  • 1
  • 7
  • 21