Title: [Plugin: Link Library] Un
Last modified: August 20, 2016

---

# [Plugin: Link Library] Un

 *  [whoaloic](https://wordpress.org/support/users/whoaloic/)
 * (@whoaloic)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/plugin-link-library-un/)
 * Hi,
    I would like to displays sponsors. Some of them do not have websites, so
   I was wondering it it was possible not to fill the field related to the website
   link ? Any help is appreciated,
 * whoaloic
 * [http://wordpress.org/extend/plugins/link-library/](http://wordpress.org/extend/plugins/link-library/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Thread Starter [whoaloic](https://wordpress.org/support/users/whoaloic/)
 * (@whoaloic)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/plugin-link-library-un/#post-2416760)
 * Oops, I’m sorry, I have not enter a correct topic title (it would have been “
   Unlink image where there is not link”).
    When I use secondary adress and I leave
   an empty field, the name in not a link but the image is a link.
 * Please is there a solution.
 *  Thread Starter [whoaloic](https://wordpress.org/support/users/whoaloic/)
 * (@whoaloic)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/plugin-link-library-un/#post-2416765)
 * I’ve found a solution :
    I had to change link-library.php file around line 4428:
 *     ```
       case 1: 	//------------------ Image Output --------------------
       if ( (($linkitem['link_image'] != '' || $usethumbshotsforimages)) && ($show_images)) {
       $imageoutput = stripslashes($beforeimage) . '<a href="';
       if ($sourceimage == 'primary' || $sourceimage == '') {
       $imageoutput .= $the_link;
       $imageoutput .= '" id="link-' . $linkitem['proper_link_id'] . '" class="track_this_link ' . ( $linkitem['link_featured'] ? 'featured' : '' ). '" ' . $rel . $title . $target. '>';												}
       elseif (($sourceimage == 'secondary') && ($the_second_link != '#')) {
       $imageoutput .= $the_second_link;
       $imageoutput .= '" id="link-' . $linkitem['proper_link_id'] . '" class="track_this_link ' . ( $linkitem['link_featured'] ? 'featured' : '' ). '" ' . $rel . $title . $target. '>';												}
       elseif (($sourceimage == 'secondary') && ($the_second_link == '#')) {
       $imageoutput = '';
       }
       ```
   
 * and around line 4466 :
 *     ```
       if (($sourcename == 'primary' && $the_link != '#') || ($sourcename == 'secondary' && $the_second_link != '#')) {
       $imageoutput .= '</a>' . stripslashes($afterimage);
       }
       ```
   

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘[Plugin: Link Library] Un’ is closed to new replies.

 * ![](https://ps.w.org/link-library/assets/icon-256x256.jpg?rev=971117)
 * [Link Library](https://wordpress.org/plugins/link-library/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/link-library/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/link-library/)
 * [Active Topics](https://wordpress.org/support/plugin/link-library/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/link-library/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/link-library/reviews/)

 * 2 replies
 * 1 participant
 * Last reply from: [whoaloic](https://wordpress.org/support/users/whoaloic/)
 * Last activity: [14 years, 6 months ago](https://wordpress.org/support/topic/plugin-link-library-un/#post-2416765)
 * Status: not resolved