<ul class="tabnavig">
<li>
<a href="[B]#block3[/B]">
<span class="big"><?php _e('Featured Listings','appthemes')?></span>
</a>
</li>
<!-- tab 3 -->
<div id="block3">
<?php
// show all random ads but make sure the sticky featured ads don't show up first
<?php
// show all random 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' => 'ad_listing', 'ad_cat' => $term->slug, 'caller_get_posts' => 1, 'post__in' => get_option('sticky_posts'), 'paged' => $paged, 'orderby' => title, 'order' => ASC));
?>
There are currently 1 users browsing this thread. (0 members and 1 guests)