Created
November 15, 2012 07:02
-
-
Save ElmahdiMahmoud/4077154 to your computer and use it in GitHub Desktop.
wp: Dynamic URL
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//Get Link URL | |
$options[] = array( "name" => "Show a Text Field ( Single Line )", | |
"desc" => "Enter text into the field", | |
"id" => $shortname."_linkurl", | |
"std" => "http://yoursiteurl.com/", | |
"type" => "text"); | |
<a href="<?php echo get_option('of_linkurl') ?>">LINK TEXT</a> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment