Results 1 to 2 of 2

Thread: DLVR IT and Featured Ads

  1. #1
    Thread Starter
    tlewis's Avatar
    Join Date
    Jan 2012
    Location
    United States
    Posts
    17
    Thanks
    0
    Thanked 0 Times in 0 Posts

    DLVR IT and Featured Ads

    Hey,

    I have DLVR IT set up and my ads are posted on Facebook an Twitter, all is working. But in order to promote featured ads I would like only featured ads posted automatically to Facebook and twitter. Does anyone know the URL for doing this? Below is what I am using but it includes all posts and I just want featured ads posted. Thanks!

    Currently using: domain/feed/?post_type=ad_listing

  2. #2
    Member patrickjose's Avatar
    Join Date
    Dec 2012
    Location
    Brazil
    Posts
    83
    Thanks
    1
    Thanked 25 Times in 15 Posts
    I think you'll have to write your own RSS output with post type filter with sticky (featured) posts.

    Something like:

    Code:
    $sticky = get_option( 'sticky_posts' );
    query_posts( array('post_type' => APP_POST_TYPE, 'post__in'  => $sticky) );

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. highlighted + featured ribbon + top category for featured listing
    By opacity101 in forum ClassiPress General Discussion
    Replies: 19
    Last Post: December 18th, 2012, 06:05 AM
  2. Featured posts in Vantage Search results are not.. featured?
    By znassif in forum Report Vantage Bugs (Legacy)
    Replies: 11
    Last Post: September 27th, 2012, 10:06 PM
  3. Featured jobs posted as featured without payment
    By vfmonsen in forum Report JobRoller Bugs
    Replies: 14
    Last Post: August 1st, 2012, 02:29 PM