你把你需要的皮膚都放進(jìn)如了SKIN文件夾里面了嗎?一般修改模板有這樣的步驟:(這個方法是可以不要導(dǎo)入模板,自己編輯的網(wǎng)頁形式)
成都創(chuàng)新互聯(lián)專注為客戶提供全方位的互聯(lián)網(wǎng)綜合服務(wù),包含不限于做網(wǎng)站、成都網(wǎng)站建設(shè)、延安網(wǎng)絡(luò)推廣、成都小程序開發(fā)、延安網(wǎng)絡(luò)營銷、延安企業(yè)策劃、延安品牌公關(guān)、搜索引擎seo、人物專訪、企業(yè)宣傳片、企業(yè)代運營等,從售前售中售后,我們都將竭誠為您服務(wù),您的肯定,是我們最大的嘉獎;成都創(chuàng)新互聯(lián)為所有大學(xué)生創(chuàng)業(yè)者提供延安建站搭建服務(wù),24小時服務(wù)熱線:18980820575,官方網(wǎng)址:www.cdcxhl.com
1.修改首頁模板(代碼都是可以隨便控制的,以下一樣)
2.修改列表模板
3.修改內(nèi)容模板
4.添加管理公共模板中的內(nèi)容。
5.標(biāo)簽?zāi)0?。(學(xué)好帝國標(biāo)簽。)
6.把你的需要的SKIN文件放入里面。
刷新就可以了,細(xì)節(jié)方面可以慢慢改。
首先需要確定一點,點擊提交后能否在后臺文章列表看到這篇文章。
如果能看到,只是前端頁面打開空白的話,說明是內(nèi)容模板的問題,建議檢查下模板中標(biāo)簽是否調(diào)用正確。
如果后臺文章列表也不能看到,造成這樣情況的可能有兩種情況,1、文件夾讀寫權(quán)限不夠。
2、服務(wù)器安裝了安全軟件,攔截了sql命令。
!doctype html
html
head
meta charset="UTF-8"
titleUntitled Document/title
/head
body
script
function CheckSearchForm(){
? ? if(document.getElementById("searchform").stitle.value=="")
? ? {
? ? ? ? ? ? alert("請輸入標(biāo)題");
? ? ? ? ? ? return false;
? ? }
? ? if(document.getElementById("searchform").swriter.value=="")
? ? {
? ? ? ? ? ? alert("請輸入作者");
? ? ? ? ? ? return false;
? ? }
? ? return true;
}
/script
form name="searchform" id="searchform" method="post" action="/e/search/index.php" onsubmit="return CheckSearchForm();"
table width="550" border="0" align="center" cellpadding="3" cellspacing="1" class="tableborder"
input type="hidden" name="tbname" value="zhengshu"
input type="hidden" name="tempid" value="1"
input type="hidden" name="andor" value="and"
tr class="header"
? td colspan="2"新聞搜索/td
/tr
tr bgcolor="#FFFFFF"
? td width="97"姓名:/td
? td width="388"
? ? ? input type="hidden" name="show[]" value="title"
? ? ? input type="hidden" name="hh[]" value="LK"
? ? ? input name="keyboard[]" type="text" id="stitle"
? /td
/tr
tr bgcolor="#FFFFFF"
? td編號:/td
? td
? ? ? input type="hidden" name="show[]" value="xingming"
? ? ? input type="hidden" name="hh[]" value="LK"
? ? ? input name="keyboard[]" type="text" id="swriter"
? /td
/tr
? ? tr bgcolor="#FFFFFF"
? td /td
? td
? ? input type="submit" name="Submit" value="馬上搜索"
? ? font color="#666666"(不設(shè)置為不限)/font
? /td
/tr
/table
/form
/body
/html
?php
if($navinfor[‘a(chǎn)ddress’]){
?
a href="http://[!--address--]" target="_blank" title="[!--address--]"img src="[!--news.url--]images/spxq.png" /a
?}else{echo "";}
這個適合在內(nèi)容頁模板