﻿<?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; post</title>
	<atom:link href="http://www.gengtang.net/tag/post/feed" rel="self" type="application/rss+xml" />
	<link>http://www.gengtang.net</link>
	<description>seo工具,seo案例教程,网站优化seo,网络营销推广,wordpress使用技巧,wordpress插件,wordpress主题,网站推广,网站推广方法,网站盈利,网站赚钱,网站前端设计</description>
	<lastBuildDate>Wed, 30 Jun 2010 03:58:37 +0000</lastBuildDate>
	<meta name="author" content="耕堂" />
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>wordpress-plugin之Readers_post使用详解</title>
		<link>http://www.gengtang.net/wordpress/readers_post-use.html</link>
		<comments>http://www.gengtang.net/wordpress/readers_post-use.html#comments</comments>
		<pubDate>Tue, 04 Aug 2009 10:36:37 +0000</pubDate>
		<dc:creator>耕堂</dc:creator>
				<category><![CDATA[plugin]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[post]]></category>
		<category><![CDATA[插件]]></category>

		<guid isPermaLink="false">http://www.gengtang.net/?p=64</guid>
		<description><![CDATA[看到上面的图片了吗，介绍一款功能型插件：readers_post。这款插件很实用，而且它的功能不只显示文章点击量


Related posts相关文章:<ol><li><a href='http://www.gengtang.net/wordpress/guan-lian-wen-zhan.html' rel='bookmark' title='Permanent Link: wordpress-plugin相关文章插件YARPP'>wordpress-plugin相关文章插件YARPP</a></li>
<li><a href='http://www.gengtang.net/wordpress-plugin/seo-plugin.html' rel='bookmark' title='Permanent Link: wordpress seo中文插件'>wordpress seo中文插件</a></li>
<li><a href='http://www.gengtang.net/wordpress/random-posts.html' rel='bookmark' title='Permanent Link: 首页调用随机文章'>首页调用随机文章</a></li>
<li><a href='http://www.gengtang.net/wordpress-plugin/best-related-posts.html' rel='bookmark' title='Permanent Link: wordpress相关文章插件Best Related Posts'>wordpress相关文章插件Best Related Posts</a></li>
<li><a href='http://www.gengtang.net/wordpress-plugin/no-self-pingback.html' rel='bookmark' title='Permanent Link: wordpress拒绝站内pingback'>wordpress拒绝站内pingback</a></li>
<li><a href='http://www.gengtang.net/wordpress-plugin/baidu-sitemap-plugin.html' rel='bookmark' title='Permanent Link: 百度sitemap插件'>百度sitemap插件</a></li>
<li><a href='http://www.gengtang.net/wordpress-plugin/another-wordpress-seo-plugin.html' rel='bookmark' title='Permanent Link: wordpress原创seo插件awsp'>wordpress原创seo插件awsp</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p style="line-height: 20px;">介绍一款功能型插件：readers_post。这款插件很实用，而且它的功能不只显示文章点击量，热门文章，最近浏览文章都能实现。如何使用，耕堂来解说：</p>
<p><strong>1.先介绍下这款插件：</strong></p>
<p>它的主要功能是展示文章的访问频繁程度，间接得反应受欢迎程度。点这里<a href="http://www.groenveld.de/?download=Readers_Post.php">下载</a></p>
<p><strong>2.插件具体功能：</strong><br />
1)显示访问数量</p>
<blockquote><p>readers(’before’,’after’,display);</p></blockquote>
<p>参数解释:</p>
<blockquote><p>$before (string) =&gt; text posted before the number of visitors (optional)/*前缀(字符串)=&gt;浏览量前的文本*/<br />
$after (string) =&gt; text posted after the number of visitors (optional)/*后缀(字符串)=&gt;浏览量后的文本*/<br />
$display (boolean) =&gt; Shows the text (true, preset) or return just the value for using it in a different function of your php-code (false)/*显示(布尔)=&gt;显示文本(1，预设)或返回使用的不同php代码函数值(0)*/</p></blockquote>
<p>实例：</p>
<blockquote><p>readers(’You are number ‘,’ reading this post’)=&gt; “You are number 实际数 reading this post.”</p></blockquote>
<p>调用方法：</p>
<blockquote><p>&lt;?php if(function_exists(’readers’)) {readers(’You are number ‘,’ reading this post’); } ?&gt;</p></blockquote>
<p> </p>
<p>2）显示最近浏览文章</p>
<blockquote><p>last_posts(number,letters,’before’,’after’);</p></blockquote>
<p>参数解释：</p>
<blockquote><p>$number (integer) =&gt; quantity of recent posts (default=5)/*文章数(整数)=&gt;最近文章数(默认为5)*/<br />
$letters (integer) =&gt; if for layout reasons it is necessary to shortened the title of your post this parameter sets the number of letters to be shown (default=0, which means: no abbreviation)/*字符数(整数)=&gt;为了防止溢出，有必要设置文章标题的字符数*/<br />
$before (string) =&gt; text posted before the number of visitors (optional)<br />
$after (string) =&gt; text posted after the number of visitors (optional)</p></blockquote>
<p>调用实例：</p>
<blockquote><p>&lt;?php if(function_exists(’last_posts’)) {last_posts(’8′,’50′); } ?&gt;</p></blockquote>
<p>3)点击量最多文章</p>
<blockquote><p>hot_posts(number,letters,’before’,’after’);</p></blockquote>
<p>参数解释：见2）参数解释<br />
调用实例：</p>
<blockquote><p>&lt;?php if(function_exists(’hot_posts’)) {hot_posts(’8′,’50′); } ?&gt;</p></blockquote>
<p>以上这三个调用函数，可以放在任意地方，这里有<a href="http://www.groenveld.de/post-readers-wp-plugin/">原版英文解释</a>.</p>


<p>Related posts相关文章:<ol><li><a href='http://www.gengtang.net/wordpress/guan-lian-wen-zhan.html' rel='bookmark' title='Permanent Link: wordpress-plugin相关文章插件YARPP'>wordpress-plugin相关文章插件YARPP</a></li>
<li><a href='http://www.gengtang.net/wordpress-plugin/seo-plugin.html' rel='bookmark' title='Permanent Link: wordpress seo中文插件'>wordpress seo中文插件</a></li>
<li><a href='http://www.gengtang.net/wordpress/random-posts.html' rel='bookmark' title='Permanent Link: 首页调用随机文章'>首页调用随机文章</a></li>
<li><a href='http://www.gengtang.net/wordpress-plugin/best-related-posts.html' rel='bookmark' title='Permanent Link: wordpress相关文章插件Best Related Posts'>wordpress相关文章插件Best Related Posts</a></li>
<li><a href='http://www.gengtang.net/wordpress-plugin/no-self-pingback.html' rel='bookmark' title='Permanent Link: wordpress拒绝站内pingback'>wordpress拒绝站内pingback</a></li>
<li><a href='http://www.gengtang.net/wordpress-plugin/baidu-sitemap-plugin.html' rel='bookmark' title='Permanent Link: 百度sitemap插件'>百度sitemap插件</a></li>
<li><a href='http://www.gengtang.net/wordpress-plugin/another-wordpress-seo-plugin.html' rel='bookmark' title='Permanent Link: wordpress原创seo插件awsp'>wordpress原创seo插件awsp</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.gengtang.net/wordpress/readers_post-use.html/feed</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
	</channel>
</rss>
