I would like to change the text in my "view store" button on my front page (bottom right of carousel) to say "shop" instead of "view store", where do I go to change it and how?
thank you
site:sweetcitygirl.com
Navjot Singh answers:
Noticed that you are using Templatic's Emporium Theme. To change that text go to your theme's folder and find the file latest_products.php under library/includes folder and find this line:
<a href="<?php echo get_option('siteurl')."/?page=store";?>" class="highlight_button fr" ><?php _e('View Store');?> »</a>
and change the text View Store to shop like this
<a href="<?php echo get_option('siteurl')."/?page=store";?>" class="highlight_button fr" ><?php _e('Shop');?> »</a>
Travis Smith answers:
It's located in file: Emporium\library\includes\latest_products.php on line 97 if in English. For the translation file, check Emporium\en_US.po on line 2048.
Pali Madra answers:
In the file Emporium\library\includes\latest_products.php locate
"<a class="highlight_button fr" href="http://www.sweetcitygirl.com/?page=store">View Store »</a>"
and change it to
"<a class="highlight_button fr" href="http://www.sweetcitygirl.com/?page=store">shop»</a>"
If you can give me the access to the code then I can change it for you as well.
Thanks and Regards,
Pali Madra