Title: [Plugin: Like-it] Links Problem
Last modified: August 19, 2016

---

# [Plugin: Like-it] Links Problem

 *  Resolved [Alinn](https://wordpress.org/support/users/alinn/)
 * (@alinn)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/plugin-like-it-links-problem/)
 * Hi
    I have a problem with like-it plugin. in widget the links are not link to
   related post. they are link to the homepage. can anyone help me? Thanks
 * [http://wordpress.org/extend/plugins/like-it/](http://wordpress.org/extend/plugins/like-it/)

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

 *  Thread Starter [Alinn](https://wordpress.org/support/users/alinn/)
 * (@alinn)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/plugin-like-it-links-problem/#post-1724526)
 * Any idea?
 *  [offsetmedia](https://wordpress.org/support/users/offsetmedia/)
 * (@offsetmedia)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/plugin-like-it-links-problem/#post-1724538)
 * Not sure if this a permanent solution but if you open up **widget.php** from 
   plugins/like-it/tpl/
 * Change
 * `<a href="<?php get_permalink($post->post_id) ?>" title="<?php echo $post_data-
   >post_title ?>">`
 * to
 * `<a href="<?php echo get_permalink($post->post_id) ?>" title="<?php echo $post_data-
   >post_title ?>">`
 * Basically adding and _echo_. Hope that helps.
 *  Thread Starter [Alinn](https://wordpress.org/support/users/alinn/)
 * (@alinn)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/plugin-like-it-links-problem/#post-1724540)
 * Yeah! It works 😀
    Thanks a lot offsetmedia 🙂

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

The topic ‘[Plugin: Like-it] Links Problem’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/like-it.svg)
 * [Like-it](https://wordpress.org/plugins/like-it/)
 * [Support Threads](https://wordpress.org/support/plugin/like-it/)
 * [Active Topics](https://wordpress.org/support/plugin/like-it/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/like-it/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/like-it/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Alinn](https://wordpress.org/support/users/alinn/)
 * Last activity: [15 years, 6 months ago](https://wordpress.org/support/topic/plugin-like-it-links-problem/#post-1724540)
 * Status: resolved