Viewing 1 replies (of 1 total)
  • phanson_tt

    (@phanson_tt)

    Hi,

    Go to wp-admin > plugins > editor > select Like To Keep Reading from the top right dropdown then click select > chose file name like-to-keep-reading/liketokeepreading.php in the right siderbar> find

    if ($href == '') {
    		$href = .....
    	}

    replace with the code below

    if ($href == '') {
    		$href = get_permalink();
    	}

    save

    in the seting page of this plugin -> leave the url field blank

    save option and enjoy

Viewing 1 replies (of 1 total)
  • The topic ‘Like current post url’ is closed to new replies.