is there a way we can redirect this code to the store page
ok so i have been trying couple of code here and there
as in the last thread i found out that every coupon is generated from loop-coupon.php filles and the title is generated from this code
<h1><a href="<?php the_permalink(); ?>" title="<?php printf( esc_attr__( 'View the "%s" coupon page', 'appthemes' ), the_title_attribute( 'echo=0' ) ); ?>"><?php if (mb_strlen(get_the_title()) >= 87) echo mb_substr(get_the_title(), 0, 87).'...'; else the_title(); ?></a></h1>
is there a way to have it redirect to the store page instead of single coupon page ,, php echo parent or somthing am not good with php, Mods this would be very helpfull