Created
February 22, 2009 19:43
-
-
Save anonymous/68581 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- start content --> | |
{exp:weblog:entries weblog="{my_weblog}" orderby="date" sort="desc" limit="15" disable="member_data|trackbacks"} | |
<div id="content_confess"> | |
<div class="post"> | |
<h2 class="title">{title}</h2> | |
<div class="entry"> | |
<p>{name}</p> | |
<p>{body_content}</p> | |
<p> </p> | |
</div> | |
<div class="meta"> | |
<p class="byline">Posted by {author} on {entry_date format='%m/%d'} at {entry_date format='%h:%i %A'}</p> | |
{if allow_comments} | |
<p class="links">({comment_total}) <a href="{url_title_path="{my_template_group}/comments"}">Comments</a></p> | |
{/if} | |
</div> | |
</div> | |
</div> | |
{/exp:weblog:entries} | |
<!-- end content --> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment