We use cookies to improve your experience. No personal information is gathered and we don't serve ads. Cookies Policy.

ExpressionEngine Logo ExpressionEngine
Features Pricing Support Find A Developer
Partners Upgrades
Blog Add-Ons Learn
Docs Forums University
Log In or Sign Up
Log In Sign Up
ExpressionEngine Logo
Features Pro new Support Find A Developer
Partners Upgrades
Blog Add-Ons Learn
Docs Forums University Blog
  • Home
  • Forums

Simple Tags - example code

Development and Programming

firefold's avatar
firefold
5 posts
16 years ago
firefold's avatar firefold

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}
       

Reply

Sign In To Reply

ExpressionEngine Home Features Pro Contact Version Support
Learn Docs University Forums
Resources Support Add-Ons Partners Blog
Privacy Terms Trademark Use License

Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.