Hey there dbroadlick,
Hope you’re well! π
You can use this plugin to register post types by interface: https://wordpress.org/plugins/types/
Let me know if it helps! π
Take care,
Calvin
Thank you for your response Calvin. You are saying that you can create fields for posts through php code using this plugin correct? I do not want to create them from the admin panel because I want to source control these fields. If the database is lost than the fields are lost if you create them through the admin panel and doing it the pure wordpress way is super painful. Thank you again for your response.
Hey there dbroadlick,
Hope you’re well! π
Then I think Piklist will be the best one for you. π
Let me know if it helps! π
Take care,
Calvin
Thank you for the advice Calvin. I still wish there was a more light weight library that let you do this :/. Thanks again.
@dbroadlick– I’m one of the developers of Piklist, and I can definitely tell you it’s not so “heavy”. Also, once you start using it, you will get addicted to it’s power and features, and will find new ways of using it.
Hope you give it a try!
Hey there guys,
Hope you’re both well! π
@dbroadlick
Hope you will get a confident to try the piklist π I also think the developers are responsive to queries and other stuff like what Steve did today to tell you that piklist is not “heavy” at all π
@steve Bruner
Thanks for your response Steve, Saw the presentation of piklist in one of WordPress Conference thru wordpress.tv and it was awesome. π I think you demonstrate a “Order” system that made with Piklist. π
Take care,
Calvin
Thank you both for your help.
If by programmatically you mean via script, and are familiar with WP CLI then you can use Pods or ACF.
@hugh– That wouldn’t let you version control your code would it? That’s an issue with UI field builders… no version control.
You could version control a script that you ran with WP CLI but that is getting a bit weird.