I can’t seem to get pagination to work on EE 2.5.2. When added as a parameter and template code, no links show up.
{exp:channel:entries paginate="bottom" channel="musings_and_inspiration" url_title="{segment_3}" dynamic="yes" status="Featured|Open" limit="1" disable="categories|category_fields|member_data|trackbacks"}
{title}
{paginate}
Page {current_page} of {total_pages} pages {pagination_links}
{/paginate}
{/exp:channel:entries}I have 3 entries in this channel. I have tried dynamic=“no” and leaving it out entirely as well as removing all parameters except pagination and channel.
I am currently using stash to stash the results and then sending it through an embed, however, it still doesn’t work without using stash/embed.