Viewing 3 replies - 1 through 3 (of 3 total)
  • 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.

    (@mindshare)

    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...');

    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.