您可以不用理會(huì)這項(xiàng)功能,沒什么太大的功能影響
10余年的寧化網(wǎng)站建設(shè)經(jīng)驗(yàn),針對(duì)設(shè)計(jì)、前端、開發(fā)、售后、文案、推廣等六對(duì)一服務(wù),響應(yīng)快,48小時(shí)及時(shí)工作處理。成都營(yíng)銷網(wǎng)站建設(shè)的優(yōu)勢(shì)是能夠根據(jù)用戶設(shè)備顯示端的尺寸不同,自動(dòng)調(diào)整寧化建站的顯示方式,使網(wǎng)站能夠適用不同顯示終端,在瀏覽器中調(diào)整網(wǎng)站的寬度,無(wú)論在任何一種瀏覽器上瀏覽網(wǎng)站,都能展現(xiàn)優(yōu)雅布局與設(shè)計(jì),從而大程度地提升瀏覽體驗(yàn)。創(chuàng)新互聯(lián)建站從事“寧化網(wǎng)站設(shè)計(jì)”,“寧化網(wǎng)站推廣”以來(lái),每個(gè)客戶項(xiàng)目都認(rèn)真落實(shí)執(zhí)行。
您點(diǎn)擊的話會(huì)在博客首頁(yè) 文章分類頁(yè) 顯示的是內(nèi)容是文章摘要
您不點(diǎn)擊的話會(huì)在博客首頁(yè) 文章分類頁(yè) 顯示的是內(nèi)容是文章整篇內(nèi)容
首先,zblogphp文章列表的模板是“post-multi.php”和“post-istop.php”,其中“post-multi”是正常文章列表,“post-istop”是置頂?shù)奈恼铝斜怼?/p>
找到自己機(jī)器上備份的Z-Blog文件夾,打開LANGUAGE目錄下的SimpChinese.asp文件,找到所有消息的定義,在打開模板中的b_article-istop.html文件,把原來(lái)的東西統(tǒng)統(tǒng)刪除,自己按照默認(rèn)的樣式寫出一樣樣式代碼,代碼如下:
div class="post cate#article/category/id# auth#article/author/id#"
h5 class="post-date"#article/posttime/longdate# /h5
h2 class="post-title"[#ZC_MSG051#]a href="#article/url#"#article/title#/a/h2
div class="post-body"#article/intro#/div
h5 class="post-tags"#ZC_MSG138# : #template:article_tag#/a/h5
h6 class="post-footer"
#ZC_MSG011#:#article/author/name#
|#ZC_MSG012#:#article/category/name#
|#ZC_MSG013#:#article/commnums#
|#ZC_MSG014#:#article/trackbacknums#
|#ZC_MSG130#:span id="spn#article/id#"/span
script language="JavaScript" type="text/javascript"strBatchView+="spn#article/id#=#article/id#,"/script
br/
/h6
/div
div class="post cate#article/category/id# auth#article/author/id#" h5 class="post-date"#article/posttime/longdate# /h5 h2 class="post-title"[#ZC_MSG051#]a href="#article/url#"#article/title#/a/h2 div class="post-body"#article/intro#/div h5 class="post-tags"#ZC_MSG138# : #template:article_tag#/a/h5 h6 class="post-footer" #ZC_MSG011#:#article/author/name# |#ZC_MSG012#:#article/category/name# |#ZC_MSG013#:#article/commnums# |#ZC_MSG014#:#article/trackbacknums# |#ZC_MSG130#:span id="spn#article/id#"/span script language="JavaScript" type="text/javascript"strBatchView+="spn#article/id#=#article/id#,"/script br/ /h6/div