<?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>Comments on: WordPress 主题 Blocks2</title>
	<atom:link href="http://www.neoease.com/blocks2/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.neoease.com/blocks2/</link>
	<description>MG12&#039;s Blog - Just Another WordPress Blog</description>
	<lastBuildDate>Tue, 07 Feb 2012 13:29:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: brian</title>
		<link>http://www.neoease.com/blocks2/comment-page-2/#comment-50745</link>
		<dc:creator>brian</dc:creator>
		<pubDate>Tue, 10 Jan 2012 08:07:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.neoease.com/?p=752#comment-50745</guid>
		<description>博主你好，请问要如何才可以把右上角的 RSS FEED 去除。请博主教教我！</description>
		<content:encoded><![CDATA[<p>博主你好，请问要如何才可以把右上角的 RSS FEED 去除。请博主教教我！</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cheers</title>
		<link>http://www.neoease.com/blocks2/comment-page-2/#comment-49563</link>
		<dc:creator>cheers</dc:creator>
		<pubDate>Sun, 09 Oct 2011 14:08:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.neoease.com/?p=752#comment-49563</guid>
		<description>博主你好，非常感谢你这款这么优秀的主题，一直在用着，很不错！
我有个小问题问下，这款主题不提供原生的自定义菜单支持，能否在下次升级的时候加入这个功能呢？
谢谢！</description>
		<content:encoded><![CDATA[<p>博主你好，非常感谢你这款这么优秀的主题，一直在用着，很不错！<br />
我有个小问题问下，这款主题不提供原生的自定义菜单支持，能否在下次升级的时候加入这个功能呢？<br />
谢谢！</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: steve</title>
		<link>http://www.neoease.com/blocks2/comment-page-2/#comment-49506</link>
		<dc:creator>steve</dc:creator>
		<pubDate>Tue, 04 Oct 2011 00:36:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.neoease.com/?p=752#comment-49506</guid>
		<description>Hi, 

Is there a way to make sticky posts stand out? Currently the stickies look just like the rest. I tried adding things like 

.sticky {
font-size: 24px;
border: 1px solid #bbb;
border-width: 1px 0;
background: #eee;
padding: 15px;
}

in the styles.css, but it did not work. 

Thanks for this wonderful theme.</description>
		<content:encoded><![CDATA[<p>Hi, </p>
<p>Is there a way to make sticky posts stand out? Currently the stickies look just like the rest. I tried adding things like </p>
<p>.sticky {<br />
font-size: 24px;<br />
border: 1px solid #bbb;<br />
border-width: 1px 0;<br />
background: #eee;<br />
padding: 15px;<br />
}</p>
<p>in the styles.css, but it did not work. </p>
<p>Thanks for this wonderful theme.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: پوسته فارسی شده Blocks2 &#124; WPBAZ.IR</title>
		<link>http://www.neoease.com/blocks2/comment-page-2/#comment-49055</link>
		<dc:creator>پوسته فارسی شده Blocks2 &#124; WPBAZ.IR</dc:creator>
		<pubDate>Fri, 26 Aug 2011 17:54:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.neoease.com/?p=752#comment-49055</guid>
		<description>[...] منبع: http://www.neoease.com/blocks2 [...]</description>
		<content:encoded><![CDATA[<p>[...] منبع: http://www.neoease.com/blocks2 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 去除评论回复@user中的空格 - 技术文档 - PHP - theme - Timthumb - WordPress - 主题 - 安全 - 自由的风</title>
		<link>http://www.neoease.com/blocks2/comment-page-2/#comment-48921</link>
		<dc:creator>去除评论回复@user中的空格 - 技术文档 - PHP - theme - Timthumb - WordPress - 主题 - 安全 - 自由的风</dc:creator>
		<pubDate>Sun, 14 Aug 2011 17:03:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.neoease.com/?p=752#comment-48921</guid>
		<description>[...] 很多主题中实现了评论回复@user的功能，比如iNove、Blocks2以及paled等，其中主要用到的一个核心js函数是： function reply&#040;replyID,authorId, commentId, commentBox&#041; &#123; var author = document.getElementById&#040;authorId&#041;.innerHTML; var insertStr = &#039;&lt;a href=&quot;#&#039; + commentId + &#039;&quot;&gt;@&#039; + author.replace&#040;/t&#124;n&#124;rn/g, &quot;&quot;&#041; + &#039; &lt;/a&gt; n&#039;; appendReply&#040;insertStr, commentBox&#041; &#125; [...]</description>
		<content:encoded><![CDATA[<p>[...] 很多主题中实现了评论回复@user的功能，比如iNove、Blocks2以及paled等，其中主要用到的一个核心js函数是： function reply&#040;replyID,authorId, commentId, commentBox&#041; &#123; var author = document.getElementById&#040;authorId&#041;.innerHTML; var insertStr = &#039;&lt;a href=&quot;#&#039; + commentId + &#039;&quot;&gt;@&#039; + author.replace&#040;/t|n|rn/g, &quot;&quot;&#041; + &#039; &lt;/a&gt; n&#039;; appendReply&#040;insertStr, commentBox&#041; &#125; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gramada Ciprian</title>
		<link>http://www.neoease.com/blocks2/comment-page-2/#comment-43286</link>
		<dc:creator>Gramada Ciprian</dc:creator>
		<pubDate>Tue, 03 May 2011 14:58:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.neoease.com/?p=752#comment-43286</guid>
		<description>Hou to put rating like here http://farm4.static.flickr.com/3255/2731427839_63b10e6fc6_o.png?</description>
		<content:encoded><![CDATA[<p>Hou to put rating like here <a href="http://farm4.static.flickr.com/3255/2731427839_63b10e6fc6_o.png?" rel="nofollow">http://farm4.static.flickr.com/3255/2731427839_63b10e6fc6_o.png?</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ciprian</title>
		<link>http://www.neoease.com/blocks2/comment-page-2/#comment-43252</link>
		<dc:creator>Ciprian</dc:creator>
		<pubDate>Mon, 02 May 2011 23:42:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.neoease.com/?p=752#comment-43252</guid>
		<description>I have some problem whith my site in IE whith Theme My Login plugin, the name texbox is bigger than password box. What can I do? And another problem is the page meniu bar, when the last button is pushed the rest of the bar is not visible. What can I do? And I have troble whith the comment ...Name and E-Mail and website is not shows...in IE. But in Firefox, Chrome and Opera works fine.

Please help me!</description>
		<content:encoded><![CDATA[<p>I have some problem whith my site in IE whith Theme My Login plugin, the name texbox is bigger than password box. What can I do? And another problem is the page meniu bar, when the last button is pushed the rest of the bar is not visible. What can I do? And I have troble whith the comment ...Name and E-Mail and website is not shows...in IE. But in Firefox, Chrome and Opera works fine.</p>
<p>Please help me!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kele</title>
		<link>http://www.neoease.com/blocks2/comment-page-2/#comment-38093</link>
		<dc:creator>kele</dc:creator>
		<pubDate>Thu, 10 Feb 2011 09:59:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.neoease.com/?p=752#comment-38093</guid>
		<description>Bozhu请看我的wp3.05使用block2的问题，wusir.org/wp/,博文下的日期  二   10th,2011，中英文接合，我试过在后台修改日期格式，可是还是这个样子，英文的wp不存在这个问题，我对代码不是很了解，麻烦帮忙解决，谢谢</description>
		<content:encoded><![CDATA[<p>Bozhu请看我的wp3.05使用block2的问题，wusir.org/wp/,博文下的日期  二   10th,2011，中英文接合，我试过在后台修改日期格式，可是还是这个样子，英文的wp不存在这个问题，我对代码不是很了解，麻烦帮忙解决，谢谢</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 测试：你是哪一种人才？</title>
		<link>http://www.neoease.com/blocks2/comment-page-2/#comment-30285</link>
		<dc:creator>测试：你是哪一种人才？</dc:creator>
		<pubDate>Sat, 11 Sep 2010 03:58:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.neoease.com/?p=752#comment-30285</guid>
		<description>[...] 杨振宁说中国现在最需要比尔盖茨类的人才，当然不是让每个人都去搞软件，但努力改进自己，让自己的微笑曲线更加完整，实现情商和智商的平衡，才能把自己的能力发挥得淋漓尽致，实现精神和物质的双丰收。 PS：大家应该看出来，我换了个新的主题，好久没找到喜欢的主题了，现在又看到了一个原版依然是由 NEOEASE 制作的Blocks2，后来经由Neeke改了一下，由原来的两栏，变成了三栏。我选择了这个主题，感觉它很简洁，看上去很舒服。似乎我现在越来越喜欢简单的，浅淡的东西了。。。前几天也把QQ空间装饰了一下，也是由黑色弄成了简单的淡黄色。。。 [...]</description>
		<content:encoded><![CDATA[<p>[...] 杨振宁说中国现在最需要比尔盖茨类的人才，当然不是让每个人都去搞软件，但努力改进自己，让自己的微笑曲线更加完整，实现情商和智商的平衡，才能把自己的能力发挥得淋漓尽致，实现精神和物质的双丰收。 PS：大家应该看出来，我换了个新的主题，好久没找到喜欢的主题了，现在又看到了一个原版依然是由 NEOEASE 制作的Blocks2，后来经由Neeke改了一下，由原来的两栏，变成了三栏。我选择了这个主题，感觉它很简洁，看上去很舒服。似乎我现在越来越喜欢简单的，浅淡的东西了。。。前几天也把QQ空间装饰了一下，也是由黑色弄成了简单的淡黄色。。。 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ZiYo</title>
		<link>http://www.neoease.com/blocks2/comment-page-2/#comment-28958</link>
		<dc:creator>ZiYo</dc:creator>
		<pubDate>Thu, 29 Jul 2010 12:14:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.neoease.com/?p=752#comment-28958</guid>
		<description>还没将主题更新到3.0呢?:)</description>
		<content:encoded><![CDATA[<p>还没将主题更新到3.0呢?:)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 站生</title>
		<link>http://www.neoease.com/blocks2/comment-page-2/#comment-26803</link>
		<dc:creator>站生</dc:creator>
		<pubDate>Thu, 13 May 2010 07:04:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.neoease.com/?p=752#comment-26803</guid>
		<description>博客,我用你这个主题遇到一些问题,我用的是widnows主机,伪表态之后发现百度蜘蛛抓取的都是没有去掉index.php的内容,请问这是为什么呢?</description>
		<content:encoded><![CDATA[<p>博客,我用你这个主题遇到一些问题,我用的是widnows主机,伪表态之后发现百度蜘蛛抓取的都是没有去掉index.php的内容,请问这是为什么呢?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bobu</title>
		<link>http://www.neoease.com/blocks2/comment-page-2/#comment-25454</link>
		<dc:creator>Bobu</dc:creator>
		<pubDate>Mon, 22 Mar 2010 02:23:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.neoease.com/?p=752#comment-25454</guid>
		<description>楼主最近会更新版本么？在WordPress 2.9.2中文版上，仍有很多地方都是英文。谢谢。</description>
		<content:encoded><![CDATA[<p>楼主最近会更新版本么？在WordPress 2.9.2中文版上，仍有很多地方都是英文。谢谢。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: WordPress8.ORG</title>
		<link>http://www.neoease.com/blocks2/comment-page-2/#comment-15265</link>
		<dc:creator>WordPress8.ORG</dc:creator>
		<pubDate>Fri, 26 Jun 2009 07:12:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.neoease.com/?p=752#comment-15265</guid>
		<description>Block2应该是兼容 WordPress 2.8吧!</description>
		<content:encoded><![CDATA[<p>Block2应该是兼容 WordPress 2.8吧!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wordpress插件推荐-Mail To Commenter &#124; 盆盆罐罐</title>
		<link>http://www.neoease.com/blocks2/comment-page-2/#comment-11856</link>
		<dc:creator>Wordpress插件推荐-Mail To Commenter &#124; 盆盆罐罐</dc:creator>
		<pubDate>Fri, 10 Apr 2009 08:02:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.neoease.com/?p=752#comment-11856</guid>
		<description>[...] 很多主题本身已经实现了@user功能，比如iNove、Blocks2，Mail To Commenter也提供自定义按钮实现@user功能，但如果你希望自己使用主题自带的@user功能，可能某些时候你需要修改主题以使Mail To Commenter插件能正常发送回复邮件。Mail To Commenter不能正常发送邮件的原因在于：主题自带的@user功能的@user后面有没有空格或者冒号，因此必须对主题的东西进行一些修改。当然，如果你的主题本身不带@user功能，那就是用Mail To Commenter的自定义按钮功能好了。 [...]</description>
		<content:encoded><![CDATA[<p>[...] 很多主题本身已经实现了@user功能，比如iNove、Blocks2，Mail To Commenter也提供自定义按钮实现@user功能，但如果你希望自己使用主题自带的@user功能，可能某些时候你需要修改主题以使Mail To Commenter插件能正常发送回复邮件。Mail To Commenter不能正常发送邮件的原因在于：主题自带的@user功能的@user后面有没有空格或者冒号，因此必须对主题的东西进行一些修改。当然，如果你的主题本身不带@user功能，那就是用Mail To Commenter的自定义按钮功能好了。 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Graygift</title>
		<link>http://www.neoease.com/blocks2/comment-page-2/#comment-11544</link>
		<dc:creator>Graygift</dc:creator>
		<pubDate>Wed, 01 Apr 2009 11:27:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.neoease.com/?p=752#comment-11544</guid>
		<description>还有就是这个主题竟然不像inove的分辨博主回复和访客发言，可能用过inove的原因吧，有点不习惯！</description>
		<content:encoded><![CDATA[<p>还有就是这个主题竟然不像inove的分辨博主回复和访客发言，可能用过inove的原因吧，有点不习惯！</p>
]]></content:encoded>
	</item>
</channel>
</rss>

