tiogaplanet
Member
Posted 2 years ago #
Excellent plugin. Thank you. Please provide an option in your next iteration to turn off HTML linking when a title is given to the widget.
I am using your plugin with the Get Some! 1.2 theme at http://www.trassare.com and I had to edit the widget to turn off the linking.
http://wordpress.org/extend/plugins/delicious-plus/
jacquemariel
Member
Posted 1 year ago #
Does anyone know how to turn off the title linking? Any kind of code editing I can make??
I really don't want readers to be able to view all of my bookmarks. Help!
echo $before_widget;
echo $before_title . "<a href='http://delicious.com/{$options['username']}'>{$options['title']}</a>" . $after_title;
jacquemariel
Member
Posted 1 year ago #
jacquemariel
Member
Posted 1 year ago #
Oh i may have figured it out
echo $before_widget;
echo $before_title . "Recently Read" . $after_title;
Recently Read is just the header for my links, and it doesn't link to anywhere