Since WordPress 2.3, plugin and theme authors have had the ability to create custom taxonomies-- essentially specialized "categories"-- to help organize information.
0
votes
1answer
10 views
Wordpress custom taxonomy
I'm using a custom taxonomy called 'product_cat' and post type called 'product', I'm trying to display all parent terms, child terms and grandchild terms within the taxonomy.
So I get a list like ...
0
votes
1answer
17 views
Category / Custom Post Type permalink issue
So I'm currently working on a client site and trying to switch some old posts over to use new custom post types. Prior to this point, her website was set up in such a way that she could add both ...
0
votes
0answers
10 views
How to get list of custom taxonomy terms and display count?
This is actually a three-part question.
1.) How do I get list all terms of my custom taxonomy (in this case, 'audiocat')?
2.) How do I display the count of each term? Example:
Rock (5)
Pop (3)
...
-1
votes
0answers
14 views
How to structure a site with many repeating custom post types
I saw what appeared to me to be a relevant question, but still not sure if it completely tackles the question that i have.
I have a created a screen cast to make the question more visible.
I hope ...
0
votes
0answers
9 views
Custom Taxonomy term archive template
Is it possible to have separate archive templates for custom taxonomies?
Like this:
Tax(categories)
-Players(category)
-Managers(category)
0
votes
0answers
27 views
When creating new terms I get PHP Notice: has_cap was called with an argument that is deprecated
I have created a taxonomy that acts like category.
Then I used this code to add image to very term.
All works great but I faced 2 problems.
How can I remove image from term after I have selected ...
-2
votes
0answers
14 views
Display posts related to custom taxonomy
I have custom taxonomy called "post_category" which includes 3 categories, now each of the categories has post assigned to it.
I would like to display all my posts and related categories and I would ...
0
votes
0answers
17 views
How can I get my custom post types to sort correctly?
I'm having an issue re-ordering the posts on this page to reflect a chronological order.
http://www.jewishlife.org/publications/
I'd like to get the order for the publications to go ...
0
votes
0answers
14 views
Blank Page On taxonomy-event-categories.php
I tried to display the event lists name on the custom place holder, but it showed up blank page.
Here is my code:
<?php
global $post;
$terms = get_the_terms($post->id, ...
0
votes
2answers
14 views
How to limit the number of terms (terms acts like categories)
Hello i have created taxonomy in custom post type that act like category.
then i have created terms that acts like categories.
i have create widget that show all terms from taxonomy. all works ...
1
vote
1answer
18 views
Custom post type and taxonomy slug issue
I'm working with custom post types in WordPress and have a question about slugs.
Let's say that we need to create custom post type Quiz with taxonomy Quiz Category. I've used the following code:
// ...
0
votes
1answer
26 views
Use custom field as tag slug
I am trying to replace 'tag-slug' with a custom field value, so it will automatically pull the tags that match the custom field 'my-tag-slug'
The code below does what I want
<?php if ...
0
votes
1answer
19 views
Custom filtering on month value only of an entire date field
I'm using the plugin Ajax WP Query Search Filter (http://wordpress.org/plugins/ajax-wp-query-search-filter/) to search some custom posts I've created.
The filter works great on three custom ...
0
votes
1answer
42 views
How can I make a custom post type sticky?
I installed the "Sticky Custom Post Types" plugin, and I added this code to my function.php:
function wpb_cpt_sticky_at_top( $posts ) {
// apply it on the archives only
if ( is_main_query() ...
-1
votes
0answers
13 views
Adding Custom Taxonomies to Elist (Elegant Themes) [on hold]
Can anyone recommend a good plugin or tutorial for creating custom taxonomies. Ideally, I'd like to add tags to directory listings in the elist theme (from Elegant Themes, another great ...