Results 1 to 2 of 2

Thread: Featured listings at the top of all categories with ads that are relevant to that cat

  1. #1
    Thread Starter
    zakkino's Avatar
    Join Date
    Sep 2013
    Location
    Italy
    Posts
    11
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Featured listings at the top of all categories with ads that are relevant to that cat

    Hello yesterday thanks to a tutorial for this forum have managed to limit a category on the home page


    tpl-ads-home.php

    -------------------------------------------
    $args = array(
    'post_type'=>'ad_listing',
    'paged' => $paged,
    'tax_query' => array(
    array(
    'taxonomy' => 'ad_cat',
    'field' => 'id',
    'terms' => array('89', '95','91','90','94','92','93'),
    'operator' => 'NOT IN',
    ),
    )
    );
    query_posts($args);
    ------------------------------------------

    Now I wonder if I can limit this category also from ads slider ome page
    and possible?

    or even better if you put the slider Featured listings at the top of each category and can view Featured listings only in that category?
    there someone who could post code and instructions?

    Thank you very much to all of you and thank you classipres for the support they give us
    sorry for my English but I use google translator I'm Italian!

  2. #2
    seoagent's Avatar
    Join Date
    Jul 2012
    Location
    Edmonton, AB, Canada
    Posts
    660
    Thanks
    136
    Thanked 86 Times in 74 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    When in doubt: Read, Ask, Do. G+

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. How To Rename Category, Featured Listings & Ad Categories?
    By vulgate in forum Help Using ClassiPress
    Replies: 9
    Last Post: November 10th, 2014, 03:43 AM
  2. How to get indeed to show relevant jobs
    By ronenbekerman in forum Report JobRoller Bugs
    Replies: 1
    Last Post: February 1st, 2013, 01:01 AM
  3. How do I show the list of categories, just below the "Featured Listings" ?
    By queimadeofertas in forum Help Using JobRoller
    Replies: 2
    Last Post: January 14th, 2012, 08:29 PM
  4. [MOD NEEDED] relevant ads
    By pinocchio in forum ClassiPress General Discussion
    Replies: 1
    Last Post: January 11th, 2011, 09:23 AM