As the title says I’m having troubling editing so the frontpage RECENT LISTENINGS with display options set to small list (title + pic).
I want the list to link to the STORE instead of options for the entry/coupon.
I found the codes in: framework\class\class_white_label_themes.php Line: 2650
The code is original: $image = ‘‘;
I tryed with adding this line BEFORE it: $permalink = get_term_link($post->ID, ‘store’);
But it gave me an error. Any help would be much appriciated.
This reply is for PremiumPress customers only.
567
Views
1
Replies
Copyright © 2010-2026 PremiumPress Limited.
As the title says I’m having troubling editing so the frontpage RECENT LISTENINGS with display options set to small list (title + pic).
I want the list to link to the STORE instead of options for the entry/coupon.
I found the codes in:
framework\class\class_white_label_themes.php
Line: 2650
The code is original:
$image = ‘‘;
I tryed with adding this line BEFORE it:
$permalink = get_term_link($post->ID, ‘store’);
But it gave me an error. Any help would be much appriciated.
Members Only Content
This reply is for PremiumPress customers only.
Login Now