Blog Name and Tag Line Not Showing
-
I have recently reloaded my www.ads-software.com page to fix some bugs that I accidentally aquired. Everything is working fine now, save for the fact that my blog title and the tag line are not showing. I’ve gone into the General Settings and changed the name and tagline, which has worked in the past. I’m afraid the problem lies in the code. I think it is within the “header.php” I found the following code, but am unsure as to how to edit it to make the blog title and tag line appear on my webpage.
<title><?php wp_title(''); ?><?php if(wp_title('', false)) { echo ' :'; } ?> <?php bloginfo('name'); ?></title> <meta name="generator" content="WordPress <?php bloginfo('version'); ?>" />
Someone please help me!
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Blog Name and Tag Line Not Showing’ is closed to new replies.