Date not displaying on all posts
-
We are using the plugin to pin specific posts on the homepage, and have added the date to a custom template, but the date is only showing on the first entry:
edited code:
<div class="entry-summary"> <div class="post-date"><?php the_date(); ?></div> <?php the_excerpt(); ?> </div>
- The topic ‘Date not displaying on all posts’ is closed to new replies.