Example #1
0
        ?>
					<?php 
        get_template_part('content', get_post_format());
        ?>

				<?php 
    }
    ?>

		
			<?php 
} else {
    ?>
				<?php 
    get_template_part('content', 'none');
    ?>
			<?php 
}
?>
		</div>

	</div><!-- #content -->
</div><!-- #primary -->

<?php 
twentythirteen_paging_nav();
?>

<?php 
get_sidebar();
get_footer();
Example #2
0
    $args = array_merge($wp_query->query_vars, array('post_status' => array('future', 'publish'), 'paged' => $paged));
    query_posts($args);
    ?>
			<?php 
    while (have_posts()) {
        the_post();
        ?>
				<?php 
        get_template_part('content', get_post_type());
        ?>
			<?php 
    }
    ?>

			<?php 
    twentythirteen_paging_nav('agenda');
    ?>

		<?php 
} else {
    ?>
			<?php 
    get_template_part('content', 'none');
    ?>
		<?php 
}
?>

		</div><!-- #content -->
	</div><!-- #primary -->
			<?php 
    /* The loop */
    ?>
			<?php 
    while (have_posts()) {
        the_post();
        ?>
				<?php 
        get_template_part('content', get_post_format());
        ?>
			<?php 
    }
    ?>

			<?php 
    twentythirteen_paging_nav('restitutions');
    ?>

		<?php 
} else {
    ?>
			<?php 
    get_template_part('content', 'none');
    ?>
		<?php 
}
?>

		</div><!-- #content -->
	</div><!-- #primary -->
Example #4
0
			<?php
				/*
				 * Since we called the_post() above, we need to
				 * rewind the loop back to the beginning that way
				 * we can run the loop properly, in full.
				 */
				rewind_posts();
			?>

			<?php if ( get_the_author_meta( 'description' ) ) : ?>
				<?php get_template_part( 'author-bio' ); ?>
			<?php endif; ?>

			<?php /* The loop */ ?>
			<?php while ( have_posts() ) : the_post(); ?>
				<?php get_template_part( 'content', get_post_format() ); ?>
			<?php endwhile; ?>

			<?php twentythirteen_paging_nav(); ?>

		<?php else : ?>
			<?php get_template_part( 'content', 'none' ); ?>
		<?php endif; ?>

		</div><!-- #content -->
	</div><!-- #primary -->

<?php get_sidebar(); ?>
>>>>>>> b875702c9c06ab5012e52ff4337439b03918f453
<?php get_footer(); ?>
    $args = array_merge($wp_query->query_vars, array('post_status' => array('future', 'publish'), 'paged' => $paged));
    query_posts($args);
    ?>
			<?php 
    while (have_posts()) {
        the_post();
        ?>
				<?php 
        get_template_part('content', 'agenda');
        ?>
			<?php 
    }
    ?>

			<?php 
    twentythirteen_paging_nav('posts');
    ?>

		<?php 
} else {
    ?>
			<?php 
    get_template_part('content', 'none');
    ?>
		<?php 
}
?>

		</div><!-- #content -->
	</div><!-- #primary -->