Forum Replies Created
-
AuthorPosts
-
SteveKeymaster@james.w.lane– You can remove the label container by specifying a new field template. Add this to your field:
'template' => 'field'If you want a typehead, you can implement Select 2. Other users have done this successfully.
SteveKeymasterGreat! Closing Ticket.
SteveKeymaster0.9.4 supports the theme customizer and it’s awesome!
SteveKeymasterIsn’t this the same as setting an Author?
SteveKeymaster@cegodai–
get_postsis probably a better way to do this. I modified this tutorial to work withget_posts.piklist('field',array( 'type' => 'select', 'columns' => 12, 'field' => 'estados', 'label' => 'Estados relacionados', 'choices' => piklist( get_posts(array( 'post_type' => 'estado' ,'posts_per_page' => -1 )) ,array( 'ID' ,'post_title' ) ) ) );Let me know if this works for you.
SteveKeymaster@exacks44– To pull settings from the database you need to use something like get_option.
$my_plugin_settings = get_option('my_plugin_settings');Then you can do the conditional check against “grid”.
Are you using
get_option?
SteveKeymaster@cyclissmo– Your post was honest, not a complaint. Please let us know what you want to use Piklist for, and we are happy to help you.
SteveKeymaster@cyclissmo– I’m sorry you’re having a slow time learning Piklist. The User Guide is still a work in progress. The Demos have been included to show off features, but also act as a built in learning tool.
We’re here to help. Let us know what you would like to build with Piklist.
July 25, 2014 at 3:49 pm in reply to: Ack! Info being displayed from the wrong post on both back and front end #2068
SteveKeymasterPlease upgrade to v0.9.4.1. Thank should fix all issues.
SteveKeymasterPlease upgrade to v0.9.4.1. Thank should fix all issues.
July 25, 2014 at 2:43 pm in reply to: Ack! Info being displayed from the wrong post on both back and front end #2065
SteveKeymaster@cosmocanuck– Just emailed you an update. Let me know if it fixes the issue.
SteveKeymaster@ralmestro– We were able to reproduce and are working on a fix.
-
AuthorPosts