<?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>texified &#187; changing header</title>
	<atom:link href="http://texafied.com/blog/tag/changing-header/feed/" rel="self" type="application/rss+xml" />
	<link>http://texafied.com/blog</link>
	<description>Musings on the human heart.</description>
	<lastBuildDate>Thu, 17 May 2012 04:46:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>WordPress: Changing the Header Photo (For Dummies)</title>
		<link>http://texafied.com/blog/2009/04/29/wordpress-changing-the-header-photo/</link>
		<comments>http://texafied.com/blog/2009/04/29/wordpress-changing-the-header-photo/#comments</comments>
		<pubDate>Thu, 30 Apr 2009 02:13:26 +0000</pubDate>
		<dc:creator>crates</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[changing header]]></category>
		<category><![CDATA[header photograph]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://texafied.com/blog/?p=605</guid>
		<description><![CDATA[<p><a href="http://texafied.com/blog/2009/04/29/wordpress-changing-the-header-photo/">WordPress: Changing the Header Photo (For Dummies)</a><br/><br/>Hello there! If you are new here, you might want to subscribe to the RSS feed to make sure you don't miss a thing on texified!  Post from: <a href="http://texafied.com/blog">texified</a></p>
WordPress: Changing the Header Photo (For Dummies)Hello there! If you are new here, you might want to subscribe to the RSS feed to make sure you don't miss a thing on texified! Post from: texified [Note: I often change the blog theme about, so I may not be currently using Autumn Almanac]               I&#8217;ve been fiddling [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://texafied.com/blog/2009/04/29/wordpress-changing-the-header-photo/">WordPress: Changing the Header Photo (For Dummies)</a><br/><br/>Hello there! If you are new here, you might want to subscribe to the RSS feed to make sure you don't miss a thing on texified!  Post from: <a href="http://texafied.com/blog">texified</a></p>
<p>[Note: I often change the blog theme about, so I may not be currently using Autumn Almanac]               I&#8217;ve been fiddling around with my blog theme.  This particular theme is called <a href="http://the-cloisters.net/tag/author-info/">Autumn Almanac </a>by <a href="http://the-cloisters.net/">the Cloisters</a> (Mina).  I love everything she does, all her themes and layouts fit my likes and dislikes very closely.  I really like the Autumn Almanac theme, but I just wanted to change the photograph at the top of the pages and use one of my own photographs.  Since I am ignorant about such things, it has taken me a while to figure the danged thing out.</p>
<p>It was very simple of course once you knew what to do  (isn&#8217;t everything?).</p>
<ol>
<li>First I had to find out where in the code this was controlled.  I found by a process of elimination that it was located in the Stylesheet (style.css).  When I clicked on Editor under the Appearance section on the dashboard, it automatically opened up to the Stylesheet (style.css).</li>
<li>Next I had to scroll down to the Header section (/***** HEADER *****/).</li>
<li>The very first part under the Header section has the pertinent area; it looks something like this:   #header { float: left; width: 1000px; height: 250px; background: #e0dcc5 url(images/header.jpg) no-repeat; padding: 0; margin: 0 auto 0 auto; }</li>
<li>The photograph for the header is shown in this location: url(images/header.jpg).  I guess that I could have uploaded the photograph that I wanted to put in the header to the directory, but I just did the following</li>
<li>I uploaded the photo that I wanted to put in the header by clicking on Add New under Media in the Dashboard and followed the directions (very simple) on how to upload a photo.  I thought that by putting the photo here, it would make it more convenient to use it in different themes.  If I had put the photos in the theme directory, I think that I would have to reload the photos each time I changed themes.</li>
<li>Then I copied the position of the photograph (highlighted and ctrl-c&#8217;d, or even better right click and click copy photo location), and then I pasted the position into the area between the parentheses: &#8220;url(images/header.jpg),&#8221;  so that it now shows this: &#8220;url(http://texafied.com/blog/wp-content/uploads/autumnleaves.jpg).&#8221;  If you right click on the photo in the library and copy the location, you should delete the pixel dimensions of the thumbnail; otherwise the photo in the banner will be just the thumbnail dimension.</li>
<li>In other words you put the position of the photograph that you want to display in the header between the parentheses.</li>
</ol>
<p>So now the photograph at the top of this page is one of my own that I took last autumn.  I modified my photograph with a simple photo editor before uploading to my site.  I made it long and narrow, about 1000 by 250 pixels.  If you don&#8217;t do this, when you put it into the banner position <em>there will be only a small area of the original photograph that is displayed. </em>As you can see by the code above (width: 1000px; height: 250px), you can modify the size of the photograph in the header.</p>
<p>Once I inserted my own photograph, I found that my font on the header blended in with the back ground, so I had to change the font color.  You will find this controlled by the following in the same header section:    #header h1 a { text-decoration: none; color: #ddd7cd; }.  So I found a darker color that I liked by googling Html color code and finding a dark brown color: #610B0B, which I inserted in place of the above code.  This did the trick.</p>
<p>I assume this procedure that I have outlined is similar for other themes, and I look forward to changing the themes around to fit my preferences.</p>
<p>NOTE: I HAVE FURTHER MODIFIED THE ABOVE SO EVERY TIME YOU CLICK ON A DIFFERENT PAGE OR REFRESH, IT WILL LOAD A NEW PHOTOGRAPH.</p>
]]></content:encoded>
			<wfw:commentRss>http://texafied.com/blog/2009/04/29/wordpress-changing-the-header-photo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

