Ejemplo n.º 1
0
    ?>
	<?php 
    get_template_part('index');
    ?>

<?php 
} else {
    ?>

	<?php 
    get_header();
    ?>

	<div id="content">
		<?php 
    if (wptouch_have_posts()) {
        ?>
			<?php 
        wptouch_the_post();
        ?>
			<?php 
        get_template_part('page-content');
        ?>
		<?php 
    }
    ?>
	</div> <!-- content -->

	<?php 
    if (wptouch_fdn_show_comments_on_pages() && (comments_open() || have_comments())) {
        ?>
Ejemplo n.º 2
0
<?php

get_header();
?>

	<div id="content">
		<?php 
while (wptouch_have_posts()) {
    ?>

			<?php 
    wptouch_the_post();
    ?>

			<div class="<?php 
    wptouch_post_classes();
    ?>
">
				<div class="post-page-head-area bauhaus">
					<span class="post-date-comments">
						<?php 
    if (bauhaus_should_show_date()) {
        ?>
							<?php 
        wptouch_the_time();
        ?>
						<?php 
    }
    ?>
						<?php 
    if (bauhaus_should_show_comment_bubbles()) {