Display all posts in this syntax
-
Hi all. I have this syntax:
<?php while (have_posts()) : the_post(); ?>
//some code here….
<?php endwhile; ?>
I want to overtake the settings from “Reading Options(which is set to 3 posts)” in the wordpress admin, and display all posts here.
Any help? Thank you.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Display all posts in this syntax’ is closed to new replies.