Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Sayan Datta

    (@infosatech)

    Yes it is possible, but in this case you need to make some tweak to your theme’s single.php file to show last modified info above post featured image.

    Thanks!

    Thread Starter bperniciaro

    (@bperniciaro)

    Is it possible to apply the shortcode directly to the theme (single.php or otherwise) so that it appears as part of the author block? I’d like to replace the date in my current author block if possible.

    Plugin Author Sayan Datta

    (@infosatech)

    Yes, it is possible. Just add this snippet to single.php file to show last modified info on posts via shortcode:

    <?php echo do_shortcode( '[lmt-post-modified-info]' ); ?>

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Working with Features Images’ is closed to new replies.