Example #1
0
<!-- SM_jun200info -->
<ins class="adsbygoogle"
     style="display:inline-block;width:300px;height:250px"
     data-ad-client="ca-pub-5703689377166442"
     data-ad-slot="5587441410"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</p></div>

	<?php 
get_template_part('related-posts');
?>

	<?php 
get_template_part('nav-bar');
?>
	<?php 
if (comments_open() || wptouch_have_comments()) {
    ?>
		<div id="comments">
			<?php 
    comments_template();
    ?>
		</div>
	<?php 
}
?>

<?php 
get_footer();
Example #2
0
function wptouch_fdn_show_comments_on_pages()
{
    $settings = foundation_get_settings();
    if ((comments_open() || wptouch_have_comments()) && !post_password_required() && $settings->show_comments_on_pages) {
        return true;
    } else {
        return false;
    }
}
Example #3
0


			
<a href="<?php 
wptouch_the_permalink();
?>
" class="loop-link tappable clearfix <?php 
if (!bauhaus_should_show_thumbnail()) {
    echo 'no-thumbs';
}
?>
">

	<?php 
if (wptouch_get_comment_count() > 0 && (comments_open() || wptouch_have_comments())) {
    ?>
		<div class="comments">
			<span><?php 
    wptouch_the_comment_count();
    ?>
</span>
		</div>
	<?php 
}
?>
	<?php 
if (bauhaus_should_show_thumbnail() && wptouch_has_post_thumbnail()) {
    ?>
		<img src="<?php 
    wptouch_the_post_thumbnail('thumbnail');