Title: blessone's Replies | WordPress.org

---

# blessone

  [  ](https://wordpress.org/support/users/blessone/)

 *   [Profile](https://wordpress.org/support/users/blessone/)
 *   [Topics Started](https://wordpress.org/support/users/blessone/topics/)
 *   [Replies Created](https://wordpress.org/support/users/blessone/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/blessone/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/blessone/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/blessone/engagements/)
 *   [Favorites](https://wordpress.org/support/users/blessone/favorites/)

 Search replies:

## Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Favorite Posts] Display the full post content](https://wordpress.org/support/topic/display-the-full-post-content/)
 *  [blessone](https://wordpress.org/support/users/blessone/)
 * (@blessone)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/display-the-full-post-content/#post-5661272)
 * Need to change line in wp-favorite-posts-extended/**wpfp-your-favs-widget.php**
   for Extended i think. This works for me fine:)
    ‘ echo “[post_title .”‘>” . $p->post_title . $p->post_content . “](https://wordpress.org/support/users/blessone/replies/".get_permalink($post_id)."?output_format=md)“;‘
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Favorite Posts] Display the full post content](https://wordpress.org/support/topic/display-the-full-post-content/)
 *  [blessone](https://wordpress.org/support/users/blessone/)
 * (@blessone)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/display-the-full-post-content/#post-5661271)
 * 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;
       ```
   

Viewing 2 replies - 1 through 2 (of 2 total)