postIt

        Post-It sticky notes with PasteBin sense

  • 07:10:15 am on May 24, 2010 | # | 0
    Tags: ,

    WordPress has

    <?php make_clickable( $ret ) ?>

    no need to write complete

    <a href ...

    etc, hyperlink plain text will appears as clickable link.

    Regularly put it in wp-content/themes/some_theme/function.php as

    ...
    add_filter( 'the_content', 'make_clickable' );
    ...
     

  • Modified from Prologue theme by Automattic

Leave a Comment