Arif
-
07:10:15 am on May 24, 2010 | # |
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' ); ...