<?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: RGBlite WordPress Theme</title>
	<atom:link href="http://fclose.com/b/web/1728/rgblite-wordpress-theme/feed/" rel="self" type="application/rss+xml" />
	<link>http://fclose.com/b/web/1728/rgblite-wordpress-theme/</link>
	<description></description>
	<lastBuildDate>Wed, 08 Feb 2012 08:06:34 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Zhiqiang Ma</title>
		<link>http://fclose.com/b/web/1728/rgblite-wordpress-theme/comment-page-2/#comment-1134</link>
		<dc:creator>Zhiqiang Ma</dc:creator>
		<pubDate>Wed, 08 Feb 2012 08:06:34 +0000</pubDate>
		<guid isPermaLink="false">http://pkill.info/blog/?p=1728#comment-1134</guid>
		<description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;If you want to change the &lt;title&gt;&lt;/title&gt; (which appears in the browser&#8217;s window/tab title bar), you can simply edit the header.php file if you know a little about PHP. Find these code:&lt;/p&gt;
&lt;pre&gt;&lt;title&gt;
&lt;?php
if (is_category()) {
    _e(&#039;Topic: &#039;);
} else if (is_tag()) {
    _e(&#039;Tag: &#039;);
} else if (is_home()) {
    bloginfo(&#039;description&#039;);
}

$pageNumber = get_query_var(&#039;paged&#039;);
$pageNumber = $pageNumber ? $pageNumber : 1;

if ($pageNumber &amp;&amp; $pageNumber &gt; 1) {
    wp_title(&#039;&#039;, true, &#039;right&#039;);
    _e(&#039; - &#039;);
    _e(&quot;$pageNumber&quot;);
    _e(&#039; &#124; &#039;);
} else {
    wp_title(&#039;&#124;&#039;, true, &#039;right&#039;);
}
bloginfo(&#039;name&#039;);
?&gt;
&lt;/title&gt;
&lt;/pre&gt;
&lt;p&gt;and you can change it to whatever you like.&lt;/p&gt;
&lt;p&gt;If you just want to make the other plugins change the title, you may try to change these code to:&lt;/p&gt;
&lt;pre&gt;&lt;title&gt;
&lt;?php
    wp_title(&#039;&#039;, true, &#039;right&#039;);
?&gt;
&lt;/title&gt;&lt;/pre&gt;
</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>If you want to change the <title></title> (which appears in the browser&#8217;s window/tab title bar), you can simply edit the header.php file if you know a little about PHP. Find these code:</p>
<pre>&lt;title&gt;
&lt;?php
if (is_category()) {
    _e('Topic: ');
} else if (is_tag()) {
    _e('Tag: ');
} else if (is_home()) {
    bloginfo('description');
}

$pageNumber = get_query_var('paged');
$pageNumber = $pageNumber ? $pageNumber : 1;

if ($pageNumber &#038;&#038; $pageNumber > 1) {
    wp_title('', true, 'right');
    _e(' - ');
    _e("$pageNumber");
    _e(' | ');
} else {
    wp_title('|', true, 'right');
}
bloginfo('name');
?>
&lt;/title&gt;
</pre>
<p>and you can change it to whatever you like.</p>
<p>If you just want to make the other plugins change the title, you may try to change these code to:</p>
<pre>&lt;title&gt;
&lt;?php
    wp_title('', true, 'right');
?>
&lt;/title&gt;</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: ahmad</title>
		<link>http://fclose.com/b/web/1728/rgblite-wordpress-theme/comment-page-2/#comment-1130</link>
		<dc:creator>ahmad</dc:creator>
		<pubDate>Wed, 08 Feb 2012 07:48:57 +0000</pubDate>
		<guid isPermaLink="false">http://pkill.info/blog/?p=1728#comment-1130</guid>
		<description>&lt;p&gt;hello&lt;/p&gt;
&lt;p&gt;i am using this theme on my web. http://howtomaketheinternetfaster.com&lt;/p&gt;
&lt;p&gt;i want to ask to you.&lt;/p&gt;
&lt;p&gt;how step i doing to change my title using platinum seo pack.&lt;/p&gt;
&lt;p&gt;i can&#8217;t edit my title. the title live from general setting on wp. i need to change it.&lt;/p&gt;
&lt;p&gt;please answer to my email in assaud22@gmail.com&lt;/p&gt;
&lt;p&gt;thanks&lt;/p&gt;
&lt;p&gt;best regard&lt;br /&gt;
ahmad&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>hello</p>
<p>i am using this theme on my web. <a href="http://howtomaketheinternetfaster.com" rel="nofollow">http://howtomaketheinternetfaster.com</a></p>
<p>i want to ask to you.</p>
<p>how step i doing to change my title using platinum seo pack.</p>
<p>i can&#8217;t edit my title. the title live from general setting on wp. i need to change it.</p>
<p>please answer to my email in <a href="mailto:assaud22@gmail.com">assaud22@gmail.com</a></p>
<p>thanks</p>
<p>best regard<br />
ahmad</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ahdong.net</title>
		<link>http://fclose.com/b/web/1728/rgblite-wordpress-theme/comment-page-1/#comment-35</link>
		<dc:creator>ahdong.net</dc:creator>
		<pubDate>Sat, 28 Aug 2010 01:08:30 +0000</pubDate>
		<guid isPermaLink="false">http://pkill.info/blog/?p=1728#comment-35</guid>
		<description>&lt;p&gt;使用到你的主题，来留言一下。&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>使用到你的主题，来留言一下。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Baragas</title>
		<link>http://fclose.com/b/web/1728/rgblite-wordpress-theme/comment-page-1/#comment-34</link>
		<dc:creator>Baragas</dc:creator>
		<pubDate>Sun, 01 Aug 2010 17:56:59 +0000</pubDate>
		<guid isPermaLink="false">http://pkill.info/blog/?p=1728#comment-34</guid>
		<description>&lt;p&gt;Check it out and you will fall in love with it.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Check it out and you will fall in love with it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jackfans</title>
		<link>http://fclose.com/b/web/1728/rgblite-wordpress-theme/comment-page-1/#comment-33</link>
		<dc:creator>jackfans</dc:creator>
		<pubDate>Wed, 21 Jul 2010 08:00:15 +0000</pubDate>
		<guid isPermaLink="false">http://pkill.info/blog/?p=1728#comment-33</guid>
		<description>&lt;p&gt;Thanks a lot !!!&lt;/p&gt;
&lt;p&gt;感谢Eric！&lt;/p&gt;
&lt;p&gt;By the way , I also use &#8220;ercik&#8221; for my niche name for years !&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks a lot !!!</p>
<p>感谢Eric！</p>
<p>By the way , I also use &#8220;ercik&#8221; for my niche name for years !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric</title>
		<link>http://fclose.com/b/web/1728/rgblite-wordpress-theme/comment-page-1/#comment-32</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Wed, 21 Jul 2010 05:52:57 +0000</pubDate>
		<guid isPermaLink="false">http://pkill.info/blog/?p=1728#comment-32</guid>
		<description>&lt;p&gt;@jackfans&lt;br /&gt;
Hi,&lt;/p&gt;
&lt;p&gt;这个Demo图片是这样得到的:&lt;br /&gt;
主页设置为使用一个Page页面. 先增加一个page, 在右边模板的地方选择Homepage. 自己写的内容会出现在最上面. &#8220;Recent posts&#8221;自动产生.&lt;br /&gt;
Featured posts 部分是使用&#8221;WordPress Popular Posts&#8221;插件得到的. 安装这个插件后这部分就会出现了.&lt;/p&gt;
&lt;p&gt;右侧边栏上方的部分是一个text框, 内容是自己加的.&lt;br /&gt;
twitter和feed可以使用一个自己喜欢的图标.&lt;br /&gt;
分享是使用的 addthis.com 的.&lt;br /&gt;
搜索框是使用的google custom search.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>@jackfans<br />
Hi,</p>
<p>这个Demo图片是这样得到的:<br />
主页设置为使用一个Page页面. 先增加一个page, 在右边模板的地方选择Homepage. 自己写的内容会出现在最上面. &#8220;Recent posts&#8221;自动产生.<br />
Featured posts 部分是使用&#8221;WordPress Popular Posts&#8221;插件得到的. 安装这个插件后这部分就会出现了.</p>
<p>右侧边栏上方的部分是一个text框, 内容是自己加的.<br />
twitter和feed可以使用一个自己喜欢的图标.<br />
分享是使用的 addthis.com 的.<br />
搜索框是使用的google custom search.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jackfans</title>
		<link>http://fclose.com/b/web/1728/rgblite-wordpress-theme/comment-page-1/#comment-31</link>
		<dc:creator>jackfans</dc:creator>
		<pubDate>Wed, 21 Jul 2010 05:32:21 +0000</pubDate>
		<guid isPermaLink="false">http://pkill.info/blog/?p=1728#comment-31</guid>
		<description>&lt;p&gt;兄台，想请教一下，如何才能把这个主题设置的如同你的DEMO图片一样？&lt;/p&gt;
&lt;p&gt;如能解释一二，不胜感谢！！&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>兄台，想请教一下，如何才能把这个主题设置的如同你的DEMO图片一样？</p>
<p>如能解释一二，不胜感谢！！</p>
]]></content:encoded>
	</item>
</channel>
</rss>

