新聞中心
優化ZBlog文章時間顯示效果
有些人會拿ZBlog和WordPaess做比較,比如:到底選擇PHP空間還是asp主機、插件、主題、穩定性、安全性、什么的都有。個人認為這兩款程序都不錯,正在適合自己的就是好東西。WordPaess文章顯示時間可以通過插件或者添加代碼來實現顯示,XX天之前、XX月之前、..這類顯示的時間我們叫它友好時間,ZBlog程序是否也可以實現呢,答案是肯定的,繼續往下看吧,今天無憂主機小編將分享實現的方法。優化ZBlog文章時間顯示效果的方法如下:
1、首先是點擊進入到我們的控制面板,然后找到文件管理選項,如圖所示:
2、點擊進入之后找到我們站點的根目錄,如圖所示:
3、進入到這個目錄之后找到我們的程序的路徑:當前主題目錄下文件include.php,點擊編輯,如圖所示:
4、代碼操作:
添加下列代碼:
function TimeAgo( $ptime ) {
$ptime = strtotime($ptime);
$etime = time() - $ptime;
if($etime < 1) return '剛剛';
$interval = array (
12 * 30 * 24 * 60 * 60 => '年前 ('.date('Y-m-d', $ptime).')',
30 * 24 * 60 * 60 => '個月前 ('.date('m-d', $ptime).')',
7 * 24 * 60 * 60 => '周前 ('.date('m-d', $ptime).')',
24 * 60 * 60 => '天前',
60 * 60 => '小時前',
60 => '分鐘前',
1 => '秒前'
);
foreach ($interval as $secs => $str) {
$d = $etime / $secs;
if ($d >= 1) {
$r = round($d);
return $r . $str;
}
};}
注意事項:當主題目錄下沒有include.php文件的話,我們就手動新建一個,然后代碼格式如下:
<?Php
插入以上代碼
?>
5、調用方式,
{TimeAgo($article.Time())}
把上述代碼如果放到你要顯示時間的位置就可以了,比如post-multi(摘要列表)、post-istop(置頂摘要列表)、post-single(文章頁)。
以上就是無憂主機獨立ip空間為大家帶來的ZBlog文章時間顯示效果優化介紹。
本文地址:http://www.mishkantour.com/zblog/27547.html
相關推薦
- Monica has a morning of licking and fucking her dog Bone.
- My delivery drivers to sexy not to fuck.
- ?#1 Transgender Dating: Translr On The App?Store
- ?#1 Transgender Dating: Translr On The App?Store
- Taking my wife Margie from being a ‘good’ wife, to being a ‘fucking whore’.
- Tgirls Hookup: The Most Popular Tgirls Getting Fucked Rough And Hard!
- The very best Milf Hookup Sites In 2022 Thus Far The Most Okay Liked Mother In Town!
- Orchid Romance Grey Pink, Half Scale
- Orchid Romance Grey Pink, Half Scale
- How To Get Laid In Fort Lauderdale The Place To Pick Up And Date Ladies






