Pagination of posts in page
-
Hi Guys,
I have a page and in that page I load posts from a category:
$posts = get_posts('category=3&numberposts=4');
The problem i’m having here is that I can’t get any pagination to work.
I’ve tried thewp_paginate()
function and some other pagination functions, but they don’t work.I think it is because I don’t show the post from a category page, but from a page page. I do this because of the URL, I don’t want /category/categoryname/ but /pagename/
Any advice?
Thanks!
- The topic ‘Pagination of posts in page’ is closed to new replies.