Results 1 to 1 of 1

Thread: Customized Coupon Side

  1. #1
    Thread Starter
    Expired Customer joloshop's Avatar
    Join Date
    Mar 2015
    Posts
    21
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Customized Coupon Side

    Hi i heavily customized clipper and flatter. Please visit joloshop.de ...deine Gutscheinseite

    Now I need some help on my store pages I would like to add related coupons from other stores, and I am really stuck. All coupons from the same store do have the same category. However how do I tell the query to filter coupons from this category?

    PHP Code:
    $paged = (get_query_var('paged')) ? get_query_var('paged') : 0;
                        
    query_posts( array(
                            
    'post_type' => APP_POST_TYPE,
                
    'posts_per_page' => 4,
                            
                                            
                        )); 

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. How to display selected coupon categories in side bar
    By kumi in forum Clipper General Discussion
    Replies: 7
    Last Post: July 24th, 2015, 11:43 AM
  2. Google geocoding in Vantage: server-side, client-side, and usage limits...
    By dimartinto in forum Help Using Vantage (Legacy)
    Replies: 2
    Last Post: June 25th, 2015, 11:33 AM
  3. How to remove the Success Rate Thing on Right side of Coupon
    By coupons4america in forum Clipper General Discussion
    Replies: 3
    Last Post: January 21st, 2015, 11:08 AM
  4. Customized Background
    By marcavage in forum Vantage General Discussion (Legacy)
    Replies: 0
    Last Post: May 17th, 2013, 08:48 PM
  5. Replies: 2
    Last Post: May 19th, 2012, 10:33 AM