Display the latest post in the home
-
Hi!
I’m creating a theme an I would display on the last post in the home page, now I’ve this code:
<?php if (is_home() && !is_paged()) query_posts('posts_per_page=1'); ?>
it works, it displays the latest post on the home, but when I click to Old Articles i get Not Found (url https://blog.domain/wordpress/?paged=2
and I don’t know how to resolve ??
also when I go to https://blog.domain/wordpress/?paged=1
I get the post but is also displayed the latest post.Thanks for any reply
Viewing 11 replies - 1 through 11 (of 11 total)
Viewing 11 replies - 1 through 11 (of 11 total)
- The topic ‘Display the latest post in the home’ is closed to new replies.