Hi,
I find way for change date by “last updated” on post :
I replace : <?php echo $td_mod_single->get_date(false);?>
with :
<p>Dernières mises à jours : <?php the_modified_date(); ?></p>
But i just find:
<?php echo $td_mod_single->get_date(false);?>
in
single_template_2.php
I can’t find this code in other template, then i want to know where i can find it and if have better way for change date by last updated, i try :
<?php echo $td_mod_single->get_update(false);?>
But it don’t work.
Thank’s
In loop-single-2 there is no get_date, how are we going to change it there?
Thanks, I got it with the help of my programmer. Now, how do I make the last modified articles appear on the homepage, in spite of the last articles created?
Hello,
The articles on the homepage will not appear based on their last modified date but rather the last published bost. There ism no such sorting option added in our theme. For this you will have to ask your programmer to create a new sorting option. Here is an example of how a new sorting can be added: https://forum.tagdiv.com/topic/implemented-new-sort-most-popular-among-posts-of-last-7-days/
Thank you!
