The site doesn’t send Last-Modified header in its response.
I know I should insert somewhere something like header("Last-Modified: " . the_modified_date());
but where?
The site doesn’t send Last-Modified header in its response.
I know I should insert somewhere something like header("Last-Modified: " . the_modified_date());
but where?
You must be logged in to post a comment.
The “Last Modified” WordPress plugin works for me.
http://wordpress.org/extend/plugins/header-last-modified/
It requires a change in wp-includes/template-loader.php so be careful when updating the WordPress core.
This worked for me on all posts – added into theme functions.php file:
Edit wp-config.php
insert it at end of file before ?>