Example #1
0
		<?php 
        cosmos_post_author(array('text' => 'Written by ', 'icon' => false));
        ?>
	</header>

	<div class="post-body">
		<?php 
        the_content();
        ?>
	</div>

	<div class="post-meta">
		<?php 
        cosmos_post_date(' on ');
        cosmos_post_category(' in ');
        cosmos_post_tag(' tagged ');
        cosmos_post_comments(' with ');
        ?>
	</div>

	<?php 
        comments_template();
        ?>

</article>

<ul class="pager">
	<?php 
        cosmos_previous_post_link('%link', 'older post');
        ?>
	<?php 
Example #2
0
        post_class();
        ?>
>

	<h1><a href="<?php 
        the_permalink();
        ?>
"><?php 
        the_title();
        ?>
</a></h1>
	<div class="post-meta">
		<?php 
        cosmos_post_date();
        cosmos_post_category();
        cosmos_post_tag();
        cosmos_post_comments();
        cosmos_post_thumbnail();
        ?>
	</div>
	<?php 
        the_excerpt();
        ?>

</article>

<?php 
    }
    ?>

<?php