<?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>Jane Blogs &#187; theme editing</title>
	<atom:link href="http://janeblogs.net/tag/theme-editing/feed/" rel="self" type="application/rss+xml" />
	<link>http://janeblogs.net</link>
	<description>crafty artist mum</description>
	<lastBuildDate>Thu, 17 May 2012 12:38:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How to add a signature to your blog posts</title>
		<link>http://janeblogs.net/blogging/how-to-add-a-signature-to-your-blog-posts/</link>
		<comments>http://janeblogs.net/blogging/how-to-add-a-signature-to-your-blog-posts/#comments</comments>
		<pubDate>Sun, 01 Mar 2009 11:00:21 +0000</pubDate>
		<dc:creator>Jane Blogs</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[blog images]]></category>
		<category><![CDATA[theme editing]]></category>
		<guid isPermaLink="false">http://heart-this.com/?p=216</guid>
		<description><![CDATA[Some of the most attractive blogs around have a signature image at the bottom of every post. Post signatures range from the plainer style, with text only, to more complex image files. These are a few of the nicer sig files I&#8217;ve seen used on people&#8217;s blogs, to give you some ideas if you decide [...]]]></description>
			<content:encoded><![CDATA[<p><img class="size-full wp-image-336" style="float:right; margin-left:20px" title="One of my own sig files" src="http://janeblogs.net/wp-content/uploads/2009/03/janeblogssig.jpg" alt="One of my own sig files" width="149" height="125" />Some of the most attractive blogs around have a signature image at the bottom of every post.</p>
<p>Post signatures range from the plainer style, with text only, to more complex image files.</p>
<p><span id="more-216"></span></p>
<p><a href="http://stephvw16.blogspot.com/"><img class="size-full wp-image-223" style="float:right; margin-left:20px" title="Stephani's sig file ~ Mommy in Search of Balance" src="http://janeblogs.net/wp-content/uploads/2009/03/stephani.jpg" alt="Stephani's sig file ~ Mommy in Search of Balance" width="220" height="80" /></a>These are a few of the nicer sig files I&#8217;ve seen used on people&#8217;s blogs, to give you some ideas if you decide to use an image signature.</p>
<p>Whichever you would like to place on your blog, it&#8217;s relatively simple.</p>
<p><strong>1. Backup index.php</strong><a href="http://kacarr61.blogspot.com/"><img class="size-full wp-image-224" style="float:right; margin-left:20px" title="Kathy's sig file ~ Ready, Set, Scrap" src="http://janeblogs.net/wp-content/uploads/2009/03/kathy.png" alt="Kathy's sig file ~ Ready, Set, Scrap" width="189" height="79" /></a></p>
<p>Download a copy of index.php and save it on your hard drive. This is just in case you make a mistake while editing your theme.</p>
<p><strong>2. Edit index.php</strong></p>
<p>Open index.php in your theme editor. Now look for these lines of code:</p>
<p><span style="color: #800000;"><strong>&lt;?php the_content(); ?&gt;</strong></span><a href="http://the-trowbridge-family.blogspot.com/"><img class="size-full wp-image-222" style="float:right; margin-left:20px" title="Andrea's sig file ~ Delight in the Little Things" src="http://janeblogs.net/wp-content/uploads/2009/03/andrea.jpg" alt="Andrea's sig file ~ Delight in the Little Things" width="145" height="63" /></a></p>
<p><span style="color: #008000;"><em>You will need to insert your signature text or image file here, in between these two lines</em></span></p>
<p><span style="color: #800000;"><strong>&lt;p class=&#8221;postmetadata&#8221;&gt;</strong></span></p>
<p><strong>3. For text, insert this code</strong></p>
<p>&lt;p&gt;your text&lt;/p&gt;</p>
<p><strong>4. For an image, insert this code</strong></p>
<p>&lt;p&gt;&lt;img src=&#8221;your image location&#8221; border=&#8221;0&#8243;&gt;&lt;/p&gt;</p>
<p>The <em>border</em> attribute will override any image border settings in your blog theme, and ensure that your image doesn&#8217;t end up with an outline that you didn&#8217;t want.</p>
<p><strong>5. Repeat for single.php</strong></p>
<p>This will ensure that the signature appears when posts are viewed on their own page.</p>
<p><strong>6. Repeat for archive.php</strong></p>
<p>Likewise, for when posts are listed in archive form</p>
<p><strong>7. Repeat for page.php</strong></p>
<p>Do so only if you wish your blog signature to appear at the bottom of pages you have created.</p>
<p>And don&#8217;t forget to save each file after adding your code.</p>
<p><em>Have fun!</em></p>
]]></content:encoded>
			<wfw:commentRss>http://janeblogs.net/blogging/how-to-add-a-signature-to-your-blog-posts/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to turn your wordpress header-image into a link</title>
		<link>http://janeblogs.net/blogging/how-to-turn-your-wordpress-header-image-into-a-link/</link>
		<comments>http://janeblogs.net/blogging/how-to-turn-your-wordpress-header-image-into-a-link/#comments</comments>
		<pubDate>Mon, 16 Feb 2009 11:00:03 +0000</pubDate>
		<dc:creator>Jane Blogs</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[theme editing]]></category>
		<category><![CDATA[Wordpress]]></category>
		<guid isPermaLink="false">http://heart-this.com/?p=89</guid>
		<description><![CDATA[Too often, the choice of basic fonts available can limit the look of your blog. And by using an image for your header, you can create some wonderful effects. The most frustrating part with WordPress blogs is how to do that and still have your header as a &#8216;clickable&#8217; link to the home page of [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://fromtherubberroom.com/"><img class="size-full wp-image-157" style="float:right; margin-left:20px" title="Confessions from the Rubber Room" src="http://janeblogs.net/wp-content/uploads/2009/02/rubberscrnsht.bmp" alt="Confessions from the Rubber Room" /></a>Too often, the choice of basic fonts available can limit the look of your blog.</p>
<p>And by using an image for your header, you can create some wonderful effects.</p>
<p>The most frustrating part with WordPress blogs is how to do that and still have your header as a &#8216;clickable&#8217; link to the home page of your blog.</p>
<p><span id="more-89"></span></p>
<p><em>Well, here we go.</em></p>
<p><strong>1. Open your header.php file</strong></p>
<p>Whether you do this in wordpress through your theme editor, or make changes and upload the altered copy is up to you.</p>
<p>Here&#8217;s a how-to in case you&#8217;re not sure where to find the information.</p>
<p><strong>2. Find the right part of the code</strong></p>
<p>Scroll down through the file until you find the &lt;body&gt; tag and it will be just under there.</p>
<p>It should look something like this:</p>
<p><img class="alignnone size-full wp-image-162" title="php code in header.php" src="http://janeblogs.net/wp-content/uploads/2009/02/headercode.gif" alt="php code in header.php" width="515" height="213" /></p>
<p><strong>3. Replace the old code with the new &amp; save<br />
</strong></p>
<p>Replace everything from &lt;div id=&#8221;header&#8221;&gt; to &lt;/div&gt; with the following:</p>
<pre>&lt;div id="header"&gt;
    &lt;a href="&lt;?php bloginfo('url'); ?&gt;"&gt;
  &lt;img src="header image url" alt="&lt;?php bloginfo('name'); ?&gt;" /&gt;
    &lt;/a&gt;
&lt;/div&gt;</pre>
<p><strong>4. Edit your stylesheet too</strong></p>
<p>Open style.css and find the section that refers to the header:</p>
<p><span style="color: #003366;"><strong>#header {</strong></span></p>
<p>Underneath, there is a line describing the colour of the header background:</p>
<p><span style="color: #003366;"><strong>background: #hexcode</strong></span> <em><br />
or</em><br />
<strong><span style="color: #003366;">background: colourname</span></strong></p>
<p>Replace that line with this:</p>
<p><span style="color: #003366;"><strong>background: url(your header image url) no-repeat;</strong></span></p>
<p>Save style.css.</p>
<p>And now you should have a clickable header image on your blog.  <em>Tada!</em></p>
<p><em><strong>Problems still? </strong> If you&#8217;re having any trouble doing this, <a href="mailto:janeblogs@janeblogs.net">you can always email me</a> or check out <a href="http://codex.wordpress.org/Designing_Headers" target="_blank">this page</a> on the wordpress site.<br />
</em></p>
]]></content:encoded>
			<wfw:commentRss>http://janeblogs.net/blogging/how-to-turn-your-wordpress-header-image-into-a-link/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

