Skip to content

Instantly share code, notes, and snippets.

@dreadfullyposh
Created September 21, 2013 02:09
Show Gist options
  • Save dreadfullyposh/6646415 to your computer and use it in GitHub Desktop.
Save dreadfullyposh/6646415 to your computer and use it in GitHub Desktop.
{exp:paternitee:entries
channel="content"
field_type="relationship"
use_get="no"
paginate="bottom"
limit="3"
disable="categories|member_data"
field:content_cats="leopard"
}
<p>{title}</p>
<ul>
{content_cats}
<li>{content_cats:title}</li>
{/content_cats}
</ul>
{paginate}
{pagination_links}
{page}
<a href="{exp:paternitee:get_pagination_url url='{pagination_url}'}" class="page-{pagination_page_number}">{pagination_page_number}</a>
{/page}
{/pagination_links}
{/paginate}
{/exp:paternitee:entries}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment