Results 1 to 2 of 2

Thread: Hi, i bought your template \" Vantage \". The results of a detailed query doesn\'t d

  1. #1
    Thread Starter
    helgvar's Avatar
    Join Date
    Oct 2011
    Location
    Italy
    Posts
    10
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Hi, i bought your template \" Vantage \". The results of a detailed query doesn\'t d

    Hi,

    i bought your template " Vantage ". The results of a detailed query doesn 't display in the correct way. I'm supposed to display the last 4 user premium in 4 box nearby. Instead I got all of the users as result.

    This is the query:

    <?php $loop = new WP_Query(array(

    'post_type'=>'listing',
    'orderby'=>'menu_order',
    'order'=>'ASC',
    'meta_key'=>'featured',
    's'=>'featured',
    'meta_query'=>array(
    array(
    'key'=>'featured',

    'value'=>1,
    'compare'=>'IN',)))); ?>

    <?php while ( $loop->have_posts() ) :
    $loop->the_post(); ?>



    <?php the_title();

    endwhile; ?>




    How I can display the 4 boxes?

    This is my site:

    - http://registronutrizionisti.it

    Please help me!!

  2. #2
    dimitris's Avatar
    Join Date
    Oct 2011
    Location
    Earth
    Posts
    20,617
    Thanks
    222
    Thanked 1,873 Times in 1,770 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. want all categories" activate "Refine Results Searching" or get it out from list.
    By kullawat in forum ClassiPress General Discussion
    Replies: 0
    Last Post: October 8th, 2014, 02:18 PM
  2. Search Results - replace "posted by" with "Job Category"
    By fundfetch in forum JobRoller General Discussion
    Replies: 2
    Last Post: January 4th, 2012, 06:14 AM
  3. Search Results - replace "posted by" with "Job Category"
    By fundfetch in forum Report JobRoller Bugs
    Replies: 1
    Last Post: January 4th, 2012, 01:34 AM
  4. [SOLVED] Clicking "Ad Post" results in "404 Page Not Found" Message
    By cmbapp in forum Help Using ClassiPress
    Replies: 9
    Last Post: January 8th, 2011, 05:33 PM
  5. [SOLVED] Clicking "Ad Post" results in "Main Page" instead the correct one
    By tiagozn in forum Help Using ClassiPress
    Replies: 3
    Last Post: January 8th, 2011, 03:03 PM