Hello,
This might help: https://forum.tagdiv.com/topic/how-to-make-this/
Hello mrx,
If you want to display more levels in our theme and if you are not aware of the steps which are needed to take in this regard, please consider hiring a freelancer/developer to help you because we cannot provide custom work at the moment, sorry!
Thanks for the message!
Dear Catalin,
it’s a pity.
I was hoping you tell me where to add the code to obtain the desired solution.
Of course, you do not have much time to address the issues of each. But it would be so great.
I think a lot of buyers of your brilliant theme would be happy to know how to add another field with the date/time of the post’s update. Just add, not replace the field with the date of original publication.
Well if you want to have 2 dates show in your post, you can add the code mention in this topic without replacing the existing one https://forum.tagdiv.com/topic/how-to-make-this/
You can simply add this code:
<?php echo the_modified_date('l, F j, Y', '<div class="the-modified-date">LAST MODIFIED: ','</div>'); ?>
and place it after the get_date codee so you would have both dates. It could need a bit of css for positioning though.
Thank you!