Forum Replies Created
-
AuthorPosts
-
February 10, 2016 at 10:31 pm in reply to: How to display the fields (specially complex fields #5892
SteveKeymaster@alexadark– You are not the first one to ask for this. Hopefully over the next few weeks we can put together a tutorial on building flexible content fields.
February 8, 2016 at 2:06 pm in reply to: Possible to use field-relate as select in an add-more #5878
SteveKeymaster@irene– I’m not sure I understand the questions. Can you post screenshots of the pages you want to show this data on?
SteveKeymaster@rafi– There seems to be a bug with multi-selects and conditionals. You may have to change to checkboxes.
SteveKeymasterThis reply has been marked as private.
SteveKeymaster@alexadark– Welcome to the Piklist community!
The reason we don’t document displaying fields, is because Piklist does everything the WordPress way, so you can use standard WordPress functions to retrieve your data. For example, you can use get_post_meta() to retrieve your Post meta field data.
To display that example of the Flexible Content field:
1. Pull the data with a standard WordPress function likeget_post_meta()
2. The data will be returned as an array.
3. Use a standard PHPforeachloop to loop through the data and display it.Does that make sense?
February 6, 2016 at 11:55 pm in reply to: pikilist throwing 404 errors when moved to mu-plugins #5867
SteveKeymaster@friendlyfire3– Currently, Piklist doesn’t have
mu-plugins/folder support. We recommend youNetwork Activatethe plugin.February 5, 2016 at 1:57 pm in reply to: BUG: Group field in custom post type doesn't load properly when editing #5854
SteveKeymasterTry using remove_post_type_support()
SteveKeymaster@bjoerns– Try removing all the
scopeparameters. You don’t need them in the admin. Piklist auto detects it. See if that helps.
SteveKeymaster@akforsyt– Welcome to the Piklist community!
That issue you linked to was resolved a while ago. Please try changing to a default WordPress theme and disable other plugins to see if there is a conflict.
February 5, 2016 at 1:51 pm in reply to: BUG: Group field in custom post type doesn't load properly when editing #5849
SteveKeymaster@efegue– There should be no difference between posts and a cpt. When you registered the cpt, under the
supportsarray did you includecustom-fields? If so, try removing.February 3, 2016 at 11:51 am in reply to: Possible to use field-relate as select in an add-more #5841
SteveKeymaster@irene– Not sure if you need a relate field for this. We have something similar in the Piklist demos:
Add new Demo > Add more’s Tab > Two levels sub tab > “Content Section (Grouped)” field.
Check it out and let me know if it works for you.
February 3, 2016 at 11:37 am in reply to: Fatal error and lost checkboxes after switching themes? #5840 -
AuthorPosts