<?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>WordPress Magazine Themes &#187; images</title>
	<atom:link href="http://www.wp-magazine.com/tag/images/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wp-magazine.com</link>
	<description>Premium WordPress Magazine Themes from Solostream</description>
	<lastBuildDate>Thu, 01 Jul 2010 15:14:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>How to Add Your Own Logo to WP-Magazine Theme</title>
		<link>http://www.wp-magazine.com/2007/12/how-to-add-your-own-logo-to-wp-magazine-theme/</link>
		<comments>http://www.wp-magazine.com/2007/12/how-to-add-your-own-logo-to-wp-magazine-theme/#comments</comments>
		<pubDate>Sat, 08 Dec 2007 21:05:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[logo]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.wp-magazine.com/2007/12/how-to-add-your-own-logo-to-wp-magazine-theme/</guid>
		<description><![CDATA[Adding your own logo to WP-Magazine Theme is a snap. Read on for the simple steps to get it done.]]></description>
			<content:encoded><![CDATA[<p>Adding your own logo to WP-Magazine Theme is a snap. Read on for the simple steps to get it done.</p>
<p><span id="more-119"></span></p>
<h3>Step 1 &#8211; Remove the Existing Site Title and Description</h3>
<p>Before you can place your logo in the upper left corner of your new WP-Magazine Theme driven site, you&#8217;ll need to make some space for it. So, lets remove the existing site title and description.</p>
<p>1. In your WordPress control panel, click the Presentation link; then click Theme Editor. On the next page, you should see see the stylesheet.css template.</p>
<p>2. Scroll down till you see this block of code:<br />
<code>#header .sitehead-left p {<br />
margin:0;<br />
height:26px;<br />
line-height:26px;<br />
}</code></p>
<p>You&#8217;ll want to change it to this:</p>
<p><code>#header .sitehead-left p {<br />
position:absolute;<br />
text-indent:-999em;<br />
margin:0;<br />
height:26px;<br />
line-height:26px;<br />
}</code></p>
<p>3. Next, scroll down till you see this block of code:<br />
<code>#header h1 {<br />
font-size:20px;<br />
margin:0;<br />
line-height:24px;<br />
height:24px;<br />
}</code></p>
<p>Change it to this:<br />
<code>#header h1 {<br />
font-size:20px;<br />
margin:0;<br />
line-height:24px;<br />
height:24px;<br />
display:none;</code><code><br />
}</code></p>
<p>Then, be sure to click &#8220;Update File&#8221; in the bottom right corner.</p>
<h3>Step 2 &#8211; Upload and Install Your Logo</h3>
<p>Now that we have some room in the top, left corner, you&#8217;ll need to upload your logo to your WordPress theme. The best place to upload your logo is the /images folder, which within WP-Magazine theme folder.</p>
<p>After the image is uploaded, again, open your stylesheet template and scroll down till you find this block of code:<br />
<code>#header .sitehead-left {<br />
width:50%;<br />
float:left;<br />
margin:0;<br />
padding:0;<br />
}</code></p>
<p>You&#8217;ll need to change it to this:<br />
<code>#header .sitehead-left {<br />
width:50%;<br />
float:left;<br />
margin:0;<br />
padding:0;<br />
background:url(images/filename.gif) top left no-repeat;<br />
height:60px;<br />
}</code></p>
<p>Be sure to change the &#8220;filename.gif&#8221; above to the actual filename and file extension of your own logo. Also, you may have to adjust the height, depending upon the dimensions of your logo.</p>
<p>Just be sure to click the Update File button after any changes.</p>
<h3>Step 3 &#8211; Optional &#8211; Link Your Logo to the Home Page</h3>
<p>If you&#8217;d like to link your logo to your home page, open your Header template, and find this block of code:</p>
<p><code><br />
&lt;div class=&quot;sitehead-left&quot;&gt;<br />
&lt;h1&gt;&lt;!--p bloginfo(&#039;name&#039;);--&gt;&lt;/h1&gt;<br />
&lt;!--p bloginfo(&#039;description&#039;);--&gt;&lt;/div&gt;<br />
 <br />
<br />
</code>Change it to this:</p>
<div><code><br />
&lt;h1&gt;&lt;!--p bloginfo(&#039;name&#039;);--&gt;&lt;/h1&gt;<br />
&lt;!--p bloginfo(&#039;description&#039;);--&gt;<br />
<br />
</code></div>
<p><code> <br />
<br />
</code>Then update the file.</p>
<p>And that should do it.</p>
<img src="http://www.wp-magazine.com/?ak_action=api_record_view&id=119&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.wp-magazine.com/2007/12/how-to-add-your-own-logo-to-wp-magazine-theme/feed/</wfw:commentRss>
		<slash:comments>38</slash:comments>
		</item>
	</channel>
</rss>
