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

How to show post for a particular term of custom taxonomy?

I have created a custom taxonomy for a custom post. Now i want to show all post related to a particular term. Suppose i have two terms term1 and term2. When click on term1 then all post related to term1 will show and post , that is related to term2…
Bir
  • 794
  • 1
  • 15
  • 31
0
votes
1 answer

Wordpress custom post type not showing the custom category in front end

I have some trouble with my custom posts an taxonomies. It displays all my custom posts perfect when I call url/team, but when I want call a category page for example "labor" like url/team/labor, the I get an 404. Here is the registration of the…
TobiD
  • 1
  • 2
0
votes
2 answers

Wordpress: automatically convert custom field to custom taxonomy?

I have this custom post type called "listing". People can use a front-end form to create a new listing. This front-end form has a custom field called "app_city". Now when someone submits the form, I would like this custom field value to be converted…
RobbertT
  • 253
  • 2
  • 5
  • 14
0
votes
1 answer

hide a div in specific custom taxonomy category

I was working on site pages here which comes in wedding category which comes in a custom taxonomy named listing.In my wedding category listing i dont want to display the price sticker but it shoud display in all other listing posts eg this page I…
user3873322
0
votes
0 answers

Organize the custom taxonomy/post type for Tv shows/programs Wordpress sites

I wondering to handle these requirement in wp with custom taxonomy/post type. Here is the some basic requirement I sketch and need to show. Online Talk Show Chanel 1 TS1 Episode1 Episode2 Episode3 ... Episode(n) TS2 Episode1 Episode2 Episode3…
Safoor Safdar
  • 5,516
  • 1
  • 28
  • 32
0
votes
1 answer

Hide specific category in listings

I'm working on a Wordpress theme. The theme is Classifieds theme from premiumpress. The theme has a shortcode to list all the listings. The corresponding shortcode is [LISTINGS]. The function for the shortcode is as follows /*…
user3873322
0
votes
1 answer

display custom taxonomy value

I have created custom post type estate_property,requirement,service and I have shared property_category and property_action_category taxonomy among them. But I m unable to display taxonomy values of requirement post type. This is my template file…
Kedar B
  • 774
  • 5
  • 18
  • 47
0
votes
1 answer

Wordpress - Parent/Child Data

I have a song lyrics data structure that I'm developing and I've hit a dead end. To understand the basics of the structure, check out Justin Tadlock's article: create a movie database using custom taxonomies This has been the closest thing to what…
richardb
  • 15
  • 4
0
votes
1 answer

WordPress Custom Post Type and Taxonomy URLs

I made a custom post type and taxonomy so that I could have a structure of /episodes for an archive page that would show all children "terms", /episodes/custom-term to show an archive of a specific term, and /episodes/custom-term/post-title to show…
0
votes
1 answer

PHP Wordpress Tax query: Looping information within an WP_Query array

I am attempting to create a function to handle multiple taxonomy requirements for displaying product. I warn you this is a long post as I have shown the iterations of ideas for solutions that have not…
0
votes
1 answer

Get_terms returns error when more than one custom taxonomy exists

Hi people from StackOverflow! I'm having a problem while using the get_terms function: I have a website to design, with two levels of categories. For the first one I use the already existing Wordpress taxonomy "category", and for the second level, I…
user3989813
0
votes
0 answers

Wordpress Custom Post Notification with User Subscrition

It´s a Notification for Posts on User Subscriptions for Categories, but i need the same think for custom Taxonomies. Or Custom Post Types. Do I need to change "get_categories" to "get_taxonomies" in line 98, or what to do or what else do i need to…
MCG
  • 503
  • 6
  • 20
0
votes
2 answers

WordPress custom taxonomy page stdclass notice

I'm trying to add custom taxonomy to a custom post type in WordPress. When wp_debig is enabled the wp-admin page throws a notice: Notice: Undefined property: stdClass::$taxonomy in /opt/lampp/htdocs/wordpress/wp-includes/admin-bar.php on line 503 in…
Arpad Hollo
  • 201
  • 1
  • 9
0
votes
2 answers

Wordpress filtering through custom taxonomies

I was wondering if someone could help me out, I need to create a search filter to filter through the posts on my clients page that works like the one on this site here I have set up custom taxonomies for all the posts but need to be able to filter…
Jay
  • 346
  • 1
  • 3
  • 18
0
votes
0 answers

Change custom post type and taxonomy slug issue

I make a custom post type and its taxonomies. In theme option I change the slug of the main page, its work fine. But when I rename the post type type slug same as page slug it does not work (I think it's conflicting). But when I rename the post type…
deemi-D-nadeem
  • 2,343
  • 3
  • 30
  • 71