Hi,
i am trying out Bootstrap 4. I want to build a site for my wife. Thanks to the forum i get the blog part done.
But the pagination is not working as aspected. The first number of the pagination did not get styled.
Only for the first and the last link there is a span and no class is asigned.
echo $images_posts->renderPager(array(
'nextItemLabel' => "Vorwärts",
'previousItemLabel' => "Zurück",
'listMarkup' => "<nav aria-label='Page navigation'><ul class='MarkupPagerNav pagination'>{out}</ul></nav>",
'itemMarkup' => "<li class='{class} page-item'>{out}</li>",
'linkMarkup' => "<a class='page-link' href='{url}'>{out}</a>"
));
result is:
The markup from the first picture is not the same like the other.
How can i change the markup for the first link, and the last link of course when i changed the site?