Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Alinn

    (@alinn)

    Any idea?

    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

    (@alinn)

    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.