0
votes
1answer
49 views

Separate tags with semicolon

Does anyone know if there is a way to change the callback function for a tag-like custom taxonomy so that it breaks terms after a semicolon instead of a comma? I realize I can rewrite the whole meta ...
0
votes
1answer
128 views

Date range filter for manage posts list on edit.php

I need to add some custom submenu links to the Posts menu in WordPress admin so content managers can click on a link and get a list of posts from today, yesterday or this month. The default date ...
1
vote
1answer
102 views

Adding content to a taxonomy metabox

I want to add some custom content to the default metabox for a custom taxonomy. Ideally I'd be able to insert this content above the tag cloud where it says Choose from the most used [tag]s. Is there ...
1
vote
1answer
92 views

Modify “View” in admin panel for custom taxonomy

Fristly, sorry for my bad english. Secondly, I can't find a solution for my problem since 2 weeks. It's a simple things but I can't find how to do it. I explain my problem : I got 2 custom taxonomies ...
0
votes
1answer
380 views

Removing fields from category/taxonomy edit form

Terms like 'slug' and 'description' on custom taxonomy edit pages tend to mislead my client. Is there a way of removing these from the page flow? At the moment I'm using JavaScript, which isn't ideal. ...
1
vote
3answers
737 views

Use tag interface for hierarchical taxonomy?

Custom taxonomies are great. I registered a bunch of new taxonomies and wrote an importer to import our hierarchical taxonomy into WordPress a la XML. The problem is one taxonomy has about 1,100 terms ...
0
votes
1answer
2k views

wp_set_post_terms example?

My client has a post type that uses a lot taxonomies. I plan to put this script in a post meta box and hide the existing taxonomies. Do you know of a great wp_set_post_terms example? I want to make ...
1
vote
1answer
324 views

Taxonomies image

I'm currently creating a theme and I would like to associate an image to one of my taxonomies. I'm already able to add some fields and I now want to add a file input which'll be handle by Wordpress ...
1
vote
3answers
652 views

Require a Custom Taxonomy to be checked

I have a custom taxonomy, "position", with multiple terms for a custom post type, "employee" in the admin. I want to validate the form to require a position to be selected when you save/update a post. ...
1
vote
1answer
276 views

Custom Taxonomy back-end customizations

Using a hierarchal custom taxonomy associated with a custom post type, I need: (1) To change the admin meta-box to a drop-down menu to make sure the post has only one term associated. The drop-down ...
0
votes
2answers
138 views

How to customize admin posts based on the user who is logged in

We are building a site that will have 10-15 photographers posting content. There will be a common blog + each admin has their own portfolio to manage. "Portfolio galleries" and "portfolio pages" are ...
1
vote
1answer
265 views

How to associate two different post types (think Book and Chapter)

I just recently started learning Custom Post Types, but haven't been able to find any documentation that would allow me (at least in the admin) to nest them. My requirements are, a book post type ...
2
votes
1answer
4k views

Custom Metabox with Taxonomy Dropdown - Saving Issue

My goal was simple --- to create a custom post type with a custom metabox with a simple drop down list of taxonomy terms instead of utilizing the tags or checkboxes. The reason was to ensure that the ...