//文章过期提示开始 function article_time_update() { date_default_timezone_set('PRC'); $newdate=time(); $updated_date = get_the_modified_time('Y-m-d H:i:s'); $updatetime=strtotime($updated_date); $custom_content = ''; if ( $newdate > $updatetime+86400) { $custom_content= '
温馨提示:本文最后更新于'. $updated_date . ',某些文章具有时效性,若有错误或已失效,请在下方留言或联系站长
'; } echo $custom_content; } //下边的钩子留一个即可 add_action('zib_posts_content_after','article_time_update');//这是添加到文章底部 add_action('zib_posts_content_before','article_time_update');//这是添加到文章顶部 //文章过期提示结束 5942012g-摸鱼茶话会
5942012g-摸鱼茶话会
5942012g的头像-摸鱼茶话会
这家伙很懒,什么都没有写...