Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter rennanslt

    (@rennanslt)

    Well, this is the_loop on my index.php:

    <?php /* Start the Loop */ ?>
    <?php while ( have_posts() ) : the_post(); ?>
    
    	<?php if (in_category('News')): ?>
    
    	<?php get_template_part( 'content', get_post_format() ); ?>
    
    	<?php endif; ?>
    <?php endwhile; ?>
    
    <?php twentyeleven_content_nav( 'nav-below' ); ?>
    
    <?php else : ?>
    (...)

    The result: It shows only the posts that are categorized…

    [no bumping please]

Viewing 1 replies (of 1 total)