Ask your WordPress questions! Pay money and get answers fast! Comodo Trusted Site Seal
Official PayPal Seal

Change button text WordPress

  • SOLVED

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

Answers (4)

2011-07-19

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');?> &raquo;</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');?> &raquo;</a>

2011-07-19

Romel Apuya answers:

is this an ecommerce plugin?

2011-07-19

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.

2011-07-19

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