Home › Forums › Support › Post Format Link add date This topic has 3 replies, 2 voices, and was last updated 9 years, 4 months ago by Tom. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts May 19, 2015 at 8:35 am #108895 Alexandros When i post a standard post i can see the date below the title on my blog. Whenever i post a link though, i see no date. is it possible to see the date on link post format ? thank you May 19, 2015 at 9:19 am #108911 TomLead Developer Lead Developer Nice catch – fixed in next version. For now, open content-link.php, and add the following below the_title(): <?php if ( 'post' == get_post_type() ) : ?> <div class="entry-meta"> <?php generate_posted_on(); ?> </div><!-- .entry-meta --> <?php endif; ?> May 19, 2015 at 9:52 am #108920 Alexandros perfect.. thanks very much :-)))) May 19, 2015 at 12:13 pm #108971 TomLead Developer Lead Developer No problem! 🙂 Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In