Home  >  Article  >  Backend Development  >  求修改dedecms主页的方法?解决方案

求修改dedecms主页的方法?解决方案

WBOY
WBOYOriginal
2016-06-13 13:44:44942browse

求修改dedecms主页的方法?
个人不喜欢dedecms默认的主页布局,在网上看到一个比较好的模板,但不知道该怎么替换。而且让新模板中的链接换成我需要的。有知道的朋友给个思路吧。越详细越好,谢谢!

------解决方案--------------------

探讨
个人不喜欢dedecms默认的主页布局,在网上看到一个比较好的模板,但不知道该怎么替换。而且让新模板中的链接换成我需要的。有知道的朋友给个思路吧。越详细越好,谢谢!

------解决方案--------------------
织梦dedeCMS修改列表的显示条数 »织梦dedeCMS修改首页头条的技巧方法大全


1. 为 首页头条 加背景图
在 \templets\style\page.css 里找到:

.index .bignews .onenews{
padding:8px 12px;
border-bottom:1px solid #EBEBEB;

修改为:
.index .bignews .onenews{
padding:8px 12px;
background:url(../images/bignews_bg.gif) top center no-repeat; //这里就是加背景图的地方,根据美观情况,可以稍微调一下padding
border-bottom:1px solid #EBEBEB;


2、首页头条 字体居中:
在 \templets\default\index.html 里
找到

[field:title/]


修改为

[field:title/]

就可以居中了


3、首页头条的标题长度:
打开 index.htm
找到如下内容:


{dede:arclist flag='h' limit='0,1'}

[field:title/]


[field:description/]...[查看全文]


{/dede:arclist}



找到这行:{dede:arclist flag='h' limit='0,1'}
在里面加如: titlelen='你想要的数字' 如我想要显示20个汉字,即加如: titlelen='40'
即为:{dede:arclist titlelen='40' flag='h' limit='0,1'}
每2个字符等于1个汉字!


4、主页头条上方加420X60的广告:
在index.htm模板里找到此代码,




这里插入广告代码,你可以使用div以方便定位
------解决方案--------------------
在\dedecms\templets\default这个是织梦默认模板文件

登录后台之后,点击左侧"系统"

系统->站点设置->模板默认风格
具体如何修改织梦模板标签,不是三言两语可以说清楚的,到官方去找帮助文档吧
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn