I have a template which has posts, pages (of course) and also Services and Testimonials post types.
When I add/edit a new testimonial post type, the Custom fields box doesn’t appear.
I need to add some custom fields, but I need to have such options in editing mode.
The funcion/hook I want to add is working well in pages and posts. I need to add it also for testimonials.
How can I make such box appear in Testimonials? See screenshot of a Page:
]]>
Thus I’d like to know what I can change and where…
]]>It was as simple as adding:
add_post_type_support( 'testi', 'custom-fields' );