Tagged Questions
0
votes
1answer
20 views
How to Put Custom Taxanomy Meta Box in Main Column
WordPress added the Custom Taxonomy Meta box at sidebar, Is there any way which we can relocate it in the main column , Under Edit box?
Thansk
0
votes
0answers
122 views
Need help on 3-level taxonomy dropdown
I have a code for 3-level taxonomy dropdown. It is working ok till I publish my post. On edit page It isn't showing corectly terms that I selected.
$brand_taxonomy = 'county';
$taxonomy_name = ...
0
votes
0answers
27 views
Only allow Custom Taxnomy Metabox to show current tags [closed]
I have a few hierarchical custom taxonomies, and terms have been added and removed from them over time. How can I make sure that the metabox on the postpage only displays current tags and not old ...
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 ...
1
vote
1answer
74 views
How can I display my custom metaboxes on a custom post template?
I'm fairly new to PHP/wordpress, and this is actually the first time I haven't been able to answer a question through google! I'm working on getting up to speed with PHP/WP generally, but I can't seem ...
0
votes
1answer
320 views
Create custom taxonomy and Display in metabox dropdown
I'm looking to create a dropdown in the post edit screen which contains 3 already existing tags. What's the easiest way of doing this?
Basically all I'm looking for is a simple drop down which adds ...
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
82 views
Ordering values entered in Custom Taxonomies
I found a great article on Custom Taxonomies here. I have a specific requirement related to ordering values entered in the Custom Taxonomies. How do I display the terms entered in the meta boxes in ...
1
vote
1answer
91 views
Metabox to list/store a certain type of post tag
I'm at an impasse here. I'm admin-ing a food blog for a friend. She enters the ingredients for each recipe post as post tags. Down the road I'm going to create a page where a user sees a list of all ...
0
votes
1answer
570 views
register_taxonomy - show in admin menu, but not on post type (edit) screen
I've been trying a lot of things so far and investigated core inside out, but couldn't find a way that allows me to add the submenu item, but doesn't add the meta box for a custom taxonomy.
The Menu ...
1
vote
0answers
55 views
Listing custom terms in custom post meta
I'm trying to list custom taxonomy terms (using get_terms) from within the custom post meta code (i.e., via the add_meta_boxes action). I am getting "Invalid taxonomy" return from the call to ...
0
votes
3answers
366 views
How to select one major category (or custom taxonomy) for a custom post type?
I've created a hierarchical custom taxonomy (genre) and want to use it for a custom post type (radio station). But I don't only want to assign some genres to a radio station. I also want to be able to ...
0
votes
1answer
162 views
Permalinks: custom structure for taxonomy - tags?
In my Wordpress permalink settings I have set the Tag-Base to "". So /tag/whatever is the current-url structure for my tag-page.
However I do have a custom-post-type with a custom-taxonomy that is ...
0
votes
1answer
216 views
Show metabox in custom-post-template depending on taxonomy term?
I'm not sure if there is a solution for that but I'll ask it anyway :)
I've built a custom-post-template and a related custom-taxonomy. The taxonomy works as kind of "categories" for the ...
0
votes
1answer
337 views
meta_box or custom_field as a second tinymce post-instance?
probably a rather weird question but I have no idea if this is possible or not!?
I created a custom-post-type to handle events. An event always has a future date but once this date is over I want to ...
0
votes
1answer
301 views
unable to save custom taxonomy terms in a custom-built metabox in wp-admin
I have created two custom taxonomies i.e states and provinces but am unable to save the data in custom build meta boxes in wp-admin:
<?php function custom_meta_box() {
remove_meta_box( ...
1
vote
1answer
301 views
Changing the priority of a custom taxonomy's metabox
I'm creating a new custom taxonomy (not a custom post type). On the edit post page, this custom taxonomy is showing up above all of my other meta boxes. I'd like it to sink down lower in the group.
...
0
votes
1answer
414 views
Dropdown list of taxonomies won't display selected
I used the answer in this question to show a dropdown list of my taxonomies and it works great.
But when I save the post/update and the page refreshes/loads the taxonomy I selected reverts back to ...
0
votes
1answer
352 views
Extra Meta Data for Wordpress Multisite Taxonomy
I'm using a custom taxonomies across a Wordpress multisite install (same taxonomies on all sites) and i'm trying to add some custom meta boxes to each of these (same meta boxes on all sites).
I'm ...
0
votes
1answer
107 views
Taxonomy Extra Meta [duplicate]
Possible Duplicate:
Adding Custom Field to Taxonomy Input :Panel
I created a custom post type with a taxonomy associated.
When I add new item for my taxonomy, I get name, slug and ...
1
vote
3answers
2k views
Get the term id belonging to custom taxonomy on a custom single-post-type.php template page
I have custom post-type 'sermon' with custom taxonomy 'speaker' attached to it. I wanted to assign custom meta values to the speaker taxonomy, so I am using the taxonomy meta class from Rilwis:
...
1
vote
2answers
874 views
Unable to save custom taxonomy terms in a custom-built metabox
I've roughly followed the tutorial here on how to create "custom taxonomy input panels". I'm using a custom post type of homes and a custom taxonomy called beds (used to record the number of beds in a ...
3
votes
1answer
735 views
How do you remove a Category-style (hierarchical) taxonomy metabox?
I was wondering if someone can help me with this. I'm currently following Shibashake's tutorial about creating custom meta-boxes that include taxonomy selection here: ...
