<?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.durongke.com/category/program/wordpress/feed" rel="self" type="application/rss+xml" />
	<link>http://www.durongke.com</link>
	<description>海纳百川，有“融”乃大。壁立千仞，无欲则刚！</description>
	<lastBuildDate>Fri, 26 Nov 2010 13:04:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.3</generator>
		<item>
		<title>插件Mobilepress和WP Super Cache容易冲突</title>
		<link>http://www.durongke.com/mobilepress-wp-super-cache.html</link>
		<comments>http://www.durongke.com/mobilepress-wp-super-cache.html#comments</comments>
		<pubDate>Sun, 17 Jan 2010 02:14:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.durongke.com/?p=314</guid>
		<description><![CDATA[　　早上起床打开电脑，用傲游浏览器打开网站，发现电脑打开的却是Mobilepress默认主题Default（也就是说无法自动识别电脑IE和手机浏览器访问），于是，后台清除WP Super Cache缓存，刷新浏览器，发现可以正常打开电脑访问应该显示的主题。再次用我的多普达Ucweb访问，访问后又刷新[......]<p class='read-more'><a href='http://www.durongke.com/mobilepress-wp-super-cache.html'>Read more</a></p>]]></description>
			<content:encoded><![CDATA[<p>　　早上起床打开电脑，用傲游浏览器打开网站，发现电脑打开的却是Mobilepress默认主题Default（也就是说无法自动识别电脑IE和手机浏览器访问），于是，后台清除WP Super Cache缓存，刷新浏览器，发现可以正常打开电脑访问应该显示的主题。再次用我的多普达Ucweb访问，访问后又刷新[......]
<p class='read-more'><a href='http://www.durongke.com/mobilepress-wp-super-cache.html'>Read more</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.durongke.com/mobilepress-wp-super-cache.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>wordpress代码高亮插件coolcode修改版</title>
		<link>http://www.durongke.com/wordpress-coolcode.html</link>
		<comments>http://www.durongke.com/wordpress-coolcode.html#comments</comments>
		<pubDate>Thu, 31 Dec 2009 03:33:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.durongke.com/?p=229</guid>
		<description><![CDATA[　　wordpress中插入代码很不方便，插入代码后感觉整个页面很乱，而且代码中的英文引号会替换成中文引号，影响了代码的执行，百度了一下，很多朋友讨论coolcode不错，网上下载了coolcode，但是启用插件后，编辑器按钮中无此按钮，于是做了个修改。下载插件后，上传到plugins，后台启用插件[......]<p class='read-more'><a href='http://www.durongke.com/wordpress-coolcode.html'>Read more</a></p>]]></description>
			<content:encoded><![CDATA[<p>　　wordpress中插入代码很不方便，插入代码后感觉整个页面很乱，而且代码中的英文引号会替换成中文引号，影响了代码的执行，百度了一下，很多朋友讨论coolcode不错，网上下载了coolcode，但是启用插件后，编辑器按钮中无此按钮，于是做了个修改。下载插件后，上传到plugins，后台启用插件[......]
<p class='read-more'><a href='http://www.durongke.com/wordpress-coolcode.html'>Read more</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.durongke.com/wordpress-coolcode.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>如何让wordpress页面调用分类文章的方法</title>
		<link>http://www.durongke.com/page-category.html</link>
		<comments>http://www.durongke.com/page-category.html#comments</comments>
		<pubDate>Wed, 30 Dec 2009 07:40:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.durongke.com/?p=210</guid>
		<description><![CDATA[　　很多网友问我如何让wordpress的页面调用wordpress的分类，让页面中能显示分类的文章（效果如本站所示，点击顶部的每个页面可以看到，页面调用了分类的文章）。现将wordpress页面调用分类文章的方法公布如下：
　　1、下载你的wordpress主题里面的index.php文件，把文[......]<p class='read-more'><a href='http://www.durongke.com/page-category.html'>Read more</a></p>]]></description>
			<content:encoded><![CDATA[<p>　　很多网友问我如何让wordpress的页面调用wordpress的分类，让页面中能显示分类的文章（效果如本站所示，点击顶部的每个页面可以看到，页面调用了分类的文章）。现将wordpress页面调用分类文章的方法公布如下：<br />
　　1、下载你的wordpress主题里面的index.php文件，把文[......]
<p class='read-more'><a href='http://www.durongke.com/page-category.html'>Read more</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.durongke.com/page-category.html/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>如何改变WordPress的时间显示格式</title>
		<link>http://www.durongke.com/time-style.html</link>
		<comments>http://www.durongke.com/time-style.html#comments</comments>
		<pubDate>Mon, 28 Dec 2009 05:09:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.durongke.com/?p=153</guid>
		<description><![CDATA[　　我的Wordpress因为是英文主题，其默认的时间显示格式为：“十二月 27th, 2009”。感觉不中不洋的，看了很别扭。想修改成“2009年12月27日”这种格式，网上搜索了一下，知道了起作用的是&#60;?php the_time('j M Y') ?&#62;这一句，于是我把模板Single[......]<p class='read-more'><a href='http://www.durongke.com/time-style.html'>Read more</a></p>]]></description>
			<content:encoded><![CDATA[<p>　　我的Wordpress因为是英文主题，其默认的时间显示格式为：“十二月 27th, 2009”。感觉不中不洋的，看了很别扭。想修改成“2009年12月27日”这种格式，网上搜索了一下，知道了起作用的是&lt;?php the_time(&#8216;j M Y&#8217;) ?&gt;这一句，于是我把模板Single[......]
<p class='read-more'><a href='http://www.durongke.com/time-style.html'>Read more</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.durongke.com/time-style.html/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>WordPress搬服务器之数据库转移方法</title>
		<link>http://www.durongke.com/move-database.html</link>
		<comments>http://www.durongke.com/move-database.html#comments</comments>
		<pubDate>Sun, 27 Dec 2009 15:49:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.durongke.com/?p=144</guid>
		<description><![CDATA[　　Wordpress的数据库使用的是Mysql数据库，在换服务器的时候，需要把原来服务器的数据成功转移到新的服务器上。如果数据库转移不成功会导致网站异常，这里介绍一种方法，使用插件和phpmyadmin结合的方法来转移数据库。
　　需要用到的插件是<a href="http://www.ilfilosofo.com/blog/wp-db-backup" target="_blank">WordPress Database Backu[......]</a><p class='read-more'><a href='http://www.durongke.com/move-database.html'>Read more</a></p>]]></description>
			<content:encoded><![CDATA[<p>　　Wordpress的数据库使用的是Mysql数据库，在换服务器的时候，需要把原来服务器的数据成功转移到新的服务器上。如果数据库转移不成功会导致网站异常，这里介绍一种方法，使用插件和phpmyadmin结合的方法来转移数据库。<br />
　　需要用到的插件是<a href="http://www.ilfilosofo.com/blog/wp-db-backup" target="_blank">WordPress Database Backu[......]</a>
<p class='read-more'><a href='http://www.durongke.com/move-database.html'>Read more</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.durongke.com/move-database.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>wordpress修改主题后中文乱码怎么办？</title>
		<link>http://www.durongke.com/change-themes-chinese.html</link>
		<comments>http://www.durongke.com/change-themes-chinese.html#comments</comments>
		<pubDate>Sun, 27 Dec 2009 14:17:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.durongke.com/?p=138</guid>
		<description><![CDATA[　　我现在用的Wordpress主题是英文版的，里面很多字符比如评论，搜索，留言等都是英文字符。为了方便像我一样不太懂英文的同志阅读，我把主题里面的对应文件下载回来，然后用Dreamweaver打开编辑，保存后上传，发现页面修改成中文的位置均显示乱码。Google了一下，解决了问题。中文乱码通常是因[......]<p class='read-more'><a href='http://www.durongke.com/change-themes-chinese.html'>Read more</a></p>]]></description>
			<content:encoded><![CDATA[<p>　　我现在用的Wordpress主题是英文版的，里面很多字符比如评论，搜索，留言等都是英文字符。为了方便像我一样不太懂英文的同志阅读，我把主题里面的对应文件下载回来，然后用Dreamweaver打开编辑，保存后上传，发现页面修改成中文的位置均显示乱码。Google了一下，解决了问题。中文乱码通常是因[......]
<p class='read-more'><a href='http://www.durongke.com/change-themes-chinese.html'>Read more</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.durongke.com/change-themes-chinese.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

