<?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>Comments on: WordPress Plugin WP Sub Post</title>
	<atom:link href="http://takien.com/550/wordpress-plugin-wp-sub-post.php/feed" rel="self" type="application/rss+xml" />
	<link>http://takien.com/550/wordpress-plugin-wp-sub-post.php</link>
	<description>Webmaster&#039;s Information and Resource</description>
	<lastBuildDate>Tue, 22 May 2012 03:28:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: Pearl</title>
		<link>http://takien.com/550/wordpress-plugin-wp-sub-post.php/comment-page-1#comment-8330</link>
		<dc:creator>Pearl</dc:creator>
		<pubDate>Sat, 19 May 2012 15:16:00 +0000</pubDate>
		<guid isPermaLink="false">http://takien.com/?p=550#comment-8330</guid>
		<description>Any update on the photo?</description>
		<content:encoded><![CDATA[<p>Any update on the photo?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://takien.com/550/wordpress-plugin-wp-sub-post.php/comment-page-1#comment-8324</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Mon, 14 May 2012 09:22:00 +0000</pubDate>
		<guid isPermaLink="false">http://takien.com/?p=550#comment-8324</guid>
		<description>Hi, I really dont know no much programming and almost nothing in PHP.. Its a really basic question but how do you install the plugin ?</description>
		<content:encoded><![CDATA[<p>Hi, I really dont know no much programming and almost nothing in PHP.. Its a really basic question but how do you install the plugin ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pearl</title>
		<link>http://takien.com/550/wordpress-plugin-wp-sub-post.php/comment-page-1#comment-8169</link>
		<dc:creator>Pearl</dc:creator>
		<pubDate>Tue, 03 Jan 2012 00:19:00 +0000</pubDate>
		<guid isPermaLink="false">http://takien.com/?p=550#comment-8169</guid>
		<description>Sigh. It&#039;s still not working. :(</description>
		<content:encoded><![CDATA[<p>Sigh. It&#8217;s still not working. <img src='http://takien.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://takien.com/550/wordpress-plugin-wp-sub-post.php/comment-page-1#comment-8168</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Mon, 02 Jan 2012 14:45:00 +0000</pubDate>
		<guid isPermaLink="false">http://takien.com/?p=550#comment-8168</guid>
		<description>this one shouldn&#039;t be used</description>
		<content:encoded><![CDATA[<p>this one shouldn&#8217;t be used</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pearl</title>
		<link>http://takien.com/550/wordpress-plugin-wp-sub-post.php/comment-page-1#comment-8165</link>
		<dc:creator>Pearl</dc:creator>
		<pubDate>Mon, 02 Jan 2012 02:56:00 +0000</pubDate>
		<guid isPermaLink="false">http://takien.com/?p=550#comment-8165</guid>
		<description>Does that mean it will look like: get_the_author_meta(&#039;user_email&#039;,$post-&gt;;post_author), 80 ).&#039;&quot;&gt;&#039;;</description>
		<content:encoded><![CDATA[<p>Does that mean it will look like: get_the_author_meta(&#8216;user_email&#8217;,$post-&gt;;post_author), 80 ).&#8217;&#8221;&gt;&#8217;;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pearl</title>
		<link>http://takien.com/550/wordpress-plugin-wp-sub-post.php/comment-page-1#comment-8164</link>
		<dc:creator>Pearl</dc:creator>
		<pubDate>Mon, 02 Jan 2012 02:53:00 +0000</pubDate>
		<guid isPermaLink="false">http://takien.com/?p=550#comment-8164</guid>
		<description>Where will I put this: try this to retrieve user/author avatar.
[php]
echo get_avatar( get_the_author_meta(&#039;user_email&#039;), 80 );
[/php] ?</description>
		<content:encoded><![CDATA[<p>Where will I put this: try this to retrieve user/author avatar.<br />
[php]<br />
echo get_avatar( get_the_author_meta(&#8216;user_email&#8217;), 80 );<br />
[/php] ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://takien.com/550/wordpress-plugin-wp-sub-post.php/comment-page-1#comment-8163</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Sun, 01 Jan 2012 15:26:00 +0000</pubDate>
		<guid isPermaLink="false">http://takien.com/?p=550#comment-8163</guid>
		<description>After discovering the documentation of get_the_author_meta, it seems to pass the child author ID, otherwise it shows the info of the current loop (parent post)

Worth to try:

[php]
$avatar = &#039;
post_author), 80 ).&#039;&quot;&gt;&#039;;
$content = $parent_info.$content.$avatar; 
[/php]

No problem, I&#039;m glad I could help :)

Oops, replace &amp; gt;  with &gt; ( &#039;greater than&#039; sign)</description>
		<content:encoded><![CDATA[<p>After discovering the documentation of get_the_author_meta, it seems to pass the child author ID, otherwise it shows the info of the current loop (parent post)</p>
<p>Worth to try:</p>
<p>[php]<br />
$avatar = &#8216;<br />
post_author), 80 ).&#8217;&#8221;&gt;&#8217;;<br />
$content = $parent_info.$content.$avatar;<br />
[/php]</p>
<p>No problem, I&#8217;m glad I could help <img src='http://takien.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Oops, replace &amp; gt;  with &gt; ( &#8216;greater than&#8217; sign)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pearl</title>
		<link>http://takien.com/550/wordpress-plugin-wp-sub-post.php/comment-page-1#comment-8161</link>
		<dc:creator>Pearl</dc:creator>
		<pubDate>Sun, 01 Jan 2012 14:53:00 +0000</pubDate>
		<guid isPermaLink="false">http://takien.com/?p=550#comment-8161</guid>
		<description>Hi, Yes. I read this. But it doesn&#039;t seem to work still. I replaced it already. Really sorry for the hassle. I appreciate the support.</description>
		<content:encoded><![CDATA[<p>Hi, Yes. I read this. But it doesn&#8217;t seem to work still. I replaced it already. Really sorry for the hassle. I appreciate the support.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://takien.com/550/wordpress-plugin-wp-sub-post.php/comment-page-1#comment-8158</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Sun, 01 Jan 2012 08:33:00 +0000</pubDate>
		<guid isPermaLink="false">http://takien.com/?p=550#comment-8158</guid>
		<description>hello Pearl,
did you read this comment?
http://takien.com/550/wordpress-plugin-wp-sub-post.php#comment-395530357</description>
		<content:encoded><![CDATA[<p>hello Pearl,<br />
did you read this comment?<br />
<a href="http://takien.com/550/wordpress-plugin-wp-sub-post.php#comment-395530357" rel="nofollow">http://takien.com/550/wordpress-plugin-wp-sub-post.php#comment-395530357</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pearl</title>
		<link>http://takien.com/550/wordpress-plugin-wp-sub-post.php/comment-page-1#comment-8153</link>
		<dc:creator>Pearl</dc:creator>
		<pubDate>Sun, 01 Jan 2012 03:05:00 +0000</pubDate>
		<guid isPermaLink="false">http://takien.com/?p=550#comment-8153</guid>
		<description>I&#039;m confused now. because when i placed it in side the code it just got the avatar of the parent author and not the child author. it was also above the &quot;block quoted sub post.&quot; i wanted it to be inside the block quote post and the sub post user author&#039;s photo.</description>
		<content:encoded><![CDATA[<p>I&#8217;m confused now. because when i placed it in side the code it just got the avatar of the parent author and not the child author. it was also above the &#8220;block quoted sub post.&#8221; i wanted it to be inside the block quote post and the sub post user author&#8217;s photo.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced (Requested URI is rejected)
Database Caching 17/33 queries in 0.015 seconds using disk: basic

Served from: takien.com @ 2012-05-22 15:43:40 -->
