<?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: WP Favorite Posts 1.3.3 Released!</title>
	<atom:link href="http://nxsn.com/wp-favorite-posts-1-3-3-released/feed/" rel="self" type="application/rss+xml" />
	<link>http://nxsn.com/wp-favorite-posts-1-3-3-released/</link>
	<description>I develop Wordpress things for you.</description>
	<lastBuildDate>Thu, 19 Apr 2012 10:47:52 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Joel</title>
		<link>http://nxsn.com/wp-favorite-posts-1-3-3-released/comment-page-1/#comment-1624</link>
		<dc:creator>Joel</dc:creator>
		<pubDate>Sun, 25 Jul 2010 18:42:55 +0000</pubDate>
		<guid isPermaLink="false">http://nxsn.com/?p=99#comment-1624</guid>
		<description>Heya, what a remarkable plugin, really like it! :-) 

If I pay you $75, can you show me how to insert the favourite image with an excerpt of the favourite post. I know I need to modify the following: (from the wpfp-page-template file) 

&lt;?php
    echo &quot;&quot;;
    if (!empty($user)):
        if (!wpfp_is_user_favlist_public($user)):
            echo &quot;$user&#039;s Favorite Posts.&quot;;
        else:
            echo &quot;$user&#039;s list is not public.&quot;;
        endif;
    endif;

    if ($wpfp_before):
        echo &quot;&quot;.$wpfp_before.&quot;&quot;;
    endif;

    echo &quot;&quot;;   
    if ($favorite_post_ids):
        foreach ($favorite_post_ids as $post_id) {
            $p = get_post($post_id);
            echo &quot;&quot;;
            echo &quot;&lt;a href=&#039;&quot;.get_permalink($post_id).&quot;&#039; rel=&quot;nofollow&quot;&gt;post_title .&quot;&#039;&gt;&quot; . $p-&gt;post_title . &quot;&lt;/a&gt; &quot;;
            	
			echo &quot;&quot;;
			wpfp_remove_favorite_link($post_id);
        }
    else:
        echo &quot;&quot;;
        echo $wpfp_options[&#039;favorites_empty&#039;];
        echo &quot;&quot;;
    endif;
    echo &quot;&quot;;  
    wpfp_clear_list_link();
    echo &quot;&quot;;
    wpfp_cookie_warning();
?&gt;


But cant for the life of me figure out how...   

Any help appreciated!</description>
		<content:encoded><![CDATA[<p>Heya, what a remarkable plugin, really like it! :-) </p>
<p>If I pay you $75, can you show me how to insert the favourite image with an excerpt of the favourite post. I know I need to modify the following: (from the wpfp-page-template file) </p>
<p>&lt;?php<br />
    echo &quot;&#8221;;<br />
    if (!empty($user)):<br />
        if (!wpfp_is_user_favlist_public($user)):<br />
            echo &#8220;$user&#8217;s Favorite Posts.&#8221;;<br />
        else:<br />
            echo &#8220;$user&#8217;s list is not public.&#8221;;<br />
        endif;<br />
    endif;</p>
<p>    if ($wpfp_before):<br />
        echo &#8220;&#8221;.$wpfp_before.&#8221;";<br />
    endif;</p>
<p>    echo &#8220;&#8221;;<br />
    if ($favorite_post_ids):<br />
        foreach ($favorite_post_ids as $post_id) {<br />
            $p = get_post($post_id);<br />
            echo &#8220;&#8221;;<br />
            echo &#8220;<a href='".get_permalink($post_id)."' rel="nofollow">post_title .&#8221;&#8216;&gt;&#8221; . $p-&gt;post_title . &#8220;</a> &#8220;;</p>
<p>			echo &#8220;&#8221;;<br />
			wpfp_remove_favorite_link($post_id);<br />
        }<br />
    else:<br />
        echo &#8220;&#8221;;<br />
        echo $wpfp_options['favorites_empty'];<br />
        echo &#8220;&#8221;;<br />
    endif;<br />
    echo &#8220;&#8221;;<br />
    wpfp_clear_list_link();<br />
    echo &#8220;&#8221;;<br />
    wpfp_cookie_warning();<br />
?&gt;</p>
<p>But cant for the life of me figure out how&#8230;   </p>
<p>Any help appreciated!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

