Ver Mensaje Individual
  #3 (permalink)  
Antiguo 03/05/2009, 13:09
HeyGolden
 
Fecha de Ingreso: mayo-2009
Mensajes: 3
Antigüedad: 15 años, 6 meses
Puntos: 0
Respuesta: See more articles in the archive - Wordpress

lo encontré pero no puede separar el loop, bueno.. temí hacerlo mal, por eso te pego todo aqui:

Cita:
<?php get_header(); ?>

<div id="centercol" class="grid_10">

<?php if (get_option('woo_show_blog') == false) { ?>

<?php include(TEMPLATEPATH . '/includes/featured.php'); ?>

<?php

$layout = get_option('woo_layout');

include('layouts/'.$layout);

?>

<?php } else { include(TEMPLATEPATH . '/includes/stdblog.php'); } ?>

</div><!--/centercol-->

<?php get_sidebar(); ?>

<?php get_footer(); ?>
ojala este bien, gracias :)