Can you provide some more information:
- Which theme your using
- what your settings are in admin > settings > reading for number of posts
- the pagination plugin you are using
From what you have said you should be able to achieve this by simply changing the settings in the reading section of the admin panel to 10 posts and using the wp-pagenavi plugin.
Otherwise you could also limit the # of posts displayed via the loop but answer the above before we go there.
I’m creating my own theme.
I was using only 1 post in the reading section since I just want to show in the home page the last post, but I want to show a list by categories in the portfolio page.
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.
If you just want to split a page up then use <!--nextpage--> Otherwise what you need is a special category template so when you view this category they are displayed differently from the default.
http://codex.wordpress.org/Category_Templates