Activate post settings forma custom types

Posted in: Newspaper
Post count: 38

Hi!
I’d like use post settings in custom types (events). Where should I find the Code to modify?
Thanks

Post count: 35449

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

Post count: 38

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!

Post count: 35449

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!

Post count: 17

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?

Post count: 35449

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!

Post count: 38

After update to 9.7, how to create a custom single template for my post type? I can´t find custom types files.

Post count: 35449

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.

Viewing 8 posts - 1 through 8 (of 8 total)
The forum ‘Newspaper’ is closed to new topics and replies.