Last Update on Single Post

Posted in: Newspaper
Post count: 20

Good day,

How to display this on modified date?
Example: Last updated on March 5, 2017 by Editorial Staff

In the loop-single-5.php, I replace <?php echo $td_mod_single->get_date(false);?> to
<?php echo the_modified_date(‘F j, Y’, ‘<div class=”the-modified-date”>Last Updated on ‘,’ by </div>’);?>

the outcome is:
By Editorial Staff -Last Updated on March 5, 2017 by

I can’t place the author on the last line and remove the dash –

Can you help me with the code to make it like this one:
Last updated on March 5, 2017 by Editorial Staff

Thank you.

Post count: 23312

Hello twinkle4starms,

Please check the following topic here -> https://forum.tagdiv.com/topic/how-to-make-this/ and try to implement the last modified date as my explanation.
After each change, you should clear all your caches, purge all CDN files if you are using the CDN system and check the results.

Thanks for your understanding!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.