Exemple #1
0
<?php 
    wpi_section_end();
}
wpi_section_start('content-bottom');
rewind_posts();
if (have_posts()) {
    ?>
		<div id="main-bottom" class="start">
<?php 
    wpi_template_content_bottom();
    wpi_pagination();
    ?>
		
<?php 
} else {
    wpi_template_nopost();
    ?>
	
<?php 
}
?>
		</div>
		<div id="sidebar-bottom" class="fl">
				<dl class="xoxo">					
					<dd id="sidebar-3" class="cf">
					<?php 
wpi_dynamic_sidebar(3);
?>
					</dd>
				</dl>
		</div>		
Exemple #2
0
function wpi_template_404()
{
    wpi_template_nopost();
}