Never been to DZone Snippets before?

Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world

Display list of Links (using LinkList Module) (See related posts)

Requires the LinkList module.

<ul>
{exp:linklist:entries linklist="links" orderby="url_title" sort="ASC" status="open" limit="30" paginate="both"}
<li class="topspaced">
 <span class="larger">{linklist:url_title}</span><br />
&nbsp;&nbsp;&nbsp;<img src="/images/icons/link.png" width="16" height="16" alt="Link" border="0" /> <a href="{linklist:url}">{linklist:url}</a><br />
&nbsp;&nbsp;&nbsp;<img src="/images/icons/tag_green.png" width="16" height="16" alt="Tags" border="0" />{keywords}<a href="{path="main/links"}">{keyword}</a> {/keywords}
</li>
{paginate}
			<p class="center">Page {current_page} of {total_pages} Pages {pagination_links}</p>
		{/paginate}
{/exp:linklist:entries}
</ul>

You need to create an account or log in to post comments to this site.


Click here to browse all 5140 code snippets

Related Posts