Subtitles for Custom Post Types

Posted in: Newspaper
Post count: 64

Hi,
Ive tried to add td_post_theme_settings to my Custom Post Types but coulndt succeed.
Is there an easy way or function to the Custom Post Types? At least “Subtitle” would be great.
Thanks.

Post count: 22421

Hello,

For custom post type you have to create a template, you can use structure present in the post template 3. You have to check how the single and loop-single templates are built and start from there. For example single_template_3.php and loop-single-3.php and check the official documentation – https://codex.wordpress.org/Post_Types#Custom_Post_Type_Templates
Unfortunately the theme still has limitations as far as custom post types are concerned.

Thanks!

Post count: 64

Hi, thanks a lot for the answer. I decided in the end to use Custom Post Types only for Pages and special occasions and now putting all my posts under the standard posts section. Maybe it would be helpful in the future that you point out that the CPT Support is not fully supported by your Theme and Posts, that would safe a lot of time. Thanks.

Post count: 22421

Hi,
We try better implementation on every major update so in due time the CPT’s will receive better support in our themes.
Thank you!

Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic.