Hi!
I’d like use post settings in custom types (events). Where should I find the Code to modify?
Thanks
Hi,
By default the custom post types will use the default post template. You can create a custom template for each custom post type (based on the other post template styles), as mentioned in this guide (at the bottom)
– https://forum.tagdiv.com/custom-post-type-support/
In the theme the settings and options for custom post types are limited, they will not share the same options as default post types, or the cloud library templates. Maybe this will change in the future and more features will be added.
Thanks
Ok. Just another question… Could I create a custom post template based on a cloud library template that I use form my posts? If I could, where should I find the template file?
Thanks!
Hi,
Unfortunately the single post templates can not be set on custom post, sorry!
The only styles that can be set on those are the defaults ones.
-> https://forum.tagdiv.com/custom-post-type-support/
Thank you for your understanding!
So, I have that situation, my site is composed by 1 default post type and 3 custom post types, say it “test”, “quiz”, “photogallery”.
I created a custom post template inside Cloud Templates, but if I set it on the theme options as the default template for all posts, the custom post types are not affected by this, they load a different template…
This is a normal post with the template created on Cloud Templates: http://dev.libreriamo.it/arte/filippo-de-pisis-incontro-arte-scrittura-mostra-ferrara/
And this is a custom post type, it must’ve been a “quiz”, and it loads some other template…: http://dev.libreriamo.it/sondaggi/andrea-camilleri-quale-dei-suoi-libri-vostro-preferito/
Any suggestion?
Hi,
Unfortunately the single post templates from tagDiv Cloud Library will be apply only on post on custom post you’ll need to use our guide for custom post types -> -> https://forum.tagdiv.com/custom-post-type-support/
Thank you for your understanding!
After update to 9.7, how to create a custom single template for my post type? I can´t find custom types files.
Hi,
New the single_template_1.php can be found in wp-content/plugins/td-composer/legacy/Newspaper/parts/single/single_template_1.php -> https://www.screencast.com/t/Fu7JfEo6ctB
Unfortunately these files can not longer be set in child theme.
Most of the theme files were moved into the tagdiv composer plugin as per the requirements of envato: https://help.author.envato.com/hc/en-us/articles/360000472383-WordPress-Theme-Requirements.
We wrote an article on the subject here: https://tagdiv.com/updating-the-core-of-tagdiv-themes/
Moving forward with such requirements, a child theme will only work with functions.php, and style.css as there are very few files left in the main theme as envato requires all functionality to be added through plugins.
Hope this will help you!
Thanks.