Hello all,
I'm currently developing this website: http://www.stompergames.com
It's a video game website that I tweeked enough so that I can easily add games using custom fields. Tell me what you think?
Here's my question... I only want a maximum of 12 posts to be shown on every page. I would also like to have a "static front page". I have done those two things. However, I'm having trouble with setting up the navigation. I now have the wordpress standard navigation system snippet
-->
<div class="navigation"><p><?php posts_nav_link(); ?></p></div>
<--
I'm using that in the index.php file. I am using page.php and single.php template files, but do not want navigation to show up on those.
When clicking on the navigation links, I get the "NO POSTS" error. Why is that happening, and/or how can I fix it?
I actually prefer the flexibility of the wp-pagenavi plugin better than the wordpress one. so if your solution would allow me to use that one, that would be even better.
Please help, Thanks,
Alex