十年网站开发经验 + 多家企业客户 + 靠谱的建站团队
量身定制 + 运营维护+专业推广+无忧售后,网站问题一站解决
您可以不用理会这项功能,没什么太大的功能影响
让客户满意是我们工作的目标,不断超越客户的期望值来自于我们对这个行业的热爱。我们立志把好的技术通过有效、简单的方式提供给客户,将通过不懈努力成为客户在信息化领域值得信任、有价值的长期合作伙伴,公司提供的服务项目有:域名注册、网页空间、营销软件、网站建设、铜官网站维护、网站推广。
您点击的话会在博客首页 文章分类页 显示的是内容是文章摘要
您不点击的话会在博客首页 文章分类页 显示的是内容是文章整篇内容
首先,zblogphp文章列表的模板是“post-multi.php”和“post-istop.php”,其中“post-multi”是正常文章列表,“post-istop”是置顶的文章列表。
找到自己机器上备份的Z-Blog文件夹,打开LANGUAGE目录下的SimpChinese.asp文件,找到所有消息的定义,在打开模板中的b_article-istop.html文件,把原来的东西统统删除,自己按照默认的样式写出一样样式代码,代码如下:
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