<?php

global $meta_sep;
?>
<nav class="post-nav meta-font secondary_text">
	<ul class="clearfix">	
		<li class="post-meta post-category"><?php 
_e('Under :', 'be-themes');
be_themes_category_list($id);
?>
</li>
	</ul>
</nav>
Example #2
0
			<?php 
if ($post_format != 'quote' && $post_format != 'link') {
    get_template_part('content', $post_format);
}
?>
			<div class="article-details clearfix">
				<header class="post-header clearfix">
					<?php 
if ($post_format == 'quote' || $post_format == 'link') {
    echo '<div class="post-top-details clearfix">';
    get_template_part('blog/post', 'details');
    echo '</div>';
    get_template_part('content', $post_format);
} else {
    echo '<div class="post-meta post-category post-top-meta-typo">';
    be_themes_category_list(get_the_ID());
    echo '</div>';
    if (get_the_title(get_the_ID())) {
        echo '<h5 class="post-title"><a href="' . get_permalink(get_the_ID()) . '">' . get_the_title(get_the_ID()) . '</a></h5>';
    }
}
?>
				</header>
				<?php 
if ($post_format != 'quote' && $post_format != 'link') {
    ?>
					<div class="post-top-details clearfix"><?php 
    get_template_part('blog/post', 'details');
    ?>
</div>
					<div class="post-details clearfix">