This topic has 8 replies, 4 voices, and was last updated 10 years ago ago by Eva Kemp
Hi,
I would like to change the link of the view more products at the homepage on new items.
If you click on view moren product you will be linked to the shop page. I would like to link them to an other page, this one: http://colors2impress.nl/goedkope-zonnebrillen/
How can i change that? Is there an easy way to change it?
Best,
Ernst
Hello,
You can change the link in the file wp-content/themes/legenda/framework/theme-functions.php. Find the code echo '<a href="'.$shop_url.'" class="show-all-posts hidden-tablet hidden-phone">'.__('View more products', ETHEME_DOMAIN).'</a>';
(line 2191) and replace '.$shop_url.'
in href="'.$shop_url.'"
to the link you wish.
Regards,
Eva Kemp.
So i should become like this?
echo ‘‘.__(‘View more products’, ETHEME_DOMAIN).’‘;
Is that the right thing? It should link to http://www.colors2impress.nl/goedkope-zonnebrillen/
Hello,
In the code provided above you need to replace '.$shop_url.'
with /goedkope-zonnebrillen/
.
Regards,
Jack Richardson
I have a question that leads on from this (no trying to hijack the thread), the current link on my site goes to the “Store” with an overview of all products. But at the top of the Store page is a Banner from the Legenda demo store. I’m not sure how/where to remove that. Could you help?
Thanks
Lev
Hello @lcribb,
You can remove the banner in Theme Options > Shop > Products Page Banner.
Thank you.
Regards,
Eva Kemp.
So easy when you know how, thanks!
Hello @lcribb,
You’re welcome.
Thank you.
Regards,
Eva Kemp.
The issue related to '‘change View more products’' has been successfully resolved, and the topic is now closed for further responses