• Resolved ncosic

    (@ncosic)


    Hi,

    I have problem locating where in template I could fix this. I.e. https://www.hocuposao.net/tag/posao/ you can see that date is Posted on Travanj 25, 2011Rujan 14, 2013 by Admin… I can disable that line qouting out the function, but would prefer to fix it:
    <?php alexandria_posted_on(); ?>

    Thanks!

    PS
    (Travanj 25, 2011Rujan 14 = April 25, 2011September 14)

Viewing 1 replies (of 1 total)
  • Thread Starter ncosic

    (@ncosic)

    Found it:

    wp-content/themes/alexandria/inc/template-tags.php

    LINE 182:
    Replace:
    $time_string .= ‘<time class=”updated” datetime=”%3$s”>%4$s</time>’;

    With:
    $time_string .= ‘<time class=”updated” datetime=”%3$s”></time>’;

Viewing 1 replies (of 1 total)
  • The topic ‘Posted on – Showing posted on and edited on date’ is closed to new replies.