Exemplo n.º 1
0
    ?>
				</ul>

				<ul class="right">
				<?php 
    $x = 1;
    while (have_posts()) {
        the_post();
        ?>
					<li>
						<?php 
        GZ::post_recent($post);
        ?>
					</li>
				<?php 
        if ($x >= GZ::recent() / 2) {
            break;
        }
        $x++;
    }
    ?>
				</ul>
	
				<div style="clear: both"></div>
			</div>

		<?php 
}
?>
		
			<div class="tablenav">