• Resolved Eagle_Fantasy

    (@eagle_fantasy)


    I love your theme! Just bought the premium version. Thanks for your work!

    I still have several minor questions…

    I want to add a “Last Updated on” info in the meta box, near the “published on” info. What’s the best way to do this? And what’s the best icon for “Last Updated on”? Thanks!

Viewing 1 replies (of 1 total)
  • Theme Author TT Themes

    (@tomastoman)

    Hi,

    please search for the following code in “content-archives-standard.php” and “single.php”:

    <span class="post-info-date"><i class="icon_clock_alt" aria-hidden="true"></i><a href="<?php echo get_permalink(); ?>"><?php echo get_the_date(); ?></a></span>

    and just below it insert this code:

    <span class="post-info-updated"><i class="icon_clock_alt" aria-hidden="true"></i> Last updated on: <?php the_modified_time('Y-m-d'); ?></span>

    Here is the list of all available icons (just replace “icon_clock_alt” with the appropriate class anme).

    Best regards,
    Tomas Toman

Viewing 1 replies (of 1 total)
  • The topic ‘Insert an "Last Updated on" info in meta box’ is closed to new replies.