• Hi. I just added a few theme options on my website.

    array( "name" => "Browse by topics (Paste authors url here along with description text)",
    	"desc" => "Desciption and urls for product 2",
    	"id" => $shortname."_authors",
    	"type" => "textarea",
    	"std" => ""),

    I used the codes above to style and create a text area and it showed up perfectly

    <?php include (TEMPLATEPATH.'/get-theme-options.php'); ?><?php echo $KO_topics;?>

    and i used the lines above to call the text inserted in the theme option. The problem is when i copy and past a proper url html code so it would show up as a normal link on the website page. It doesn’t

    Any idea on how to use it properly to insert links as well besides simple text?

  • The topic ‘WordPress theme option! Having a problem with the urls pastings’ is closed to new replies.