Title: Change widget text?
Last modified: August 20, 2016

---

# Change widget text?

 *  Resolved [Mindshare Labs, Inc.](https://wordpress.org/support/users/mindshare/)
 * (@mindshare)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/change-widget-text/)
 * Is there a way to change the text “Your favorites will be here” ?
 * [http://wordpress.org/extend/plugins/wp-favorite-posts/](http://wordpress.org/extend/plugins/wp-favorite-posts/)

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

 *  [tdaubs](https://wordpress.org/support/users/tdaubs/)
 * (@tdaubs)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/change-widget-text/#post-3177939)
 * Yes. Edit the plugin file wpfp-your-favs-widget.php on line 15 between the quotes.
 * `echo "Anything you want...";`
 *  Thread Starter [Mindshare Labs, Inc.](https://wordpress.org/support/users/mindshare/)
 * (@mindshare)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/change-widget-text/#post-3177941)
 * Not exactly an elegant solution but, thanks. I decided to just use jQuery so 
   I don’t have to edit the plugin itself:
 * `jQuery('#users-favorites li:contains("Your favorites will be here.")').html('
   Anything you want...');`
 *  [renathy](https://wordpress.org/support/users/renathy/)
 * (@renathy)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/change-widget-text/#post-3177961)
 * It would be good to have some config file where you can edit those options.

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

The topic ‘Change widget text?’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-favorite-posts.svg)
 * [WP Favorite Posts](https://wordpress.org/plugins/wp-favorite-posts/)
 * [Support Threads](https://wordpress.org/support/plugin/wp-favorite-posts/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-favorite-posts/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-favorite-posts/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-favorite-posts/reviews/)

 * 3 replies
 * 3 participants
 * Last reply from: [renathy](https://wordpress.org/support/users/renathy/)
 * Last activity: [13 years, 3 months ago](https://wordpress.org/support/topic/change-widget-text/#post-3177961)
 * Status: resolved