• Resolved 4blkstars

    (@4blkstars)


    With woo single-product page, it’s using the defaulr singular php / content.php files, what’s a quick and simple way to remove the header title and excerpt without copying the files over and rebuilding?

    Do one use conditional statements for single-product page? I realize it also affects the archive for product categories

    thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Anders Norén

    (@anlino)

    @4blkstars You can filter the contents of the title and excerpt with wordpress filters like the_title and conditionals checking the post type, but if you still want the title output in other places on those templates, you need to add custom template files in your child theme overwriting singular.php.

    Thread Starter 4blkstars

    (@4blkstars)

    thank you @anlino I found a soloution

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Page header title Removal’ is closed to new replies.