<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>“Hacklog” 的评论</title>
	<atom:link href="http://www.ihacklog.com/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ihacklog.com</link>
	<description>荒野无灯weblog</description>
	<lastBuildDate>Fri, 10 Sep 2010 08:43:52 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>荒野无灯 关于 留言短信通知，何需插件？ 的评论</title>
		<link>http://www.ihacklog.com/wordpress/wpskills/comments-sms-notify.html/comment-page-1#comment-2607</link>
		<dc:creator>荒野无灯</dc:creator>
		<pubDate>Fri, 10 Sep 2010 08:43:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.ihacklog.com/?p=4041#comment-2607</guid>
		<description>我这一般留言不是很多喽。</description>
		<content:encoded><![CDATA[<p>我这一般留言不是很多喽。</p>
]]></content:encoded>
	</item>
	<item>
		<title>baby_1224 关于 留言短信通知，何需插件？ 的评论</title>
		<link>http://www.ihacklog.com/wordpress/wpskills/comments-sms-notify.html/comment-page-1#comment-2606</link>
		<dc:creator>baby_1224</dc:creator>
		<pubDate>Fri, 10 Sep 2010 08:24:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.ihacklog.com/?p=4041#comment-2606</guid>
		<description>:???: 留言多的时候爪机悲剧勒...囧~</description>
		<content:encoded><![CDATA[<p> <img src='http://www.ihacklog.com/wordpress/wp-includes/images/smilies/icon_confused.gif' alt=':???:' class='wp-smiley' />  留言多的时候爪机悲剧勒&#8230;囧~</p>
]]></content:encoded>
	</item>
	<item>
		<title>baby_1224 关于 QQ企业邮箱试用 的评论</title>
		<link>http://www.ihacklog.com/internet_software/cool_software_share/qq-exmail.html/comment-page-1#comment-2605</link>
		<dc:creator>baby_1224</dc:creator>
		<pubDate>Fri, 10 Sep 2010 08:20:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.ihacklog.com/?p=4064#comment-2605</guid>
		<description>:shock: 好像貌似申请勒一直仅仅只是绑定QQ而已...其余地方都不用它~囧...</description>
		<content:encoded><![CDATA[<p> <img src='http://www.ihacklog.com/wordpress/wp-includes/images/smilies/icon_eek.gif' alt=':shock:' class='wp-smiley' />  好像貌似申请勒一直仅仅只是绑定QQ而已&#8230;其余地方都不用它~囧&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>荒野无灯 关于 也折腾不用WordPress Related Posts实现相关日志 的评论</title>
		<link>http://www.ihacklog.com/wordpress/wpskills/wordpress-related-posts-with-no-plugin.html/comment-page-1#comment-2604</link>
		<dc:creator>荒野无灯</dc:creator>
		<pubDate>Fri, 10 Sep 2010 04:45:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.hacklog.cn/?p=3331#comment-2604</guid>
		<description>直接调用不行的，要自己写一个函数吧。
&lt;code&gt;
function output_random_posts($limitclause)
{
            $related_posts = wp_get_random_posts($limitclause);
foreach ($related_posts as $related_post )
    {
        $output .= &#039;&lt;li&gt;&#039;;

        $dateformat = get_option(&#039;date_format&#039;);
        $output .= mysql2date($dateformat, $related_post-&gt;post_date) . &quot;  //  &quot;;

        $output .=  &#039;&lt;a href=&quot;&#039;.get_permalink($related_post-&gt;ID).&#039;&quot; title=&quot;&#039;.wptexturize($related_post-&gt;post_title).&#039;&quot;&gt;&#039;.wptexturize($related_post-&gt;post_title).&#039;&lt;/a&gt;&#039;;

        $output .=  &quot; (&quot; . $related_post-&gt;comment_count . &quot;)&quot;;

    $output .=  &#039;&lt;/li&gt;&#039;;
    }
    $output = &#039;&lt;h3&gt;随机日志&lt;/h3&gt;&lt;ul class=&quot;related_post&quot;&gt;&#039; . $output . &#039;&lt;/ul&gt;&#039;;
echo $output;
}

//调用 ：
output_random_posts(‘LIMIT 10’);
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>直接调用不行的，要自己写一个函数吧。</p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;height:300px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br />3<br />4<br />5<br />6<br />7<br />8<br />9<br />10<br />11<br />12<br />13<br />14<br />15<br />16<br />17<br />18<br />19<br />20<br />21<br />22<br /></div></td><td><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">function output_random_posts($limitclause)<br />
{<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; $related_posts = wp_get_random_posts($limitclause);<br />
foreach ($related_posts as $related_post )<br />
&nbsp; &nbsp; {<br />
&nbsp; &nbsp; &nbsp; &nbsp; $output .= '&lt;li&gt;';<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; $dateformat = get_option('date_format');<br />
&nbsp; &nbsp; &nbsp; &nbsp; $output .= mysql2date($dateformat, $related_post-&gt;post_date) . &quot; &nbsp;// &nbsp;&quot;;<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; $output .= &nbsp;'&lt;a href=&quot;'.get_permalink($related_post-&gt;ID).'&quot; title=&quot;'.wptexturize($related_post-&gt;post_title).'&quot;&gt;'.wptexturize($related_post-&gt;post_title).'&lt;/a&gt;';<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; $output .= &nbsp;&quot; (&quot; . $related_post-&gt;comment_count . &quot;)&quot;;<br />
<br />
&nbsp; &nbsp; $output .= &nbsp;'&lt;/li&gt;';<br />
&nbsp; &nbsp; }<br />
&nbsp; &nbsp; $output = '&lt;h3&gt;随机日志&lt;/h3&gt;&lt;ul class=&quot;related_post&quot;&gt;' . $output . '&lt;/ul&gt;';<br />
echo $output;<br />
}<br />
<br />
//调用 ：<br />
output_random_posts(‘LIMIT 10’);</div></td></tr></tbody></table></div>
]]></content:encoded>
	</item>
	<item>
		<title>荒野无灯 关于 Box.net 真实外链地址获取工具 的评论</title>
		<link>http://www.ihacklog.com/php/original/get-box-net-real-link-by-php.html/comment-page-1#comment-2603</link>
		<dc:creator>荒野无灯</dc:creator>
		<pubDate>Fri, 10 Sep 2010 04:25:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.ihacklog.com/?p=3893#comment-2603</guid>
		<description>简单点的办法：把foreach换成for然后加个计数的变量控制其输出吧</description>
		<content:encoded><![CDATA[<p>简单点的办法：把foreach换成for然后加个计数的变量控制其输出吧</p>
]]></content:encoded>
	</item>
	<item>
		<title>Leyond 关于 QQ企业邮箱试用 的评论</title>
		<link>http://www.ihacklog.com/internet_software/cool_software_share/qq-exmail.html/comment-page-1#comment-2602</link>
		<dc:creator>Leyond</dc:creator>
		<pubDate>Fri, 10 Sep 2010 03:18:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.ihacklog.com/?p=4064#comment-2602</guid>
		<description>有时间去试试看啊</description>
		<content:encoded><![CDATA[<p>有时间去试试看啊</p>
]]></content:encoded>
	</item>
	<item>
		<title>Leyond 关于 给WP加上无限分页 的评论</title>
		<link>http://www.ihacklog.com/wordpress/wpskills/unlimited-page-navigation-for-wordpress.html/comment-page-1#comment-2601</link>
		<dc:creator>Leyond</dc:creator>
		<pubDate>Fri, 10 Sep 2010 03:16:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.ihacklog.com/?p=4062#comment-2601</guid>
		<description>呵呵，回来了，我也从家里回来。这个教程不错</description>
		<content:encoded><![CDATA[<p>呵呵，回来了，我也从家里回来。这个教程不错</p>
]]></content:encoded>
	</item>
	<item>
		<title>ylsnuha 关于 也折腾不用WordPress Related Posts实现相关日志 的评论</title>
		<link>http://www.ihacklog.com/wordpress/wpskills/wordpress-related-posts-with-no-plugin.html/comment-page-1#comment-2600</link>
		<dc:creator>ylsnuha</dc:creator>
		<pubDate>Fri, 10 Sep 2010 01:51:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.hacklog.cn/?p=3331#comment-2600</guid>
		<description>请问怎样让文章下面左边显示相关日志，右边显示随机日志呢。。。因为这个代码也有随机日志的函数，怎样直接调用使用吗？</description>
		<content:encoded><![CDATA[<p>请问怎样让文章下面左边显示相关日志，右边显示随机日志呢。。。因为这个代码也有随机日志的函数，怎样直接调用使用吗？</p>
]]></content:encoded>
	</item>
	<item>
		<title>Rayee 关于 Box.net 真实外链地址获取工具 的评论</title>
		<link>http://www.ihacklog.com/php/original/get-box-net-real-link-by-php.html/comment-page-1#comment-2598</link>
		<dc:creator>Rayee</dc:creator>
		<pubDate>Thu, 09 Sep 2010 13:17:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.ihacklog.com/?p=3893#comment-2598</guid>
		<description>:?: 能否通过参数控制只显示最新10条啊？
期待博主解惑。</description>
		<content:encoded><![CDATA[<p> <img src='http://www.ihacklog.com/wordpress/wp-includes/images/smilies/icon_question.gif' alt=':?:' class='wp-smiley' />  能否通过参数控制只显示最新10条啊？<br />
期待博主解惑。</p>
]]></content:encoded>
	</item>
	<item>
		<title>风吟 关于 QQ企业邮箱试用 的评论</title>
		<link>http://www.ihacklog.com/internet_software/cool_software_share/qq-exmail.html/comment-page-1#comment-2596</link>
		<dc:creator>风吟</dc:creator>
		<pubDate>Wed, 08 Sep 2010 13:53:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.ihacklog.com/?p=4064#comment-2596</guid>
		<description>不明真相！我完全打酱油的！</description>
		<content:encoded><![CDATA[<p>不明真相！我完全打酱油的！</p>
]]></content:encoded>
	</item>
</channel>
</rss>
