Example #1
0
		<?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())) {
        ?>
		<div id="comments">
			<?php 
        comments_template();
        ?>
		</div>
	<?php 
    }
    ?>

	<?php 
    get_footer();
    ?>

<?php 
Example #2
0
		<?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()) {
        ?>
		<div id="comments">
			<?php 
        comments_template();
        ?>
		</div>
	<?php 
    }
    ?>

	<?php 
    get_footer();
    ?>

<?php