• Hi, I’ve hidden the Page Title in General options as I’m using the H1 title on the Woocommerce products and Blog Posts. How do I re-add the H1 Page title and Breadcrumbs to just above the products panel on archive pages?
    Thanks

    • This topic was modified 4 years, 6 months ago by JDTravel.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Thread Starter JDTravel

    (@jdtravel)

    I found the source of the missing H1 title in:

    wp-content/themes/oceanwp/inc/woocommerce/woocommerce-config.php

    The code:
    // Disable WooCommerce main page title
    add_filter( ‘woocommerce_show_page_title’, ‘__return_false’ );

    How do I prevent this from being disabled in my child theme?

    • This reply was modified 4 years, 6 months ago by JDTravel.
Viewing 1 replies (of 1 total)
  • The topic ‘Enable H1 Title on Archive Pages’ is closed to new replies.