Home › Forums › Support › bring the h1 title above the breadcrumbs This topic has 3 replies, 2 voices, and was last updated 3 years, 3 months ago by Ying. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts March 3, 2023 at 8:41 am #2554321 ppmd Hello I would like to bring the h1 title above the breadcrumbs in the product page: is it possible? March 3, 2023 at 12:59 pm #2554544 YingStaff Customer Support Hi there, Try this PHP snippet: remove_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_title', 5 ); add_action('wp',function() { if (is_product()) { add_action( 'generate_before_content', 'woocommerce_template_single_title'); } }); Adding PHP: https://docs.generatepress.com/article/adding-php/ March 3, 2023 at 1:22 pm #2554562 ppmd it works perfectly thank u very much Ying 🙂 March 3, 2023 at 2:07 pm #2554625 YingStaff Customer Support No problem 🙂 Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In