Hi,
When I share the page http://www.DominiqueHurley.com/shop in FB, for example, it calls it Product Archive, which won’t appeal to anyone, I’m sure. It’s also the name of the tab. Is there a way to change that to Shop? Thanks.
OK Thanks.
Hi,
You can try to add the following code in the functions.php file:
add_filter('document_title_parts','document_title_parts_mod', 10, 1);
function document_title_parts_mod($title) {
if(is_shop()) {
$title['title'] = 'Shop';
}
return $title;
}
Make sure that the site is using the latest version of the theme, 4.1.2.
Best regards,
Günter
Thank you!
Hello there!
We’re glad that Günter was able to help you. Do you need further assistance with this topic?
Best regards,
Sarah
No Thanks. I decided not to try it as the whole WooCommerce automated platform may be linked to that name and if I make a change, I may break something and am not techy enough to fix it :-) Topic closed.
All right. For any other questions or issues, feel free to post them here on the forum and we will do our best to assist you.
Thank you for using Enfold.
Cheers!
Sarah