Results 1 to 1 of 1

Thread: Need some help with query

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

    Need some help with query

    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,
                            
                                            
                        )); 
    now how to add the category query, tried a lot but totally stuck sis time.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Bug & query
    By proxidesign in forum Report JobRoller Bugs
    Replies: 3
    Last Post: September 27th, 2017, 11:38 AM
  2. Ads Query URL
    By frcamp in forum Help Using ClassiPress
    Replies: 3
    Last Post: December 20th, 2014, 11:56 AM
  3. Indeed Query Only Pulling First Query
    By jlei1989 in forum Report JobRoller Bugs
    Replies: 4
    Last Post: February 15th, 2012, 04:32 AM