<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>圣唐-经典网 &#187; WordPress</title>
	<atom:link href="http://www.st-jdw.com/tag/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.st-jdw.com</link>
	<description>=世界经典 尽在圣唐= ♥♥每天多爱一点点♥♥</description>
	<lastBuildDate>Sun, 08 Aug 2010 15:20:38 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>WordPress安装在子目录下，怎样使其显示在主域名下？就像安装在根目录里一样？</title>
		<link>http://www.st-jdw.com/2009/11/wordpressanzhuangzaizimuluxia-zenyangshiqixianshizaizhuyumingxia-jiuxianganzhuangzaigenmululiyiyang/</link>
		<comments>http://www.st-jdw.com/2009/11/wordpressanzhuangzaizimuluxia-zenyangshiqixianshizaizhuyumingxia-jiuxianganzhuangzaigenmululiyiyang/#comments</comments>
		<pubDate>Sun, 22 Nov 2009 08:41:37 +0000</pubDate>
		<dc:creator>死亡之鹰</dc:creator>
				<category><![CDATA[电脑与网络]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[域名]]></category>
		<category><![CDATA[子目录]]></category>
		<category><![CDATA[安装]]></category>
		<category><![CDATA[显示]]></category>
		<category><![CDATA[根目录]]></category>
		<category><![CDATA[目录]]></category>

		<guid isPermaLink="false">http://www.st-jdw.com/?p=312</guid>
		<description><![CDATA[来自WordPress官方的答案：
把子目录的index .php复制到根目录，然后修改根目录的index.php 第17行
require(&#8216;./wp-blog-header.php&#8217;);
改为
require(&#8216;./子目录/wp-blog-header.php&#8217;);
然后到WP后台修改blog地址为不带子目录的地址即可——wordpress地址要带子目录。
]]></description>
			<content:encoded><![CDATA[<p>来自WordPress官方的答案：</p>
<p>把子目录的index .php复制到根目录，然后修改根目录的index.php 第17行<br />
<span style="color: #008000;">require(&#8216;./wp-blog-header.php&#8217;);<span id="more-312"></span><br />
</span>改为<br />
<span style="color: #ff0000;">require(&#8216;./子目录/wp-blog-header.php&#8217;);<br />
</span>然后到WP后台修改blog地址为不带子目录的地址即可——wordpress地址要带子目录。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.st-jdw.com/2009/11/wordpressanzhuangzaizimuluxia-zenyangshiqixianshizaizhuyumingxia-jiuxianganzhuangzaigenmululiyiyang/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>如何在WordPress博客里使分类列表页面显示文章里的图片？</title>
		<link>http://www.st-jdw.com/2009/11/ruhezaiwordpressbokelishifenleiliebiaoyemianxianshiwenzhanglidetupian/</link>
		<comments>http://www.st-jdw.com/2009/11/ruhezaiwordpressbokelishifenleiliebiaoyemianxianshiwenzhanglidetupian/#comments</comments>
		<pubDate>Sun, 22 Nov 2009 08:18:18 +0000</pubDate>
		<dc:creator>死亡之鹰</dc:creator>
				<category><![CDATA[电脑与网络]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[分类]]></category>
		<category><![CDATA[列表]]></category>
		<category><![CDATA[博客]]></category>
		<category><![CDATA[图片]]></category>
		<category><![CDATA[文章]]></category>
		<category><![CDATA[显示]]></category>
		<category><![CDATA[页面]]></category>

		<guid isPermaLink="false">http://www.st-jdw.com/?p=310</guid>
		<description><![CDATA[超级简单——
在你所使用的主题模版文件里的archive.php 中找到：
&#60;?php the_excerpt(); ?&#62;
改为：
&#60;?php the_content(); ?&#62;
但是！你要注意一点，这是将文章里的图片直接显示在分类里，而不是将文章里的图片以缩略图的形式显示出来！另外这个还可以让视频什么的也直接显示在分类里。
]]></description>
			<content:encoded><![CDATA[<p>超级简单——</p>
<p>在你所使用的主题模版文件里的archive.php 中找到：<br />
<span style="color: #008000;">&lt;?php the_excerpt(); ?&gt;<br />
</span>改为：<span id="more-310"></span><br />
<span style="color: #ff0000;">&lt;?php the_content(); ?&gt;</span></p>
<p><span style="color: #000000;">但是！你要注意一点，这是将文章里的图片直接显示在分类里，而不是将文章里的图片以缩略图的形式显示出来！另外这个还可以让视频什么的也直接显示在分类里。</span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.st-jdw.com/2009/11/ruhezaiwordpressbokelishifenleiliebiaoyemianxianshiwenzhanglidetupian/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>如何在WordPress博客里为文章内容页添加“上一篇、下一篇”？</title>
		<link>http://www.st-jdw.com/2009/11/ruhezaiwordpressbokeliweiwenzhangneirongyetianjia-shangyipian-xiayipian/</link>
		<comments>http://www.st-jdw.com/2009/11/ruhezaiwordpressbokeliweiwenzhangneirongyetianjia-shangyipian-xiayipian/#comments</comments>
		<pubDate>Sun, 22 Nov 2009 07:52:22 +0000</pubDate>
		<dc:creator>死亡之鹰</dc:creator>
				<category><![CDATA[电脑与网络]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[内容]]></category>
		<category><![CDATA[博客]]></category>
		<category><![CDATA[文章]]></category>
		<category><![CDATA[添加]]></category>

		<guid isPermaLink="false">http://www.st-jdw.com/?p=306</guid>
		<description><![CDATA[本方法简单有效，且可显示上下篇的文章标题——
将以下代码插入WordPress程序文章内容页（index.php）即可~具体效果如本站显示——每一篇文章下部都有~

&#60;?php previous_post_link(&#8216;上一篇：%link&#8217;) ?&#62;&#60;?php next_post_link(&#8216;下一篇：%link&#8217;) ?&#62;
怎么样？简单吧~如果不满意“上一篇、下一篇”的显示效果，可自行在此基础上进行更改~
]]></description>
			<content:encoded><![CDATA[<p>本方法简单有效，且可显示上下篇的文章标题——<br />
将以下代码插入WordPress程序文章内容页（index.php）即可~具体效果如本站显示——每一篇文章下部都有~</p>
<p><span id="more-306"></span><br />
<span style="color: #ff0000;">&lt;?php previous_post_link(&#8216;上一篇：%link&#8217;) ?&gt;&lt;?php next_post_link(&#8216;下一篇：%link&#8217;) ?&gt;</span></p>
<p>怎么样？简单吧~如果不满意“上一篇、下一篇”的显示效果，可自行在此基础上进行更改~</p>
]]></content:encoded>
			<wfw:commentRss>http://www.st-jdw.com/2009/11/ruhezaiwordpressbokeliweiwenzhangneirongyetianjia-shangyipian-xiayipian/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

