Site logo

Archived topic

Post Format Link add date

3 replies · Started by Alexandros on May 19, 2015

Viewing posts 1–4 of 4

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

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; ?>

perfect.. thanks very much :-))))

No problem! :)

This archived topic is closed to new replies.