Archived topic
change post title of woocommerce shop
3 replies · Started by Heinrich on March 25, 2020
hi team,
i have a header in place with: <h1> {{post_title}}</h1>
on my shop page it is replaced with "Produkte/products".
how to change this in i.e. "wines"?
tks in advance
Hi there,
archive pages like the Shop ( or Blog ) don't have a Post Title so they display the Template Title.
You will need to create a separate Header Element specifically for the Shop and write in your own title: eg.
<h1>Wines</h1>
And use the Product Archive location in the display rules. Also make sure to Exclude this from your other Header Elements.
tks for this idea, perfect.
Glad to be of help