Is there a function for printing the domain name you set in settings via the admin panel?
It would be helpful for a lot of things.
Is there a function for printing the domain name you set in settings via the admin panel?
It would be helpful for a lot of things.
Site Url: <?php echo get_options( 'siteurl' );?><br />
WordPress Url: <?php echo get_options( 'home' );?>
http://codex.wordpress.org/Function_Reference/get_option
http://codex.wordpress.org/Option_Reference
This topic has been closed to new replies.