Tell me more ×
WordPress Answers is a question and answer site for WordPress developers and administrators. It's 100% free, no registration required.
<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 -->
share|improve this question

closed as not a real question by toscho Jul 11 '12 at 6:20

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.