virtualgeorge
Junior Member
- Sep 20, 2008
- 181
- 162
My blog has 13 posts total so the page nav at the bottom of my latest posts section on the homepage should only show 2 page. However there are links 2 7 pages. Page 1 & 2 show my posts but 3 - 7 just link to blank category pages with no post on them.
http://lifeofcustoms.com/
Some page numbers at bottom go to pages like:
http://lifeofcustoms.com/page/6/ with no posts.
If you go to one of the categories the page numbers are working
fine.
http://lifeofcustoms.com/category/features/
Had someone help me setup this site & using wp page numbers on the homepage nav but not sure where to find the nav links on the cat pages?
I know home.php uses
<div class="navigation"><p><?php if(function_exists('wp_page_numbers')) : wp_page_numbers(); endif; ?></p></div>
For the nav numbers so maybe I need to replace that with what ever is on the category pages for the nav links to solve issue?
thanks for any tips!!
http://lifeofcustoms.com/
Some page numbers at bottom go to pages like:
http://lifeofcustoms.com/page/6/ with no posts.
If you go to one of the categories the page numbers are working
fine.
http://lifeofcustoms.com/category/features/
Had someone help me setup this site & using wp page numbers on the homepage nav but not sure where to find the nav links on the cat pages?
I know home.php uses
<div class="navigation"><p><?php if(function_exists('wp_page_numbers')) : wp_page_numbers(); endif; ?></p></div>
For the nav numbers so maybe I need to replace that with what ever is on the category pages for the nav links to solve issue?
thanks for any tips!!
Last edited: