Edit the output of wp_widget_rss_output()

You can’t, because the wp_widget_rss_output() prints its output. If you don’t want to display ‘[…]’ copy that function in your functions.php, rename it and remove the code that adds the ‘[…]’ to the summary. You can also create a plugin with this code thus making independent from your theme.

Leave a Comment