Results 1 to 2 of 2

Thread: Featured Ads First

  1. #1
    Thread Starter
    Expired Customer xisoil's Avatar
    Join Date
    Mar 2016
    Posts
    28
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Featured Ads First

    Hi, I found this in the ads-home file:

    Code:
      <?php
    	// show all ads but make sure the sticky featured ads don't show up first
    
    	$paged = ( get_query_var( 'paged' ) ) ? get_query_var( 'paged' ) : 1;
    	query_posts( array( 'post_type' => APP_POST_TYPE, 'ignore_sticky_posts' => 1, 'paged' => $paged ) );
    	$total_pages = max( 1, absint( $wp_query->max_num_pages ) );
      ?>
    I would like the featured ads to show up first, what should be changed here?

  2. #2
    talent's Avatar
    Join Date
    Jul 2011
    Location
    London UK
    Posts
    3,497
    Thanks
    75
    Thanked 553 Times in 502 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    $function ('CUSTOMIZATION'); } else { .DESIGN { display: awesome; }
    If you require any additional functionality or design customization, just ask. Afterall... anything is possible! However, I may not know how to implement your particular request, but if you don't ask, you don't get

    If you build it, they will come...


Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 2
    Last Post: July 20th, 2016, 06:45 PM
  2. Replies: 1
    Last Post: August 5th, 2014, 05:01 AM
  3. Plan showing Featured addons when Featured add on is not selected
    By ronyy in forum Report Vantage Bugs (Legacy)
    Replies: 4
    Last Post: July 16th, 2014, 02:32 AM
  4. Replies: 7
    Last Post: December 4th, 2013, 09:23 AM
  5. [SOLVED] Featured ad slider not working. Note: I have 8 ads and all 8 ads marked as Featured A
    By jax2013 in forum ClassiPress General Discussion
    Replies: 2
    Last Post: April 11th, 2013, 09:37 AM