Questions tagged [pagination]
For questions about using pagination tags/code to divide content across separate pages.
174 questions
1
vote
3
answers
91
views
Pagination and rel="canonical"
Pagination creates additional pages. For example, if the site has correct pages with numbers P24/P48/P72, then pages with P23/P75/P12345667890 may multiply. This can happen for various reasons.
We ...
0
votes
1
answer
37
views
How do I use pagination on a search results page?
I am running EE 7.3.12 and using Simple Search for a search box. The search works correctly but I am having trouble applying the pagination element.
Here is the search box code:
{exp:search:...
1
vote
1
answer
57
views
Using {paginate} in a {parents} pair tag
I'm using EE 7.3.9 have 2 channels related via a relationship field, and I would like to create a page showing all the entries in channel 1 (the parent) that have in common the same field in the ...
1
vote
0
answers
61
views
Using Pagination with Categories
Is there a way to paginate a list of categories? For example, I have 9 categories and would like to display 3 categories with their description on each page. It seems like it should be as easy as the ...
0
votes
1
answer
220
views
Adding Pagination causes 500 Server Error
I am running EE 5.3.2.
Using the following code I am have issues with page loads that end in 500 Server Error
{exp:channel:entries channel="blog" category="184" limit="21"...
0
votes
1
answer
50
views
Break a single entry into an arbitrary number of pages?
The documentation describes using separate fields to create pages for an entry. But how can I create pages arbitrarily? There are multiple reasons I don't want to create a separate field for each page....
0
votes
1
answer
93
views
Pagination not showing up
I have included pagination on a series of pages. From within the CP when I click the View Rendor button from within the template, all looks great. However, when I link to a page with the pagination ...
1
vote
0
answers
40
views
Strange URL generating from AB Pagination - /P8Mike/
so, I've started noticing a couple 404 URLs coming up on Google Search Console with /P8Mike/ in the URL path (Example: /P8Mike/P40/).
These are originating from a paginated page on the website ...
0
votes
1
answer
129
views
How to get around pagination URLs
Does anyone have a neat solution to using pagination URLs? I would like to set up a simple structure like articles/article-entry with the listing and entry in one template. But once I include ...
0
votes
1
answer
183
views
Problem with Template Routes and Pagination
I have an established site that was working just fine, but following a point-upgrade of EE (3.5.6 to 3.5.9) template routes that include a pagination term have all stopped working. I am mystified as ...
0
votes
1
answer
155
views
Trouble with Template Route & Pagination
I have created a template route for the typical blog scenario where I have an index template in a "blog" template group that lists blog posts along with a detail template that shows full blog posts.
...
0
votes
1
answer
117
views
Closing tags are not being executed
I'm loading a template with ajax and I'm trying to close a few divs and a section in which the opening tags are in a different file. The closing tags aren't being recognized on the front-end, while it ...
1
vote
0
answers
110
views
Paginate on category does not work with Transcribe
I've got a simple entries tag with category option and a paginate tag:
{exp:channel:entries channel="download" category="12" limit="5"}
...
{paginate}
But the paginate tag does not work: it is not ...
0
votes
1
answer
351
views
Check if pagination in header
guys.
I'm a beginner to EE and I'm looking for a way to add "" to any paginated pages in a Blog template in EE.
Is there any way to check in header if it's a paginated page and, if so, display this ...
0
votes
1
answer
60
views
Pagination linking to all black page
I've set up what I thought to be simple pagination links but when you click a link, it goes to an all blank/black page. Anyone ever experienced this?
Here is my code:
{exp:channel:entries channel="...