Only showing the_date and the_excerpt for first entry in get_posts
I think you are having same issue as I was having earlier. In this question. So here is the fixed code. This should work. I replaced both of these functions with get_the_date and get_the_excerpt. For the detailed explanation why/why not this work, read @kaiser’s answer in same question. <?php $args = array( ‘posts_per_page’ => 5, … Read more