Hi there,
I successfully created a loop the queries posts of a certain category. Then, I wanted to add a pagination, meaning it shows 4 posts per page, and then it should add page 1, page 2, … and so on. For the navigation, I used the navigation for Bootstrap and put the WP action Bootstrap Post Pagination on top of it.
But the navigation is never displayed. Did anyone succeed in doing this?