Forums

WordPress theme option! Having a problem with the urls pastings (1 post)

  1. Quote Ocean
    Member
    Posted 7 months ago #

    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?

Reply

You must log in to post.

About this Topic