Change H2 to H3
-
Hello!
I am working on the SEO of my website and WooCommerce related products shows themselves as H2. How I can change them into H3?
I saw this topic in the forum and I tried to apply the solution, copying the code with my Code Snippets plug-in, but the plug-in told me that it is disabled because there is an error in the second line of the code: “Cannot redeclarate function woocommerce_template_loop_product_title“.
This is the code I copy:
function woocommerce_template_loop_product_title() { echo ‘<h3 class=”woocommerce-loop-product__title”>’ . get_the_title() . ‘</h3>’; }I am brand new in WordPress and I use Code Snippet to copy/paste the codes that I need.
Thank you so much for your attention and help
The page I need help with: [log in to see the link]
- The topic ‘Change H2 to H3’ is closed to new replies.