<?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>The Townes &#187; 小工具修改表</title>
	<atom:link href="https://thetownes.coolpage.biz/?feed=rss2&#038;tag=%E5%B0%8F%E5%B7%A5%E5%85%B7%E4%BF%AE%E6%94%B9%E8%A1%A8" rel="self" type="application/rss+xml" />
	<link>https://thetownes.coolpage.biz</link>
	<description>本站已转移至：http://www.thetownes.info</description>
	<lastBuildDate>Thu, 01 Aug 2013 11:49:56 +0000</lastBuildDate>
	<language>zh-CN</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.2</generator>
		<item>
		<title>wordpress 默认小工具修改表</title>
		<link>https://thetownes.coolpage.biz/?p=345</link>
		<comments>https://thetownes.coolpage.biz/?p=345#comments</comments>
		<pubDate>Sat, 13 Jul 2013 14:05:20 +0000</pubDate>
		<dc:creator>Will</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[小工具修改表]]></category>

		<guid isPermaLink="false">http://thetownes.coolpage.biz/?p=345</guid>
		<description><![CDATA[WordPress 默认的边栏小工具代码写在default-widgets.ph &#8230; <a href="https://thetownes.coolpage.biz/?p=345">继续阅读 <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>WordPress 默认的边栏小工具代码写在default-widgets.php(<em>wp-includes/default-widgets.php</em>)。此文件中每个类对应一个小工具，如修改&nbsp;RSS 样式<em>（来自任何 RSS 或 Atom feed 的条目）</em>，只要找到 WP_Widget_RSS 这一类修改即可。以下是功能即与名称对照表：</p>
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td width="100">
<div><strong>Widget名称</strong></div>
</td>
<td width="200">
<div><strong>Widget类名</strong></div>
</td>
<td width="280">
<div><strong>Widget介绍</strong></div>
</td>
</tr>
<tr>
<td>页面</td>
<td>WP_Widget_Pages</td>
<td>您博客的&nbsp;WordPress<a title="wordpress 分类" href="http://bulog.org/share/wordpress">&nbsp;</a>页面</td>
</tr>
<tr>
<td>日历</td>
<td>WP_Widget_Calendar</td>
<td>您博客的文章日程表</td>
</tr>
<tr>
<td>文章索引模板</td>
<td>WP_Widget_Archives</td>
<td>您博客文章的月度存档</td>
</tr>
<tr>
<td>链接</td>
<td>WP_Widget_Links</td>
<td>您的链接表</td>
</tr>
<tr>
<td>功能</td>
<td>WP_Widget_Meta</td>
<td>登入/登出，管理，Feed 和 WordPress 链接</td>
</tr>
<tr>
<td>搜索</td>
<td>WP_Widget_Search</td>
<td>您博客的搜索框</td>
</tr>
<tr>
<td>文本</td>
<td>WP_Widget_Text</td>
<td>任意文本或HTML</td>
</tr>
<tr>
<td>分类目录</td>
<td>WP_Widget_Categories</td>
<td>列表或是下拉菜单的分类目录</td>
</tr>
<tr>
<td>最近文章</td>
<td>WP_Widget_Recent_Posts</td>
<td>您博客的最近文章</td>
</tr>
<tr>
<td>最新评论</td>
<td>WP_Widget_Recent_Comments</td>
<td>最在侧边栏显示最新评论的列表</td>
</tr>
<tr>
<td>RSS</td>
<td>WP_Widget_RSS</td>
<td>来自任何 RSS 或 Atom feed 的条目</td>
</tr>
<tr>
<td>标签云</td>
<td>WP_Widget_Tag_Cloud</td>
<td>您最常使用的标签云</td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>https://thetownes.coolpage.biz/?feed=rss2&#038;p=345</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
