Forum Replies Created
-
AuthorPosts
-
SteveKeymasterThis should be fixed in the Beta version >
SteveKeymasterYou mean all the comment block information for a part, accessed by using a field name?
SteveKeymaster@alasdairc– Welcome to the Piklist community!
You found our secret! We’ve been working on new docs and haven’t officially announced it yet.
Glad you like, https://piklist.github.io/docs/, since it’s new and updated.
December 29, 2017 at 2:41 pm in reply to: Customize Taxonomy Admin UI – Add permissions, fields and other functionality #8653
SteveKeymaster@kevinschmidt– I’m not sure I understand. Have you checked the demos Taxonmony? The entire UI has changed. See attached screenshot.
Attachments:
You must be logged in to view attached files.
SteveKeymasterClosing this ticket since you got it to work
SteveKeymasterYou can use the
lockparameter to stop the meta-box from being dragged.
SteveKeymasterNot now.
The field is part of the main add-more, so it will show up there. There is no way to split an add-more.
SteveKeymaster@jasondalycan– So, you want the second
Meal Typefield to appear after theingredientadd-more?
SteveKeymasterDecember 26, 2017 at 12:35 pm in reply to: Want to allow users to place themselves into existing category/tax #8642
SteveKeymasterYou can’t share taxonomies between object types, like CPTs and Users. Use something like this:
function my_register_taxonomy_for_cpts() { register_taxonomy_for_object_type('post_tag_user', 'post'); register_taxonomy_for_object_type('category_user', 'page'); } add_action('init', 'my_register_taxonomy_for_cpts');
SteveKeymaster@manutiedra– User the
orderparameter:Order: 5
Order: -1December 22, 2017 at 7:51 pm in reply to: Want to allow users to place themselves into existing category/tax #8633
SteveKeymasterSo you want a taxonomy for users?
SteveKeymasterNot really a bug… Just a feature we haven’t implemented yet.
-
AuthorPosts