<div id="content" class="page col-full">
<div id="main" class="col-left">
'listing',
'location' => 'quezon-city-san-juan',
'listingtype' => 'lots',
'tag' => 'for-sale',
'page' => $paged,
'posts_per_page' => 3
);
query_posts($args);
?>
"> Read More
'); ?>
'listing',
'location' => 'quezon-city-san-juan',
'listingtype' => 'lots',
'tag' => 'for-lease',
'page' => $paged,
'posts_per_page' => 3
);
query_posts($args2);
?>
"> Read More
'); ?>
'listing',
'location' => 'quezon-city-san-juan',
'listingtype' => 'lots',
'tag' => 'uncategorized',
'page' => $paged,
'posts_per_page' => 3,
);
query_posts($args3);
?>
"> Read More
'); ?>
str_replace($big, '%#%', get_pagenum_link($big)),
'format' => '?paged=%#%',
'total' => $wp_query->max_num_pages,
'current' => max(1, get_query_var('paged')),
'show_all' => false,
'end_size' => 2,
'mid_size' => 3,
'prev_next' => true,
'prev_text' => 'Prev',
'next_text' => 'Next',
'type' => 'list'
));
?>
</div><!-- /#content -->