Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

macaddict23

macrumors 6502
Original poster
Jun 20, 2006
382
1
MacVille, USA
I went under Appearance>Editor, and clicked on the header.php file. I see the following code:

HTML:
<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!
 
I went under Appearance>Editor, and clicked on the header.php file. I see the following code:

HTML:
<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.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.