http://themes.wordpress.net/testrun/
这款
我是边看教程改的 看了整整7个小时还是一直停留在 第一步上 也就是
1.default.html 制作
- 对你保存的wp主题的首页源代码精简,即页面上的文章删去只剩一篇,侧边栏留一两个模块当参考
- 把文章代码复制至b_article-multi.html中,然后用<#template:article-multi#>
- 对应修改侧边栏
- 对应修改页面底部的声明,以上两个可以应用到各主模板中的
因为我也是个十足的小白,就算这么说十分也很大滴 !先汗自己一个 以前换过 CSS的主题
也是看教程照搬的! 好该说我的问题了 精简 也许我真的很小白吧 一直不明白应该精简到什么地步 =.= 刚开始 我删啊删 导航 名字 都删了 就留下一篇文章和 侧栏 也许我这个人有点神经质吧 老觉得不对劲 虽然文中没有告诉你 删 导航和名字 但是也没告诉你 不删 导航和名字 我在这个怪圈挣扎了半天,也许上天对我这样的小白也很无奈,于是呼 我反反复复删了好多边 满意了 这个时候又遇到问题了 看模版标签看糊涂了 脑浆都要糊了 后来 我就照着
My Blog-Good Luck To You 里的default的原代码改 很是自负的喊了一句 脱离小白了 改着改着 发觉 我的脑浆又沸腾了 不对劲 多年上网的经历告诉我 这件事情绝对不寻常,终于让我发现了!根本就是两套模版,CSS的名字都不一样 我都照搬了 哇哇 改的好辛苦啊,无奈中 就这么一直 在这卡着... 各位大大 高抬贵手 让我过关吧 我这人平时蛮懒的说 好歹也没辱没了小白的荣誉称号~不过 从昨天开始我就要试着坚持到底 我一决定 不做完 绝对不睡觉了 ~ 各位朋友~ 我已经超过12个小时没睡觉了 看在这个份上 让我闭眼吧~在这里 阿门一下~
这是我精简的原代码 在线翘首
引用:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US">
<head profile="http://gmpg.org/xfn/11">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Wordpress testsite </title>
<meta name="generator" content="WordPress 2.1.2" /> <!-- leave this for stats -->
<div class="wrapper">
<div class="head">
<h1><a href="http://themes.wordpress.net/testrun/">Wordpress testsite</a></h1>
</div>
</head>
<div class="center">
<div class="menu">
<div class="menuleft"></div>
<ul>
<li><a href="http://themes.wordpress.net/testrun/">Home</a></li>
<li class="page_item"><a href="http://themes.wordpress.net/testrun/?page_id=10" title="Page 1">Page 1</a></li>
<li class="page_item"><a href="http://themes.wordpress.net/testrun/?page_id=12" title="Page 2">Page 2</a></li>
</ul>
<div class="postcomments">
<a href="http://themes.wordpress.net/testrun/?p=9#comments" title="Comment on An image in a post">5 Comments</a> </div>
</div>
</div>
<div class="block">
<div class="date">
<div class="month">October</div>
<div class="day">24</div>
</div>
<div class="sidebar">
<ul>
<li id="divSearchPanel">
<h3><#ZC_MSG085#></h3>
<ul>
<li>
<form id="searchform" method="get"
action="<#ZC_BLOG_HOST#>cmd.asp?act=Search">
<div>
<input type="text" name="s"
id="s" size="15" /><br />
<input type="submit"
value="<#ZC_MSG087#>"/>
</div>
</form>
</li>
<div class="function" id="divCalendar">
<h3><#ZC_MSG050#></h3>
<#CACHE_INCLUDE_CALENDAR#>
</div>
<div class="function" id="divContorPanel">
<h3><#ZC_MSG025#></h3>
<ul>
<li><a href="cmd.asp?act=login">[<#ZC_MSG009#>]</a> <a href="cmd.asp?act=vrs">[<#ZC_MSG021#>]</a></li>
</ul>
</div>
<div class="function" id="divCatalog">
<h3><#ZC_MSG026#></h3>
<ul>
<#CACHE_INCLUDE_CATALOG#>
</ul>
</div>
<li>
<h2>Pages</h2>
<ul>
<li class="page_item"><a href="http://themes.wordpress.net/testrun/?page_id=10" title="Page 1">Page 1</a>
<ul>
<li class="page_item"><a href="http://themes.wordpress.net/testrun/?page_id=11" title="Page child">Page child</a></li>
</ul>
</li>
<li class="page_item"><a href="http://themes.wordpress.net/testrun/?page_id=12" title="Page 2">Page 2</a></li>
</ul>
</li>
<div class="clear"></div>
</div>
<div class="footer">
Sponsored by <a href="http://www.alivedirectory.com">Web Directory</a> and <a href="http://www.bigweblinks.com">Bidding Web Directory</a>. Powered by <a href="http://www.wordpress.org">Wordpress</a>.
</div>
</div>
</body>
</html>
[
本帖最后由 navybule 于 2007-5-14 05:52 编辑 ]