Greetings EE forums. I am a new user of the software and I am having some trouble getting simpletags to work properly. I found the example code in the documentation a little limited and disappointing. Can I get some examples of real world use cases from those of you who are using the extension?
Im sure im doing it wrong, but here is what I am working with:
{exp:simpletag:taglist tagname="{segment_3}"}
{exp:weblog:entries orderby="date" sort="desc" limit="15" disable="member_data|trackbacks" }
<div class="entry">
<h2 class="title"><a href="http://{path={my_template_group}/{segment_2}/{url_title}}">{title}</a></h2>
{if segment_3 }
{summary}
{if:else}
{body}
{/if}
{extended}
<div class="posted">Posted on {entry_date format='%m/%d'} at {entry_date format='%h:%i %A'}
<a href="http://{path={my_template_group}/{segment_2}/{url_title}}">{title}</a> •
</div>
{paginate}
<div class="paginate">
<span class="pagecount">Page {current_page} of {total_pages} pages</span> {pagination_links}
</div>
{/paginate}
</div>
{/exp:weblog:entries}
{/exp:simpletag:taglist}Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.