Forum Replies Created
-
AuthorPosts
-
SteveKeymaster
SteveKeymasterRemember, Piklist uses standard WordPress functions and APIs for most things. If you know how to use WordPress, then you know how to use Piklist!
SteveKeymaster@sanderschat– Piklist uses the standard WordPress settings api. WordPress has two hooks that fire after a option is saved in option.php
update_option_{$option}
updated_optionJanuary 9, 2014 at 2:55 pm in reply to: Interesting bug… Groups that show value on_post_status #1295
SteveKeymasterHi Marcus– You always find the best bugs! We should be able to look at next week.
SteveKeymasterThats the code that displays the path of each file in the demo. When you find a field you want to create, you can easily find the file that’s generating the code.
January 3, 2014 at 8:59 pm in reply to: Suggestion: Be able to add metaboxes field to a specific page #1288
SteveKeymaster@chan– This works on v.0.80 beta. However, the meta box will not show/hide when you initially select the page template. You will need to save the page for the hide/show to take effect.
Template: my-template.php
SteveKeymasteriiwo– The version of Piklist in Trunk on WP.org is the latest. You can download it here >
We will be announcing some exciting news in the next few weeks, including ways that you can help support the project.
Thank you for your support… we really appreciate it! It keeps us motivated.
Best
Steve
SteveKeymasterThiago– Try installing the Trunk version from WP.org. Then activate the Demos. You should see Tabs and the code that you can use to generate them.
Let us know if you have any questions.
SteveKeymasterThanks… fixed in next version.
SteveKeymasterIf you want a CSV, then follow my original instructions. Let us know if you still need help.
SteveKeymasterActually, I should have asked you what you want to do with the exported contacts. Let us know. It may effect the answer we give.
SteveKeymasterThere currently is no RoloPress exporter. However, the standard WordPress exporter will work. RoloPress contacts are just standard Posts.
The only caveat is that the format WordPress exports data in is XML. If you want to import the contacts to another contact manager, you will probably need to convert the file from XML to CSV. I’ve never tried it, but this looks like one solution >
SteveKeymasterAdam– Glad to help. Let us know if you need anything else.
Closing this ticket.
SteveKeymasterERROR:
headers already sent is a PHP issue. Read this and check your plugin files.TITLE:
In your register post type code, under “supports”, you need to add “title”. This is not default because you are already declaring the “supports” parameter.ARCHIVE:
You need to declare “has_archive”. Piklist uses the standard WordPress parameters for register_post_type, it just adds a few extra. Also, re-save your permalinks after you load this new code, to make sure the archive page shows up.
SteveKeymasterFeel free to post your code so we can look at it. Best to use a service like: https://gist.github.com/
-
AuthorPosts