Replies: 1
I use custom post types and would like to be able to use the custom fields in the template area for each custom post. So an example would be using %post_title% %current_date%. Is there a way to use these fields INDIVIDUALLY per custom post? That meaning, I could have one custom post with %post_title% %current_date% and another with current_date first as an example?
I basically need each custom post to have these fields but not always in the same generic template.