Is it possible to add pagination when a channel entry is filtered by a url_title? When I have the below code, the pagination will not show up. If I remove the url_title from the channel entry, the pagination displays fine.
{exp:channel:entries channel="work" url_title="{last_segment}"}
<h1>url_title</h1>
{paginate}
{if previous_page}<a href="{auto_path}">Previous Page</a> {/if}
{if next_page}<a href="{auto_path}">Next Page</a>{/if}
{/paginate}
{/exp:channel:entries}
