Results 1 to 2 of 2

Thread: Remove Sticky / Featured Attribute

  1. #1
    Thread Starter
    Senior Member toms's Avatar
    Join Date
    Aug 2010
    Location
    United Kingdom
    Posts
    147
    Thanks
    7
    Thanked 4 Times in 4 Posts

    Remove Sticky / Featured Attribute

    Hi,

    I have sticky posts showing up with different styling, I'd like to show the same posts on the home page without styling (so styling only happens in the category pages) - is there a query I can add to this?

    query_posts(array('post_type' => 'ad_listing', 'caller_get_posts' => 1, 'paged' => $paged, 'orderby' => DESC, 'ad_cat' => 'parts', 'posts_per_page' => 8)); ?>

    At the moment all i have is the below to remove stickies completely:

    'post__not_in' => get_option("sticky_posts")

    Thanks
    Tom

  2. #2
    Thread Starter
    Senior Member toms's Avatar
    Join Date
    Aug 2010
    Location
    United Kingdom
    Posts
    147
    Thanks
    7
    Thanked 4 Times in 4 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. SM Sticky Featured Widget ?
    By altm in forum ClassiPress General Discussion
    Replies: 1
    Last Post: January 15th, 2012, 09:01 AM
  2. [SOLVED] How to manualy set sticky/ featured job
    By misterleaf in forum Report JobRoller Bugs
    Replies: 5
    Last Post: March 30th, 2011, 05:43 AM
  3. Featured Ad (sticky)
    By massimorufo in forum Report ClassiPress Bugs
    Replies: 4
    Last Post: December 12th, 2010, 02:25 PM
  4. No Featured Ads.. but Sticky?
    By mrfraz in forum Help Using ClassiPress
    Replies: 2
    Last Post: April 4th, 2010, 06:28 PM