Forum Replies Created
-
AuthorPosts
-
RockMemberI mean without saving the post, the meta box will show automaticly when I just select the term
RockMember@Steve: Yes,that’s fine, please write some code for me. thank you!
It would be better if the meta box can show automaticly when I chose the specific term.I think this is also doable, because Advanced custom fields plugin can
RockMember@Steve: Thank you for your reply. Hope the attached screenshot can explain what I want to do.
I want to have custom fields only for specific category, in the attached screenshot, when I chose the specific category for a new post(arrow 1), the custom fields “my meta fields” will show there(arrow 2), otherwise, the custom fields “my meta fields” will not show.Attachments:
You must be logged in to view attached files.
RockMemberI create a php file “field-group1.php” in terms folder
and put this in the header:
/*
Title: My Term Metabox
Description: My cool new metabox
Taxonomy: assistant
Capability: manage_options
Locked: true
New: true
Collapse: true
*/
It does not work.
I have a category named ‘assistant’, and I want this meta fields just show when I add new post to ‘assistant’ category.
what should I do? Thank you! -
AuthorPosts