PDA

View Full Version : Wordpress: Where to edit text on header.php




macaddict23
Jun 25, 2009, 04:21 PM
I went under Appearance>Editor, and clicked on the header.php file. I see the following code:

<div id="header">
<div id="logo"><h1><a href="<?php echo get_option('home'); ?>/"><?php bloginfo('name'); ?></a></h1>
<div class="description"><?php bloginfo('description'); ?></div>
</div>

My browser spits out this code:

<div id="header">
<div id="logo"><h1><a href="http://www.sample.com/seesaw/">I love Macs</a></h1>

<div class="description">and writing from Macaddict23</div>
</div>
</div>

I want to edit the text in red. Thanks!



geekindisguise
Jun 25, 2009, 04:37 PM
I went under Appearance>Editor, and clicked on the header.php file. I see the following code:

<div id="header">
<div id="logo"><h1><a href="<?php echo get_option('home'); ?>/"><?php bloginfo('name'); ?></a></h1>
<div class="description"><?php bloginfo('description'); ?></div>
</div>

My browser spits out this code:

<div id="header">
<div id="logo"><h1><a href="http://www.sample.com/seesaw/">I love Macs</a></h1>

<div class="description">and writing from Macaddict23</div>
</div>
</div>

I want to edit the text in red. Thanks!

The text you want to edit is in the Settings > General. Its is the first two options. Your Blog Title and your Tagline. Where your site says "I love Macs" that would be your Blog Title and then "and writing from Macaddict23" would be your tagline.