Edit RSS Widget
-
How do you edit the RSS Wiget’s title and links so they can open up in a new window?
I edited the default-widget file like this:
$title = "<a class='rsswidget' href='$link' title='$desc' target='_blank' style='color:#ffffff;text-decoration:none;'>$title</a>";
and
echo "<li><a class='rsswidget' href='$link' title='$desc' target='_blank'>$title</a>{$date}{$summary}{$author}</li>";
But they still open in the same window, so there must be another file I need to edit, but I don’t know which one.
I will be very grateful if someone could tell me and it is not the ‘wp-includes/widgets.php’ as I have looked in there.
Thanks
Viewing 10 replies - 1 through 10 (of 10 total)
Viewing 10 replies - 1 through 10 (of 10 total)
- The topic ‘Edit RSS Widget’ is closed to new replies.