Hyperlink Syntax Removal From Header File. Help.
-
How do i safely and neatly reomove the hyperlink from my title? I want to retain the title, I just want to remove the hyperlink. If this was html, it would be so easy, but I am brand new to php. Thank you in advance. Below is the syntax that I currently have in header.php.
<h1><a href="<?php echo get_settings('home'); ?>/"><?php bloginfo('name'); ?></a></h1> <h5><?php bloginfo('description'); ?></h5>
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Hyperlink Syntax Removal From Header File. Help.’ is closed to new replies.