I have a View and am using the Pager to display a specific number of items, limited to 4. I want to create a “More” link to link to the rest of the items.
I’ve set my view up as such:
But no More link is appearing, even though I have more than 4 items and even though the helper information says:
This will add a more link to the bottom of this view, which will link to the page view. If you have more than one page view, the link will point to the display specified in ‘Link display’ section under advanced. You can override the url at the link display setting.
I’ve looked through the HTML to ensure the link is not hidden by anything else. It’s simply not present.
Would anyone know how to get this working?