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
2 answers

Get the terms of a custom taxonomy of custom post type in an array

I have a custom post type 'events' and a taxonomy-'Event types'. How can i get all the terms that belong to custom taxonomy 'Event types' , in an array . I use wp_list_categories($args) but it gives the output with each type in ali tags. Please…
terminator
  • 159
  • 3
  • 19
0
votes
1 answer

Wordpress : Search Form for Custom Taxonomy ( via Input Field not Dropdown )

I have made Custom Taxonomy Page : aamir khan , salman khan , aab cc ..etc hence its link are : localhost/myproject/?motion=aamir-khan .. llly for others. Now i want Custom Search form : where any one search aamir khan .. its should show same…
user3209031
  • 837
  • 1
  • 14
  • 38
0
votes
1 answer

adding custom news boxes and Post Types in Wordpress

I want to add custom News Box In WordPress like this website . I mean that I need a special box for each category, so it displays the latest posts in this category . So how can I make this box import the posts from special category ?? Thanks in…
0
votes
1 answer

Custom field issue on orderby in wordpress

I make a custom field "term_order" in wp_terms and i make a functionality to re-order the custom taxonomy. When i drag and drop the terms it save the re-order in "term_order" field successfully, but when i write and execute the "orderby =>…
deemi-D-nadeem
  • 2,343
  • 3
  • 30
  • 71
0
votes
1 answer

Use the same page for multiple taxonomies

I need to use the same page for different taxonomies and terms. How can I retrieve the taxonomies and the terms from the URL and run the same page for those I that I want? The query should be run through a URL since I am not using forms. When the…
Davide Pugliese
  • 366
  • 7
  • 16
0
votes
1 answer

Error 404 page when i try view my custom taxonomy

I using custom post type In the admin interface that displays the number of posts of custom post type by custom taxonomy on but when access (view), the custom taxonomy returns 404. Custom post type oto custom taxonomy oto-models when I view the…
0
votes
2 answers

Display Based on the parent Term

I need to display widget areas based on the parent term.. Eg:- Cars a. Ford b. Porsche c. Bmw Bikes a. Honda b. Harley c. Yamaha my custom taxonomy is custom_categories If im on the taxonomy page like something.com?custom_categories=ford or…
rahul251
  • 68
  • 1
  • 2
  • 13
0
votes
1 answer

custom taxonomies terms are not showing

i have create a page template and Post Type games with taxonomies "gamecategory" but whenever i'm trying to get the categories from gamecategory it is showing that it is an invalid taxonomy. Here's the code $categories =…
Ali
  • 231
  • 1
  • 4
  • 17
0
votes
1 answer

How to Display Custom Taxonomy in Order of Hierarchy

Right now I have a front end form that lists 4 separate taxonomies in checkbox inputs that a user selects. I can list all of the terms one after the other but I can't figure out out to list them with proper hierarchy like so: -parent -child …
bilcker
  • 1,120
  • 1
  • 15
  • 43
0
votes
1 answer

WP Front End Form Not Saving My Custom Taxonomies

I am trying to create a front end posting form through wordpress that will allow users to create a post when schools are closed. I have 4 custom taxonomies closed_schools, study_open, safe_arrival, hour_delay. each has the same list of 3o or so…
bilcker
  • 1,120
  • 1
  • 15
  • 43
0
votes
1 answer

populate array data with current page taxonomy term

I use this in a page template, I am hoping for a solution to filling in the 'XXXXX' space with the current term selected of the taxonomy 'place'. I don't think i can do_shortcode within an array. I am not very good at php or wordpress. Thanks in…
Joe Barrett
  • 135
  • 1
  • 1
  • 10
0
votes
0 answers

Display content if in specific wordpress taxonomy

I'm trying to output certain info if the post in in a certain wordpress taxonomy. I have two custom taxonomies "class-content" and "library-topics" although posts that are not attached to anything in "class-content are still outputting the first…
Greenhoe
  • 1,051
  • 4
  • 18
  • 41
0
votes
0 answers

Query Distinct Taxonomies of Custom Post Type

I have a custom post type called "coupons". These coupons can then be drilled down by "city". City is a custom field that is defined for each individual "coupon". I am then trying to modify a sidebar widget so it will only show the distinct…
Camrin Parnell
  • 433
  • 2
  • 9
  • 21
0
votes
1 answer

Wordpress Taxonomy Archives

To learn about Wordpress, I am building my own theme. I have created a Custom Post Type (CPT) called Golf Courses [golf-courses]. The CPT has hierarchical taxonomies which I have named (whilst learning) and laid out as follows: Europe - UK -…
neildeadman
  • 3,974
  • 13
  • 42
  • 55
0
votes
1 answer

Show Custom Taxonomy Post Count by the Taxonomy ID

I'm looking for a way to show the amount of posts in each Custom Taxonomy by the ID, I would like to show the amount of posts in my sidebar navigation which is not party of any query so I have each of my custom taxonomy IDs but am not sure how to…
Greenhoe
  • 1,051
  • 4
  • 18
  • 41