I would like to use custom fields to set a post type.
I am using Gravity Forms with a form that creates a post under a specific category. I would like to be able to set the post template through a custom field. Is this already possible or would I need to create my own custom field and code to make this happen?
Is there somewhere that there is a list of the custom fields that you already use and their respective paramenter options?
Hi,
I’m not sure I understand what you want to do but you can find a list of custom fields in post editing panel: http://screencast.com/t/jAdXlzkq0n
This might help: https://forum.tagdiv.com/topic/help-post-site-template-for-custom-post-type/#post-22609
Hope this helps!
Thanks
Hi,
Please make sure that you set this from Screen options: http://screencast.com/t/Mjjwqg6llzf
Thanks!
Is there a way to see what the acceptable strings are for particular custom fields?
I am particularly interested in ‘td_post_theme_settings’ or whichever custom field I can use to set the post template style.
Hi,
You can try to use the ‘td_post_theme_settings’ which is an array of values one of them 'td_post_template' which holds the post template, you can see how it’s used on the default post template in single.php file: http://screencast.com/t/9Q89dYNV9Q
You can also use print_r function to see the array of that variable which holds the td_post_theme_settings meta field.
If you don’t know how to do all of this I suggest you get some to helps you with this as you need custom work for this which we cannot offer at this time as we work hard on updates, fixes, developing and support.
Thanks