Open stebrech opened 6 years ago
I'm using get_the_modified_date() in my child theme. Unfortunately this makes not much sense if I use WPGHS. It seems like every post gets the same modified date of the last WPGHS import.
get_the_modified_date()
Is there a way WPGHS does not "modify" posts with no changes?
I haven't checked the open pull requests. This is already under progress. #167
I'm using
get_the_modified_date()
in my child theme. Unfortunately this makes not much sense if I use WPGHS. It seems like every post gets the same modified date of the last WPGHS import.Is there a way WPGHS does not "modify" posts with no changes?