Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #831617

    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.

    #831691

    Hey dominiquehurley,

    You`ll need to hire a freelance to accomplish it.

    Best regards,
    John Torvik

    #831789

    OK Thanks.

    #832039

    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

    • This reply was modified 7 years, 3 months ago by Günter.
    #834331

    Thank you!

    #834713

    Hello there! 

    We’re glad that Günter was able to help you. Do you need further assistance with this topic?

    Best regards,
    Sarah

    #834734

    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.

    #834744

    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

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Why is "Product Archive" the tab name and FB Share name for my Shop?’ is closed to new replies.