Example #1
0
?>
			<?php 
cpotheme_postpage_author();
?>
			<?php 
cpotheme_postpage_categories();
?>
			<?php 
cpotheme_postpage_comments();
?>
			<?php 
cpotheme_edit();
?>
		</div>
		
		<div class="post-content">
			<?php 
cpotheme_postpage_content();
?>
		</div>
		<?php 
if (is_singular('post')) {
    cpotheme_postpage_tags();
}
?>
		<?php 
cpotheme_postpage_readmore();
?>
	</div>
	<div class="clear"></div>
</article>
Example #2
0
wp_enqueue_style('cpotheme-fontawesome');
?>
			<?php 
cpotheme_postpage_date();
?>
			<?php 
cpotheme_postpage_categories();
?>
			<?php 
cpotheme_postpage_comments();
?>
			<?php 
cpotheme_edit();
?>
		</div>
		<div class="post-content">
			<?php 
cpotheme_postpage_content();
?>
		</div>
		<?php 
if (is_singular('post')) {
    cpotheme_postpage_tags(false, '', '', '');
}
?>
		<?php 
cpotheme_postpage_readmore();
?>
	</div>
	<div class="clear"></div>
</article>