kambyz
Member
Posted 4 months ago #
Hey guys!
So i got a little issue. I want to add pagination to my page. So there would be like 5 posts per page and then you can browser other pages via page navigation.
I am a bit confused, how to do it. Now it looks like this:
http://e-cigaretteuk.org.uk/beginner-guides/
How can i add pagination to this?
I want to get smth like this:
http://weightlossandtraining.com/category/workoutsandtraining/ab-workouts
Inspected, and saw that this guy is using this plugin too.
http://wordpress.org/extend/plugins/wp-pagenavi/
what plugin are you using to show the posts?
pagination might not be possible as long as you are using a shortcode from a plugin within the content of a page.
your example link is to a category archive page, which should allow pagination without problems.
kambyz
Member
Posted 4 months ago #
@Alchymyth I am not using any plugin I think. It is default.
and I dont understand how mine page if different from my example page? Also maybe I can fix this problem, to keep showing up my categories posts?
you seem to be using this plugin:
WP Category Post List
your posted link goes to a static page with the title 'beginner guides'
while the link to the 'beginner guides' category archive would be:
http://e-cigaretteuk.org.uk/category/beginner-guides/
kambyz
Member
Posted 4 months ago #
So you suggest me to remove WP Category Post list plugin, and make my Beginner Guides page as an archive? (maybe i said it wrong, im not English tho.)
kambyz
Member
Posted 4 months ago #
What you suggest me to do to get pagination + display my comments in different pages? :)