Linux 软件免费装

Last Modified

开发者 yaofuyuan
更新时间 2012年6月22日 13:13

标签

time date modified last

下载

详情介绍:

安装:

  1. Upload header-last-modified to the /wp-content/plugins/ directory
  2. Activate the plugin through the 'Plugins' menu in WordPress,must do it!
  3. Place header_last_modified() in /your_website_path/wp-includes/template-loader.php before "if ( $template = apply_filters( 'template_include', $template ) )" . Like this: header_last_modified(); if ( $template = apply_filters( 'template_include', $template ) ) include( $template ); return;