Hi guys,
Im still struggling with this as you can see i just went ahead before giving up and replacing everything in sight with the_content.
Not quite sure how to get the content to show. Help would be appricited.
while ( have_posts() ) : the_content();
echo "<li><a href='".the_content()."' title='". get_the_content() ."'>" . get_the_content() ."</a> ";
wpfp_remove_favorite_link(get_the_ID());
echo "</li>";
endwhile;