Daily posts like an archive
-
I need to show 30 daily posts in the main page of a site. I also need to put 2 links, one that gets to a new page showing 30 posts made yesterday and the other to show 30 posts of ‘tomorrow’ if I’m looking at an older page.
I tried to use ‘wp_get_archives( array( ‘type’ => ‘daily’, ‘limit’ => 1 )’, but the thing is that now I have a page that shows a list of dates, and I need to click it to see the posts.
Is there a way form me to show the posts as soons as the visitor opens the site?
This is the site: https://visualdose.com.br/teste
I had to use a query_post with a limit of 30 posts to get near the result I need… But that leaves a lot of problems. But at least you can see that I need.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Daily posts like an archive’ is closed to new replies.