I have the same problem as in this post:
http://wordpress.org/support/topic/only-current-page-shown-with-use-of-the-loop
Does anyone know about the solution?
I have the same problem as in this post:
http://wordpress.org/support/topic/only-current-page-shown-with-use-of-the-loop
Does anyone know about the solution?
use query_posts('cat=0&posts_per_page=-1'); before if(have_posts()):
This topic has been closed to new replies.