Exemplo n.º 1
0
<?php

$style_web = new style_web();
get_header();
?>
<section class="container">
	<section class="destacados_home">
		<?php 
if (function_exists('show_skitter')) {
    show_skitter();
}
?>

    </section>
    
    <section class="contenido_izq">
    	<?php 
$style_web->noticias("noticias");
?>
    </section>
    
   <?php 
get_sidebar();
?>

</section>


<?php 
get_footer();
Exemplo n.º 2
0
<?php

/**
 * Template Name: Grupos
 */
$style_web = new style_web();
get_header();
?>
<section class="container">	
    
    
    <section class="contenido_izq">
    	<?php 
$style_web->noticias(single_cat_title("", false));
?>
    </section>
    
   <?php 
get_sidebar();
?>

</section>


<?php 
get_footer();