Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author gabrielroth

    (@gabrielroth)

    Sure. Check out line 51:
    echo '<p><a href="'.$post_url.'" class="tumblr_link">'.date('m/d/y', intval($time)).'</a></p>';

    You could replace it with:
    echo '<p><a href="'.$post_url.'" class="tumblr_link">See this post on Tumblr</a></p>';

    Hope that’s helpful. Note that if you modify the code yourself, every time you update the plugin you’ll overwrite the modification.

    Thread Starter mjg

    (@mjg)

    Very helpful, that’s perfect, thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Tumblr Widget] Change link text display’ is closed to new replies.