Created
September 21, 2013 02:09
-
-
Save dreadfullyposh/6646415 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
{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