Hello sir i have web Comida Boliviana
I want to modify the H3 tags with H2 in the index
and I want to remove H3 tags from posts
Where can you make the modifications to the labels?
https://gastronomiabolivia.com/sopa-de-mani/
label LAS MEJORES RECETAS H4 change to H2
to footer
ARTÍCULOS RELACIONADOS change H4 for H2
Hi,
You can change in the code here -> wp-content/plugins/td-composer/legacy/Newspaper/includes/block_templates/td_block_template_1.php -> https://i.imgur.com/rxfhHbP.png and here wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes/td_block_related_posts.php https://i.imgur.com/X4PJ2pK.png
Thank you!
it worked thank you very much
Another question, from the comments how I DELETED the URL field, I get a lot of spam.
Hello,
Please check these topics
-> https://forum.tagdiv.com/topic/remove-the-website-from-the-comment-box/
-> https://stackoverflow.com/questions/7953160/how-can-remove-email-and-website-in-comments-wordpress
Hope this help you!
Thank you!
thanks it worked,
another question
how to remove label H3 to
LEAVE A ANSWER
at the bottom where they leave comments?
Hello,
To change the h3 from “Leave a reply” you need to change it in the theme files, in this path wp-includes/comment-template.php -> https://i.imgur.com/n8S9eZj.png
Thank you!