Ver Mensaje Individual
  #4 (permalink)  
Antiguo 23/10/2013, 03:44
Avatar de Nekko
Nekko
Colaborador
 
Fecha de Ingreso: marzo-2008
Ubicación: Buenos Aires
Mensajes: 3.141
Antigüedad: 16 años, 1 mes
Puntos: 656
Respuesta: Entradas wordpress

Te está faltando The Loop
Código PHP:
Ver original
  1. <?php get_header();
  2. if ( have_posts() ) : while ( have_posts() ) : the_post();
  3. if (in_category( 'Profesionales')) { ?>
  4.    
  5. <div class="row">
  6.     <div class="span10"><div class="breadcrumb"><?php the_breadcrumb(); ?></div></div>
  7.     <div class="span7">
  8.         <h1><?php the_title(); ?></h1>
  9.         <?php the_content(); ?>
  10.     </div>
  11.     <div class="span3"><?php get_sidebar('profesionales') ?></div>
  12. </div>
  13.  
  14. <?php } elseif (in_category( 'Empresas SubContratistas')) { ?>
  15.     Opción 1
  16. <?php } else { ?>
  17.     Opción 2
  18.     <?php }
  19. endwhile; endif;
  20.  get_footer(); ?>
__________________
Taller para crear themes wordpress desde cero | Presupuestos para trabajos particulares vía MP