Results 1 to 1 of 1

Thread: is there a way we can redirect this code to the store page

  1. #1
    Thread Starter
    Senior Member jujukoja's Avatar
    Join Date
    Sep 2012
    Location
    United States
    Posts
    141
    Thanks
    1
    Thanked 10 Times in 8 Posts

    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

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Removing single coupon page - or redirect to store-parent page
    By jujukoja in forum Clipper General Discussion
    Replies: 28
    Last Post: November 26th, 2013, 12:33 PM
  2. Rotating Slide Shows on the Front Page - Need Code and Exact Page to Enter Code
    By spenchase in forum ClassiPress General Discussion
    Replies: 1
    Last Post: September 8th, 2012, 09:58 AM
  3. Rotating Slide Shows on the Front Page - Need Code and Exact Page to Enter Code
    By spenchase in forum ClassiPress General Discussion
    Replies: 1
    Last Post: September 8th, 2012, 09:58 AM
  4. how to redirect the old store slug to new store slug?
    By couponspicy in forum Report Clipper Bugs
    Replies: 2
    Last Post: May 5th, 2012, 05:55 AM