Blog posts date not showing year

Support Forums for LiveMesh Themes & Plugins Forums Invent Theme Support Blog posts date not showing year

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #23832
    Ixinho
    Participant

    Hello, blog posts date do not show year, no matter if the publish date is this year or any year before . How can it display year next to the day and month?

    #23872
    Veena
    Moderator

    You have to modify framework/functions/blog-content.php line no:162 .
    you can try this modified line of code there –

    
    echo '<div class="entry-meta">' . mo_entry_author() . mo_entry_published("F j, Y") . mo_entry_terms_list('post_tag') . mo_entry_comments_link() . '</div>';
    

    All possible formats are available in the link below –
    http://codex.wordpress.org/Formatting_Date_and_Time

    #23948
    Ixinho
    Participant

    Great, thank you.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Blog posts date not showing year’ is closed to new replies.