<?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>wordpress &#8211; 悠然居</title>
	<atom:link href="https://wordpress.youran.me/tag/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>https://wordpress.youran.me</link>
	<description>极客技术博客</description>
	<lastBuildDate>Tue, 22 Mar 2016 11:44:21 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0.4</generator>
	<item>
		<title>博客换新颜</title>
		<link>https://wordpress.youran.me/blog-theme-changed/</link>
					<comments>https://wordpress.youran.me/blog-theme-changed/#comments</comments>
		
		<dc:creator><![CDATA[youran]]></dc:creator>
		<pubDate>Sat, 06 Dec 2014 10:33:40 +0000</pubDate>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[悠然居]]></category>
		<guid isPermaLink="false">https://wordpress.youran.me/?p=533</guid>

					<description><![CDATA[经过无数次蠢蠢欲动，以及数次成功及失败的尝试，本博客终于第一次大变样啦！ 前段时间才知道，之前一直用的Elegant Box主题，是阿里巴巴一位知名前端Neoease的作品。不愧是大公司的高手，做出来的东西就是不一样，本博客从2011年建立开始就一直用Elegant Box，后来其他主题都看不顺眼了…… 前几天突然发现网上有人把Neoease自用的博客主题扒了下来，做成了一个收费加密主题，然后又有好事者将其解密出来分享。本博客使用的就是解密版的主题，并且加入了自己之前在Elegant Box上做的修改。 因为是同一个人的风格，比较能够接受，所以这次没有像上次那样，改了一半又倒回去 = = 目前主要功能已经基本稳定，还有一些细节的问题，今后慢慢解决吧~ 本文为悠然居(https://wordpress.youran.me/)的原创文章，转载请注明出处！]]></description>
		
					<wfw:commentRss>https://wordpress.youran.me/blog-theme-changed/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
			</item>
		<item>
		<title>博客新主题施工中……</title>
		<link>https://wordpress.youran.me/new-theme-under-construction/</link>
					<comments>https://wordpress.youran.me/new-theme-under-construction/#comments</comments>
		
		<dc:creator><![CDATA[youran]]></dc:creator>
		<pubDate>Mon, 18 Aug 2014 12:39:23 +0000</pubDate>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[悠然居]]></category>
		<guid isPermaLink="false">https://wordpress.youran.me/?p=494</guid>

					<description><![CDATA[博客自从2011年建立之时，就一直用的elegant-box这个主题。不得不说这款主题看着非常舒服，载入速度也很快，和各种插件配合得也很好。不过人总会审美疲劳的，这段时间一直在折腾这个博客，光加几个插件、设个SSL感觉还不过瘾，准备将用了3年的主题也换掉。 目前暂定用Avada这个高大上的主题，估计要配置得能看需要不少功夫，在这期间估计博客的样子会比较丑。万一最后还是没法看，我再还原回来，哈哈。 一天后的Update：看来我已经对elegant-box产生依赖了，新主题怎么看都还不如老的漂亮，而且过于复杂导致画面载入较慢，和之前各种插件不兼容，并且搞坏了我的sitemap导致Webmaster工具报错、Google排名下跌…… 加上没时间折腾，最后决定还是用现在的主题，然后在此基础上渐进式美化！先是第一弹：用webfont字体美化博客标题。 本文为悠然居(https://wordpress.youran.me/)的原创文章，转载请注明出处！]]></description>
		
					<wfw:commentRss>https://wordpress.youran.me/new-theme-under-construction/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
		<item>
		<title>wordpress只显示正在使用的主题</title>
		<link>https://wordpress.youran.me/wordpress-showing-only-current-theme/</link>
					<comments>https://wordpress.youran.me/wordpress-showing-only-current-theme/#respond</comments>
		
		<dc:creator><![CDATA[youran]]></dc:creator>
		<pubDate>Mon, 11 Aug 2014 16:04:51 +0000</pubDate>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[wordpress]]></category>
		<guid isPermaLink="false">https://wordpress.youran.me/?p=485</guid>

					<description><![CDATA[当初因为vps中了ebury木马，格式化重装系统后，发现博客的theme里只显示当前正在使用的主题了，而且点击Appearance-&#62;Editor，会出现“Oops, no such file exists”的提示，无法显示当前主题的文件。以前记得也发生过同样问题，但是就是忘了那时候怎么解决的了。因为影响不大，也就一直在那放着。 今天心血来潮又Google了一下，终于被我重新找到了问题的原因：php的scandir函数被设置为禁用了！解决方法也很简单，修改php.ini，将scandir从disable_functions里删除即可。 以前还出现过open_basedir的问题，一些小细节真是折腾人的耐心啊。 本文为悠然居(https://wordpress.youran.me/)的原创文章，转载请注明出处！]]></description>
		
					<wfw:commentRss>https://wordpress.youran.me/wordpress-showing-only-current-theme/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>wordpress的feed无法工作的解决</title>
		<link>https://wordpress.youran.me/wordpress-feed-not-working/</link>
					<comments>https://wordpress.youran.me/wordpress-feed-not-working/#respond</comments>
		
		<dc:creator><![CDATA[youran]]></dc:creator>
		<pubDate>Wed, 17 Apr 2013 13:18:21 +0000</pubDate>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[feed]]></category>
		<category><![CDATA[wordpress]]></category>
		<guid isPermaLink="false">http://wordpress.youran.me/?p=411</guid>

					<description><![CDATA[有时候你也许会遇到wordpress的feed不起作用的情况，浏览器的报错如下： Firefox的出错信息： XML Parsing Error: XML or text declaration not at start of entity Location: http://www.quickonlinetips.com/archives/feed/ Line Number 2, Column 1: ^ Chrome的出错信息： This page contains the following errors: error on line 2 at column &#8230;]]></description>
		
					<wfw:commentRss>https://wordpress.youran.me/wordpress-feed-not-working/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>WordPress的新评论邮件通知功能</title>
		<link>https://wordpress.youran.me/wordpress-email-notification/</link>
					<comments>https://wordpress.youran.me/wordpress-email-notification/#respond</comments>
		
		<dc:creator><![CDATA[youran]]></dc:creator>
		<pubDate>Tue, 11 Dec 2012 06:33:41 +0000</pubDate>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[wordpress]]></category>
		<guid isPermaLink="false">http://wordpress.youran.me/?p=379</guid>

					<description><![CDATA[尝试了一下wordpress的邮件通知功能，感觉默认的那个功能有点简单。首先要注意一点：它是发送到被评论文章的发布者的邮箱里的（这个邮箱在后台&#8221;Users&#8221;设定里能够看到），而不是&#8221;Settings -&#62; General&#8221;里的那个系统管理员邮箱。另外它发送的邮件，默认发件人邮件地址是wordpress@wordpress.yourdomain.com，可能和你自己的邮件系统不一致，而且很有可能会被接收方作为垃圾邮件处理。 解决办法除了修改wordpress的源代码，还有一个比较简单的方法，即安装WP Better Emails插件，设定发信方的用户名和邮箱信息，而且还能自定义邮件格式。但是有一点要注意：插件默认的那个邮件格式有可能会被邮件系统识别为垃圾邮件（Gmail说里面含有垃圾邮件常用的字眼……），所以如果不想搞那么花哨的话，可以直接就在Template里面只写%content%就行了，那些HTML修饰都可以去掉。 本文为悠然居(https://wordpress.youran.me/)的原创文章，转载请注明出处！]]></description>
		
					<wfw:commentRss>https://wordpress.youran.me/wordpress-email-notification/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>WordPress的TAG和Categories突然消失的解决办法</title>
		<link>https://wordpress.youran.me/wordpress-tag-categories-disappear/</link>
					<comments>https://wordpress.youran.me/wordpress-tag-categories-disappear/#respond</comments>
		
		<dc:creator><![CDATA[youran]]></dc:creator>
		<pubDate>Thu, 25 Oct 2012 15:30:05 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[wordpress]]></category>
		<guid isPermaLink="false">http://wordpress.youran.me/?p=357</guid>

					<description><![CDATA[有时候Wordpress会出现页面上文章的Tags和Categories莫名其妙全部消失的情况，如果遇到请不要慌张，这是很好解决的问题。 症结是/tmp目录下的文件配额已经用完，即df -h下显示tmpfs已经100%了。解决方法就是rm /tmp/* 本文为悠然居(https://wordpress.youran.me/)的原创文章，转载请注明出处！]]></description>
		
					<wfw:commentRss>https://wordpress.youran.me/wordpress-tag-categories-disappear/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/?utm_source=w3tc&utm_medium=footer_comment&utm_campaign=free_plugin

Object Caching 32/62 objects using Disk
Page Caching using Disk: Enhanced 
Database Caching 4/11 queries in 0.002 seconds using Disk

Served from: wordpress.youran.me @ 2026-09-03 16:08:24 by W3 Total Cache
-->