let me see if I can explain it in a way that someone can help me out. I’m kind of freaking out right now since I can’t find any plugin for it
for example I have a category with 20 posts so what I want is to show links to those 20 posts in a page that I’m calling for example portfolio/category-name.
In that page I want it to show 10 posts per page with a link for a second page to show the next 10 posts.
For example something like this
Page 1:
post title 1
post title 2
post title 3
post title 4
post title 5
post title 6
post title 7
post title 8
post title 9
post title 10
<< < 1 2 > >>
when I click on page 2 at the navigation it will show
post title 11
post title 12
post title 13
post title 14
post title 15
post title 16
post title 17
post title 18
post title 19
post title 20
until now i haven’t found out a plugin that does that
I really need help in here.