<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" > <channel><title>《WordPress 主题 Header 模板》的评论</title> <atom:link href="http://jingpin.org/wordpress-theme-header-template-tutorial/feed/" rel="self" type="application/rss+xml" /><link>http://jingpin.org/wordpress-theme-header-template-tutorial/</link> <description></description> <lastBuildDate>Wed, 25 Jan 2012 12:59:09 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <item><title>作者：学习WP设计和PHP中</title><link>http://jingpin.org/wordpress-theme-header-template-tutorial/comment-page-1/#comment-49363</link> <dc:creator>学习WP设计和PHP中</dc:creator> <pubDate>Mon, 27 Dec 2010 08:48:31 +0000</pubDate> <guid isPermaLink="false">http://jingpin.org/?p=2711#comment-49363</guid> <description>发完评论，某些代码吞了，郁闷 1、单引号全角 和 单引号半角  ,发现在发完评论后对会变成上一条显示状态，大家知道什么意思就成了；2、两个错误的PHP注释分别是，branding 和access结尾的地方的注释，大家看看代码就看到了，非常明显。这两个代码也吞了~害我再发一遍评论，老大不要打我啊~</description> <content:encoded><![CDATA[<p>发完评论，某些代码吞了，郁闷<br /> 1、单引号全角 和 单引号半角  ,发现在发完评论后对会变成上一条显示状态，大家知道什么意思就成了；</p><p>2、两个错误的PHP注释分别是，branding 和access结尾的地方的注释，大家看看代码就看到了，非常明显。这两个代码也吞了~</p><p>害我再发一遍评论，老大不要打我啊~</p> ]]></content:encoded> </item> <item><title>作者：学习WP设计和PHP中</title><link>http://jingpin.org/wordpress-theme-header-template-tutorial/comment-page-1/#comment-49362</link> <dc:creator>学习WP设计和PHP中</dc:creator> <pubDate>Mon, 27 Dec 2010 08:44:06 +0000</pubDate> <guid isPermaLink="false">http://jingpin.org/?p=2711#comment-49362</guid> <description>主要问题： 1、老外原文博客里德引号就是用的全角，所以这边直接复制就全错了，‘ ----全角的and &#039;-----半角的区别还是非常明显的；这个问题解决了，validator.w3.org那就不会报“停顿错误”了。2、 这个PHP注释，真揪心应该是&lt;!--#branding--&gt; 不知道前者是什么状态下的横杠杠；问题同上，真纠结~~3、functions.php最后一行，缺个结束标记 ?&gt;，老外博客里也是缺，不知道是否故意的。（锻炼我们自己敲代码？），我觉得结束标记是必须的，也不麻烦。php的简写也仅仅是,还得服务器支持简写，，好像扯远了。4、大家注意删除function.php代码行里的两个? ,否则验证代码有你好看的，呵呵~5、meta元标记加在CSS引用语句之前，尽管后面单独提起说明。但是逻辑中断了，琢磨郁闷了好久。大家把这几个问题注意下，是可以完全通过验证的。不知道Vicia同学遇到别的什么揪心问题了~博主估计那个单引号问题改起来麻烦些，其他的做个注释好些。或者批量替换下挺方便的。我用的编辑器是notepad++.还有个学习疑惑，把代码直接复制进我的编辑器里，多了很多#，都出现在代码换行的地方，估计是识别不了带忙行前的数字。害得我手工把#个个删除~~嗯，我爱水煮鱼那个教程简单些，学完后在代码布局与结构方面不太够用。正在学习精品博客这个，孔老二说：学而不思则罔，思而不学则殆。看到Header模板这篇就深刻感受到了尽信书不如无书鸟~我爱水煮鱼那个系列教程学习中发现不下5处明显代码错误，学习的过程还得不断改错啊，就像读某些计算机编程类图书时候一样，一边看一遍改，不知道校对怎么弄的 ^_^温故而知新，精品博客的这个WP主题设计系列很给力，正在全力突破！</description> <content:encoded><![CDATA[<p>主要问题：<br /> 1、老外原文博客里德引号就是用的全角，所以这边直接复制就全错了，‘ &#8212;-全角的and &#8216;&#8212;&#8211;半角的区别还是非常明显的；这个问题解决了，validator.w3.org那就不会报“停顿错误”了。</p><p>2、 这个PHP注释，真揪心应该是 不知道前者是什么状态下的横杠杠；问题同上，真纠结~~</p><p>3、functions.php最后一行，缺个结束标记 ?&gt;，老外博客里也是缺，不知道是否故意的。（锻炼我们自己敲代码？），我觉得结束标记是必须的，也不麻烦。php的简写也仅仅是,还得服务器支持简写，，好像扯远了。</p><p>4、大家注意删除function.php代码行里的两个? ,否则验证代码有你好看的，呵呵~</p><p>5、meta元标记加在CSS引用语句之前，尽管后面单独提起说明。但是逻辑中断了，琢磨郁闷了好久。</p><p>大家把这几个问题注意下，是可以完全通过验证的。不知道Vicia同学遇到别的什么揪心问题了~</p><p>博主估计那个单引号问题改起来麻烦些，其他的做个注释好些。或者批量替换下挺方便的。我用的编辑器是notepad++.</p><p>还有个学习疑惑，把代码直接复制进我的编辑器里，多了很多#，都出现在代码换行的地方，估计是识别不了带忙行前的数字。害得我手工把#个个删除~~</p><p>嗯，我爱水煮鱼那个教程简单些，学完后在代码布局与结构方面不太够用。正在学习精品博客这个，孔老二说：学而不思则罔，思而不学则殆。看到Header模板这篇就深刻感受到了尽信书不如无书鸟~我爱水煮鱼那个系列教程学习中发现不下5处明显代码错误，学习的过程还得不断改错啊，就像读某些计算机编程类图书时候一样，一边看一遍改，不知道校对怎么弄的 ^_^</p><p>温故而知新，精品博客的这个WP主题设计系列很给力，正在全力突破！</p> ]]></content:encoded> </item> <item><title>作者：Young</title><link>http://jingpin.org/wordpress-theme-header-template-tutorial/comment-page-1/#comment-26384</link> <dc:creator>Young</dc:creator> <pubDate>Mon, 29 Mar 2010 05:09:10 +0000</pubDate> <guid isPermaLink="false">http://jingpin.org/?p=2711#comment-26384</guid> <description>@Centiyo 谢谢指正。</description> <content:encoded><![CDATA[<p>@Centiyo 谢谢指正。</p> ]]></content:encoded> </item> <item><title>作者：Centiyo</title><link>http://jingpin.org/wordpress-theme-header-template-tutorial/comment-page-1/#comment-26374</link> <dc:creator>Centiyo</dc:creator> <pubDate>Mon, 29 Mar 2010 03:41:51 +0000</pubDate> <guid isPermaLink="false">http://jingpin.org/?p=2711#comment-26374</guid> <description>很杯具，引号全都错了，全部都是全角</description> <content:encoded><![CDATA[<p>很杯具，引号全都错了，全部都是全角</p> ]]></content:encoded> </item> <item><title>作者：no</title><link>http://jingpin.org/wordpress-theme-header-template-tutorial/comment-page-1/#comment-25247</link> <dc:creator>no</dc:creator> <pubDate>Wed, 17 Mar 2010 14:49:02 +0000</pubDate> <guid isPermaLink="false">http://jingpin.org/?p=2711#comment-25247</guid> <description>从哪儿复制的啊,这么多错误.引号全是全角的</description> <content:encoded><![CDATA[<p>从哪儿复制的啊,这么多错误.引号全是全角的</p> ]]></content:encoded> </item> <item><title>作者：Young</title><link>http://jingpin.org/wordpress-theme-header-template-tutorial/comment-page-1/#comment-14871</link> <dc:creator>Young</dc:creator> <pubDate>Fri, 07 Aug 2009 12:02:04 +0000</pubDate> <guid isPermaLink="false">http://jingpin.org/?p=2711#comment-14871</guid> <description>@Vicia 你可以和原作者直接联系啊，他还有一个论坛是专门讨论他那个 WordPress 主题的。</description> <content:encoded><![CDATA[<p>@Vicia 你可以和原作者直接联系啊，他还有一个论坛是专门讨论他那个 WordPress 主题的。</p> ]]></content:encoded> </item> <item><title>作者：Vicia</title><link>http://jingpin.org/wordpress-theme-header-template-tutorial/comment-page-1/#comment-14862</link> <dc:creator>Vicia</dc:creator> <pubDate>Fri, 07 Aug 2009 05:51:09 +0000</pubDate> <guid isPermaLink="false">http://jingpin.org/?p=2711#comment-14862</guid> <description>呃，后来问题没有解决，就没有再继续下去。感觉这一篇偏难。还是水煮鱼的那套更适合我。&gt;&lt;</description> <content:encoded><![CDATA[<p>呃，后来问题没有解决，就没有再继续下去。感觉这一篇偏难。还是水煮鱼的那套更适合我。&gt;&lt;</p> ]]></content:encoded> </item> <item><title>作者：Young</title><link>http://jingpin.org/wordpress-theme-header-template-tutorial/comment-page-1/#comment-14607</link> <dc:creator>Young</dc:creator> <pubDate>Sat, 25 Jul 2009 12:04:24 +0000</pubDate> <guid isPermaLink="false">http://jingpin.org/?p=2711#comment-14607</guid> <description>@Mr.Chen 在 PHP 上，我还真的有很多要学。现在作为一个自由职业者，赚钱的问题将会一直困绕着我，这是不得不考虑的，毕竟那么大个人再向父母借钱就不好意思了，所以，我会做些不同的尝试，如果突然走错了，还望你多加提醒。你也换了一个黑白主题了，恭喜！</description> <content:encoded><![CDATA[<p>@Mr.Chen 在 PHP 上，我还真的有很多要学。现在作为一个自由职业者，赚钱的问题将会一直困绕着我，这是不得不考虑的，毕竟那么大个人再向父母借钱就不好意思了，所以，我会做些不同的尝试，如果突然走错了，还望你多加提醒。你也换了一个黑白主题了，恭喜！</p> ]]></content:encoded> </item> <item><title>作者：Mr.  Chen</title><link>http://jingpin.org/wordpress-theme-header-template-tutorial/comment-page-1/#comment-14603</link> <dc:creator>Mr.  Chen</dc:creator> <pubDate>Sat, 25 Jul 2009 10:36:42 +0000</pubDate> <guid isPermaLink="false">http://jingpin.org/?p=2711#comment-14603</guid> <description>看着别人的开始做，实践就是最好的学习，Young做博客很用心哈，祝早日能博客赚钱做Soho…</description> <content:encoded><![CDATA[<p>看着别人的开始做，实践就是最好的学习，Young做博客很用心哈，祝早日能博客赚钱做Soho…</p> ]]></content:encoded> </item> <item><title>作者：Young</title><link>http://jingpin.org/wordpress-theme-header-template-tutorial/comment-page-1/#comment-14392</link> <dc:creator>Young</dc:creator> <pubDate>Thu, 16 Jul 2009 08:35:44 +0000</pubDate> <guid isPermaLink="false">http://jingpin.org/?p=2711#comment-14392</guid> <description>@Vicia 哈哈，难怪我不会做主题，复制粘贴多了。你的主题现在可以用了吗？</description> <content:encoded><![CDATA[<p>@Vicia 哈哈，难怪我不会做主题，复制粘贴多了。你的主题现在可以用了吗？</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced (User agent is rejected)
Database Caching 1/15 queries in 0.014 seconds using disk: basic
Object Caching 417/418 objects using disk: basic

Served from: jingpin.org @ 2012-02-13 01:02:40 -->
