[Resolved] Post Format Link add date

Home Forums Support [Resolved] Post Format Link add date

Home Forums Support Post Format Link add date

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #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

    #108911
    Tom
    Lead 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; ?>
    #108920
    Alexandros

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

    #108971
    Tom
    Lead Developer
    Lead Developer

    No problem! 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.