You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So far, so good - i have a the right entries and i have the page uids of the prev and the next link.
Does anyone have an idea how can i get the actual link in this place? like the one which is rendered within Resources/Private/Partials/Pager/Default.html
For SEO purposes i`d like to have the additonal links in the header for the previous and next page of an itemList.
At the moment i achieved the following:
In
Classes/Controller/ItemListController.php
i added the following lines to the function "listAction":With this i get two additional tags in the
<head>
section of my page withSo far, so good - i have a the right entries and i have the page uids of the prev and the next link.
Does anyone have an idea how can i get the actual link in this place? like the one which is rendered within
Resources/Private/Partials/Pager/Default.html
What Action do i have to call from the controller to get a Link?
The text was updated successfully, but these errors were encountered: