Title: Active PHP URL
Last modified: August 19, 2016

---

# Active PHP URL

 *  Resolved [cableghost](https://wordpress.org/support/users/cableghost/)
 * (@cableghost)
 * [16 years, 4 months ago](https://wordpress.org/support/topic/active-php-url/)
 * I’m using the following code in my copyright, but the url generated is not active,
   it is simply displayed. Is there an automatic means of making such a url active?
 * `<?php bloginfo('url'); ?>`

Viewing 3 replies - 1 through 3 (of 3 total)

 *  [Clayton James](https://wordpress.org/support/users/claytonjames/)
 * (@claytonjames)
 * [16 years, 4 months ago](https://wordpress.org/support/topic/active-php-url/#post-1328142)
 * Okay. I’m laughing pretty hard at myself right now, because:
 * 1) This actually worked, and
 * 2) It can’t _possibly_ be correct.
 * `<a href="<?php bloginfo('url'); ?>"><?php bloginfo('url'); ?></a>`
 * And yet it displays the blog url as an active link. I’m such a butcher.
 * These work too;
 * `<a href="<?php echo get_option('home'); ?>"><?php bloginfo('name'); ?></a>`
 * `<a href="<?php bloginfo('url'); ?>"><?php bloginfo('name'); ?></a>`
 * I hope someone offers a better solution. 😛
 *  Thread Starter [cableghost](https://wordpress.org/support/users/cableghost/)
 * (@cableghost)
 * [16 years, 4 months ago](https://wordpress.org/support/topic/active-php-url/#post-1328385)
 * Excellent. It must be ok authoring, because it does not trip W3C.
 * Thanks!
 * -Scott
 *  [Clayton James](https://wordpress.org/support/users/claytonjames/)
 * (@claytonjames)
 * [16 years, 4 months ago](https://wordpress.org/support/topic/active-php-url/#post-1328438)
 * Glad it helped!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Active PHP URL’ is closed to new replies.

## Tags

 * [link](https://wordpress.org/support/topic-tag/link/)
 * [php](https://wordpress.org/support/topic-tag/php/)
 * [url](https://wordpress.org/support/topic-tag/url/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 3 replies
 * 2 participants
 * Last reply from: [Clayton James](https://wordpress.org/support/users/claytonjames/)
 * Last activity: [16 years, 4 months ago](https://wordpress.org/support/topic/active-php-url/#post-1328438)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
