posts by a specific date
-
I can list all the posts by a specific date?
Below an idea to understand.
<!– Loop –>
<?php if(have_posts()) : while(have_posts()) : the_post(); get_the_time(‘d-m-Y’) == ’29-10-2015′; ?>Where get_the_time(‘d-m-Y’) would receive the date of the post (post_date) and ’29-10-2015′ would be my condition to list only posts this day.
Obs .: Align bold code above does not work very least it is logical (rsr) … it’s just to represent what I need.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘posts by a specific date’ is closed to new replies.