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

WordPress Custom Taxonomy Pagination Help (Front Page)

Good afternoon all, I have a custom taxonomy called 'Gallery' and a have created a new page template to pull in and paginate all posts in the 'gallery' taxonomy. This works fine (as a page), however I would like to set this page as the WordPress…
user2119816
0
votes
1 answer

Dynamic output of category_description from custom taxonomy in Wordpress

I'm looking for a way of dynamically outputting the description of my categories in my custom post type's taxonomy, but I'm over my head in php in how to achieve it. I've read the codex on category_description thorough but without any luck. Also…
casper
  • 1
  • 1
0
votes
2 answers

Adding custom taxonomy to media gallery in wordpress admin

I have added a custom taxonomy to Media, which is showing up as a text field in the Media admin section. I would like this to be the typical checkbox format as it exists in the custom post type admin page. Is there a way to override this in the…
Carey Estes
  • 1,534
  • 2
  • 31
  • 59
0
votes
1 answer

show all taxonomies for a specific post type

In a wordpress project i made a post type named 'product' and registered the texonomies named 'product_category' which is heirerchical. i added four catagories in the admin panel, those are 'oven','Nit','Textile','Garments'. Under each of these i…
Mithu A Quayium
  • 729
  • 5
  • 14
0
votes
1 answer

Wordpress - Conditional Meta Boxes based on taxonomy selection

I have a custom post type created, with custom meta boxes for it setup and a custom taxonomy type for that post type. Now I'm looking to (i.e. Via jQuery) display certain meta boxes based on the taxonomies selected (each taxonomy has different…
Braunson
  • 717
  • 2
  • 12
  • 36
0
votes
1 answer

Orderby Custom Field and Performance in WordPress

I have several different WP_Query within an index page of sorts, queried by category. $args1 = array( 'post_type' => 'page', 'cat' => 3, 'meta_key' => 'indextitle', orderby => 'meta_value', 'order' => 'ASC' ); $query1 = new…
Jason Hoffmann
  • 765
  • 2
  • 7
  • 15
0
votes
1 answer

wordpress - excluding a category from a post list in a custom theme that doesn't look like the codex

I'm hoping someone can help. I'm not a php coder, but I've been tweeking and customising a premium theme for wordpress anyway, and I'm stuck. I'm trying to exclude a specific category from a page which lists all the categories by default. Ok, no…
5tratus
  • 47
  • 1
  • 2
  • 5
0
votes
1 answer

How to Modify Taxonomy.php to Show All Posts for Custom Post Type and Custom Taxonomy?

I'm building a Wordpress site, and I'm trying to figure out how to modify taxonomy.php to display all of the posts in a custom category and custom taxonomy, but I'm stuck. Here's the situation: I have a custom post type called 'work.' Within that…
mcography
  • 1,081
  • 6
  • 19
  • 36
0
votes
1 answer

Unable to make Isotope Filter/Sort Posts in WP

I am working on a site and I am trying to use Isotope (http://isotope.metafizzy.co/docs/filtering.html) to filter/sort posts on my taxonomy page. However for some reason I am unable to make it work regardless of what I do. I need some urgent help…
730wavy
  • 944
  • 1
  • 19
  • 57
0
votes
1 answer

wordpress custom post category (taxonomy) next previous link

I got custom posts with custom categories. Categories are registered as'timeline_category' and custom po sts as timeline. I got a taxonomy page where I list all the post from given taxonomy. I was wondering if it's possible to create next/previous…
arekk
  • 230
  • 1
  • 5
  • 19
0
votes
1 answer

wordpress list custom categories with posts list below

I got custom post types and categories made for them. All I want to do is to list all the custom categories with list of all posts that belongs to this category (with title and excerpt). None of the solutions I found works. I can display custom…
arekk
  • 230
  • 1
  • 5
  • 19
0
votes
1 answer

Create a Page Templete to Display Table Of Content for Custom Taxonomies

I have created a custom post type named "Training" & a Custom Taxonomy for the same named "Table Of Content" I need to create a Page template to display Table Of Content Something like this
Himanshu Jain
  • 444
  • 1
  • 8
  • 23
0
votes
1 answer

WordPress date based taxonomy/term archive (rewrite urls & redirects too)

What I'm trying to do is allow the site to show date-based archives for terms, but I'm having no luck at all. How I want this to work: website.com/taxonomy/term/ works, and is great. website.com/taxonomy/term/2012 doesn't... it actually…
0
votes
2 answers

Wordpress Archive Page for a custom taxonomy element

I have a custom post type clientgallery and the custom taxonomy client. To get all galleries I can type website.com/clientgallery. But I want to show only galleries of a specific client, like: website.com/clientgallery/miller So, miller should act…
obs
  • 797
  • 3
  • 14
  • 37
0
votes
1 answer

Sitefinity get classification and all pages related

We are testing Telerik Sitefinity CMS to maybe use in a client and I have tried to create a custom widget to get a classification that I created and show all contents title as link. Ex.: Countries United Kingdom London Oxford Brazil Brasilia…
Calango
  • 155
  • 2
  • 15