Forums
Forums / Theme: Hueman / Pagination doesn't work?
(@dwkblog)
10 years, 7 months ago
Hi,
My site, pagination doesn’t work. I used Wp-Pagenavi doesn’t work too.
Can you help me.
Thanks
in index.php, I add <?php query_posts( 'cat=-63&offset=1' ); ?>, after remove that code, back normaly. But I want exclude 1 category and 1 post.
<?php query_posts( 'cat=-63&offset=1' ); ?>
Can you give me a solution?
(@bdbrown)
Hi dwkblog. You might be better off using a function in a child theme to filter the posts. That way you don’t need to modify the theme files. Take a look at this post for some information on the function and setting up a child theme.
Thanks bdbrown, it’s work.
The topic ‘Pagination doesn't work?’ is closed to new replies.