Post options on Custom Post types
-
Topic
-
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
This is searchable archive of our old support forums, which operated from 2012 - 2016. To find out how to get support for your current theme, please visit our support page.
Tagged: custom post type, Post template options
How would I go about making the Theme Blvd Post Template Options plugin available to custom post types?
There’s a filter there you can use. Just like the post options meta box, you’d filter on your post type there:
Thanks for the speedy reply.
I’m more a ‘front end’ – so generally only tinker with code.
any clue what the code should look like for a post type called ‘event_post’?
I’ve got a good explanation on filters here: http://dev.themeblvd.com/tutorial/filters/
Look at the array the filter is being applied here and take a stab at it. How do you think you might set up a function that filters this $config
array after reading the article?
Thanks. I’ll have a go