Problem with CPT

Posted in: Newspaper
Post count: 1

Hi!
We’ve just created a new section with CPT (Custom Post Type), but the articles don’t appear with the title as H3 instead of H1. You can see it here: https://lagramoladekeith.com/artistas_musica/chenoa/
This is the code appearing:
<h3 class=”entry-title td-module-title”>
Chenoa
</h3>
But it’s not right, it has to be like this, but it’s not working:
<h1 class=”entry-title td-module-title”>
Chenoa
</h1>

Could you help us solve this problem?

Post count: 35449

Hi,

As I can see note is set with h3 -> https://i.imgur.com/xxxVLrV.png if you want to replace the h3 with h1 you need to make the changes in Custom Post Type template -> https://forum.tagdiv.com/custom-post-type-support/ also the general function for get_title is set on this file -> wp-content/plugins/td-composer/legacy/common/wp_booster/td_module_single_base.php -> https://i.imgur.com/oqbXS3G.png

Thank you!

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