samcy (May 24th, 2012)
<!-- tab 4 -->
<div id="block4">
<div class="clr"></div>
<div class="undertab"><span class="big"><?php _e('Classified Ads','appthemes') ?> / <strong><span class="colour"><?php _e('Bikes 4Sale','appthemes') ?></span></strong></span></div>
<?php
// show all Motorbike for Sale 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, 'ad_cat' => 'bikes-sale', 'ignore_sticky_posts' => 1, 'paged' => $paged) );
?>
<?php get_template_part( 'loop', 'ad_listing' ); ?>
</div><!-- /block4 -->
<?php
if( $total_pages > 1 ){ ?>
<div class="paging"><a href="<?php echo $post_type_url; ?>page/2/"> <?php _e( 'View More Ads', 'appthemes' ); ?> </a></div>
<?php } ?>
samcy (May 24th, 2012)
samcy (May 25th, 2012)
There are currently 1 users browsing this thread. (0 members and 1 guests)