Forums

[Plugin: delicious-plus] Turn off title linking (4 posts)

  1. 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/

  2. 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;
  3. jacquemariel
    Member
    Posted 1 year ago #


  4. 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

Topic Closed

This topic has been closed to new replies.

About this Topic