<?php 
    print strip_tags(render($content['field_tags']), '<a>');
    ?>
		</div>
	</div>
	<div class="related-box-wrap">
		<div class="label">
			<h3><span><?php 
    print t('Related articles');
    ?>
</span></h3>
		</div>
		<div class="bk-related-posts">
			<ul class="related-posts row clearfix">
				<?php 
    print getRelatedPosts('blog', @$node->nid);
    ?>
			</ul>
		</div>
	</div>
	<div class="comment-box-wrap">
		<?php 
    print render($content['comments']);
    ?>
	</div>
</div>
<?php 
} else {
    if (arg(0) == 'taxonomy') {
        if ($style == '0') {
            ?>
Esempio n. 2
0
    print url("node/" . heshel_prev_next($node->nid, 'blog', 'n'));
    ?>
">Next post</a></div>
	<div class="clear"></div>
</div>

<div class="row">
	<div class="col-sm-12 module_cont module_feature_posts pb28">
		<div class="bg_title">
			<h5><?php 
    print t('Related Posts');
    ?>
</h5>
		</div>
		<div class="featured_items">
			<div class="items4 featured_posts"><?php 
    print getRelatedPosts('blog', $nid);
    ?>
</div>
		</div>
	</div>
</div>

<div id="comments">
	<?php 
    print render($content['comments']);
    ?>
</div>
<?php 
} else {
}
            ?>

					</div><!--prev-post-->
					<div class="next-post">
						<?php 
            next_post_link('' . __('Next Story', 'mvp-text') . ' &rarr; %link', '%title', TRUE);
            ?>

					</div><!--next-post-->
				</div><!--prev-next-wrapper-->
				<?php 
        }
        ?>

				<?php 
        getRelatedPosts();
        ?>

				<?php 
        comments_template();
        ?>

			</div><!--home-main-->
		</div><!--content-main-->
		<?php 
        get_sidebar();
        ?>

		<?php 
    }
}