<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Stuff &#187; header</title>
	<atom:link href="http://dmallonee.com/stuff/tag/header/feed/" rel="self" type="application/rss+xml" />
	<link>http://dmallonee.com/stuff</link>
	<description>Miscellaneous Miscellany</description>
	<lastBuildDate>Thu, 01 Apr 2010 17:29:49 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Remove header title from Wordpress blog</title>
		<link>http://dmallonee.com/stuff/2008/12/11/remove-header-title-from-wordpress-blog/</link>
		<comments>http://dmallonee.com/stuff/2008/12/11/remove-header-title-from-wordpress-blog/#comments</comments>
		<pubDate>Thu, 11 Dec 2008 21:09:35 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[header]]></category>
		<category><![CDATA[remove]]></category>
		<category><![CDATA[remove title from header]]></category>
		<category><![CDATA[title]]></category>

		<guid isPermaLink="false">http://dmallonee.com/stuff/?p=38</guid>
		<description><![CDATA[This appears to be a very common request from people working with Wordpress blogs and here we have what I consider the most elegant solution.
The problem: Wordpress displays the title of a blog in the header section even if there is an underlying graphic that is meant to replace the text title.
The solution: In the [...]]]></description>
			<content:encoded><![CDATA[<p>This appears to be a very common request from people working with Wordpress blogs and here we have what I consider the most elegant solution.</p>
<p><strong>The problem:</strong> Wordpress displays the title of a blog in the header section even if there is an underlying graphic that is meant to replace the text title.</p>
<p><strong>The solution:</strong> In the template being used, add the following line anywhere in the <code>style.css</code> file:</p>

<div class="wp_syntax"><div class="code"><pre class="css" style="font-family:monospace;"><span style="color: #cc00cc;">#header</span> h1 <span style="color: #00AA00;">&#123;</span> <span style="color: #000000; font-weight: bold;">display</span><span style="color: #00AA00;">:</span><span style="color: #993333;">none</span> <span style="color: #00AA00;">&#125;</span></pre></div></div>

<p>To be sure, there are other methods of removing the textual title, but they have their problems. For instance, just deleting the title name from the Wordpress admin interface has the effect of displaying no title name on the browser window and the title will also not show in search engines and rss feeds. Another possibility is editing the <code>header.php</code> file to remove the title display, but again, the browser wouldn&#8217;t display the title either. Editing the css rather than the php has the benefit of having no bad side-effects.</p>
]]></content:encoded>
			<wfw:commentRss>http://dmallonee.com/stuff/2008/12/11/remove-header-title-from-wordpress-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
