Return to Snippet

Revision: 52157
at October 14, 2011 20:04 by wpbedouine


Initial Code
<div id="header">
	<h1>
		<a href="<?php bloginfo('url'); ?>">
			<?php bloginfo('name'); ?>
		</a>
	</h1>
	<h2><?php bloginfo('description'); ?></h2>
</div>

<-- which replaces -->


<div id="header">
	<h1>
		<a href="http://www.yoursite.com">
			Your Site Name
		</a>
	</h1>
	<h2>Your Site's tagline</h2>
</div>

Initial URL


Initial Description


Initial Title
Bloginfo url and description in WordPress site header

Initial Tags


Initial Language
HTML