<?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/"
	>

<channel>
	<title>Bible Scholar Theme</title>
	<atom:link href="http://egracecreative.com/bible-scholar/feed/" rel="self" type="application/rss+xml" />
	<link>http://egracecreative.com/bible-scholar</link>
	<description>a lean, clean, and green wordpress theme</description>
	<pubDate>Mon, 06 Oct 2008 20:55:21 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Changing the Header Image</title>
		<link>http://egracecreative.com/bible-scholar/2008/10/06/changing-the-header-image/</link>
		<comments>http://egracecreative.com/bible-scholar/2008/10/06/changing-the-header-image/#comments</comments>
		<pubDate>Mon, 06 Oct 2008 20:55:21 +0000</pubDate>
		<dc:creator>Brandon</dc:creator>
		
		<category><![CDATA[Theme Help]]></category>

		<category><![CDATA[banner]]></category>

		<category><![CDATA[css]]></category>

		<category><![CDATA[header]]></category>

		<category><![CDATA[header image]]></category>

		<category><![CDATA[help]]></category>

		<category><![CDATA[Images]]></category>

		<category><![CDATA[theme editing]]></category>

		<category><![CDATA[wordpress theme]]></category>

		<guid isPermaLink="false">http://egracecreative.com/bible-scholar/?p=39</guid>
		<description><![CDATA[There are three options for changing the header image&#8230;
1. Create a graphic at least 960 pixels wide and 140 pixels high, name it header-bg.jpg and upload it to the /images folder of the theme and it will replace the green background.
2. Upload an image at least 960 x 140 and in the stylesheet (style.css), find [...]]]></description>
			<content:encoded><![CDATA[<p>There are three options for changing the header image&#8230;</p>
<p>1. Create a graphic at least 960 pixels wide and 140 pixels high, name it header-bg.jpg and upload it to the /images folder of the theme and it will replace the green background.</p>
<p>2. Upload an image at least 960 x 140 and in the stylesheet (style.css), find the line that begins with #header and you&#8217;ll see the line background: url(images/header-bg.jpg);. Change the file name or include an exact url.</p>
<p>3. To make the entire header a clickable graphic&#8230; in the file header.php, locate the section marked with</p>
<p>&lt;div id=&#8221;header&#8221;&gt;</p>
<p>and ending with</p>
<p>&lt;/div&gt;</p>
<p>Leave those alone, but delete everything in between them and then insert this code&#8230;</p>
<p>&lt;a href=&#8221;&lt;?php bloginfo(&#8217;url&#8217;); ?&gt;&#8221; id=&#8221;title&#8221;&gt;&lt;img src=&#8221;http://www.yourdomain.com/pathtoyourimage.jpg&#8221; alt=&#8221;&lt;?php bloginfo(&#8217;name&#8217;); ?&gt;: &lt;?php bloginfo(&#8217;description&#8217;); ?&gt;&#8221; title=&#8221;&lt;?php bloginfo(&#8217;name&#8217;); ?&gt; Home&#8221; /&gt;&lt;/a&gt;</p>
<p>Make sure your image is exactly 960 x 140.</p>
<p>Is it taller or shorter? Then back in the style.css file, find #header and adjust the height: 140px; to the number of pixels high. I&#8217;d highly recommend the 960 wide image though, to save a whole lot of trouble.</p>
]]></content:encoded>
			<wfw:commentRss>http://egracecreative.com/bible-scholar/2008/10/06/changing-the-header-image/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Check the single.php in version 1.3 and prior&#8230;</title>
		<link>http://egracecreative.com/bible-scholar/2008/09/21/check-the-singlephp-in-version-13-and-prior/</link>
		<comments>http://egracecreative.com/bible-scholar/2008/09/21/check-the-singlephp-in-version-13-and-prior/#comments</comments>
		<pubDate>Sun, 21 Sep 2008 00:10:10 +0000</pubDate>
		<dc:creator>Brandon</dc:creator>
		
		<category><![CDATA[Theme Help]]></category>

		<guid isPermaLink="false">http://egracecreative.com/bible-scholar/?p=29</guid>
		<description><![CDATA[I inadvertently left in my feedburner javascript from my blog in the single.php file just below the postmeta section. Please remove this. It should have no effect on your site, but is wreaking havoc on my feedburner stats as it&#8217;s registering tons of hits on sites I don&#8217;t own. I apologize for any inconvenience and [...]]]></description>
			<content:encoded><![CDATA[<p>I inadvertently left in my feedburner javascript from my blog in the single.php file just below the postmeta section. Please remove this. It should have no effect on your site, but is wreaking havoc on my feedburner stats as it&#8217;s registering tons of hits on sites I don&#8217;t own. I apologize for any inconvenience and I&#8217;ve sent version 1.4 to the WordPress themes directory which eliminates this problem.</p>
]]></content:encoded>
			<wfw:commentRss>http://egracecreative.com/bible-scholar/2008/09/21/check-the-singlephp-in-version-13-and-prior/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Images and Captions</title>
		<link>http://egracecreative.com/bible-scholar/2008/09/06/images-and-captions/</link>
		<comments>http://egracecreative.com/bible-scholar/2008/09/06/images-and-captions/#comments</comments>
		<pubDate>Sat, 06 Sep 2008 13:59:25 +0000</pubDate>
		<dc:creator>Brandon</dc:creator>
		
		<category><![CDATA[Images]]></category>

		<guid isPermaLink="false">http://egracecreative.com/bible-scholar/?p=15</guid>
		<description><![CDATA[Yes, it&#8217;s an acorn.
This is a post that contains some images for your viewing pleasure, so that you know how they are treated by this theme. Here at the top is one medium-sized image aligned (floated) to the right, with a caption underneath.
What follows are some thumbnails aligned to the left, then a single image [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_27" class="wp-caption alignright" style="width: 220px"><img src="http://egracecreative.com/bible-scholar/wp-content/uploads/296361829_c1ee4371ac_b2-210x168.jpg" alt="Yes, It\&#039;s An Acorn" title="Yes, It\&#039;s An Acorn" width="210" height="168" class="size-medium wp-image-27" /><p class="wp-caption-text">Yes, It's An Acorn</p></div>
<p>Yes, it&#8217;s an acorn.</p>
<p>This is a post that contains some images for your viewing pleasure, so that you know how they are treated by this theme. Here at the top is one medium-sized image aligned (floated) to the right, with a caption underneath.</p>
<p>What follows are some thumbnails aligned to the left, then a single image centered.</p>
<div id="attachment_23" class="wp-caption alignleft" style="width: 110px"><img class="size-thumbnail wp-image-23" title="Yes, it's an acorn." src="http://egracecreative.com/bible-scholar/wp-content/uploads/296361829_c1ee4371ac_b1-100x80.jpg" alt="Yes, it's an acorn." width="100" height="80" /><p class="wp-caption-text">Yes, it&#39;s an acorn.</p></div>
<div id="attachment_23" class="wp-caption alignleft" style="width: 110px"><img class="size-thumbnail wp-image-23" title="Yes, it's an acorn." src="http://egracecreative.com/bible-scholar/wp-content/uploads/296361829_c1ee4371ac_b1-100x80.jpg" alt="Yes, it's an acorn." width="100" height="80" /><p class="wp-caption-text">Yes, it&#39;s an acorn.</p></div>
<div id="attachment_23" class="wp-caption aligncenter" style="width: 220px"><img src="http://egracecreative.com/bible-scholar/wp-content/uploads/296361829_c1ee4371ac_b1-210x168.jpg" alt="Yes, it\&#039;s an acorn." title="Yes, it\&#039;s an acorn." width="210" height="168" class="size-medium wp-image-23" /><p class="wp-caption-text">Yes, it's an acorn.</p></div>
]]></content:encoded>
			<wfw:commentRss>http://egracecreative.com/bible-scholar/2008/09/06/images-and-captions/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Set Up a Blogroll Page Without a Plugin</title>
		<link>http://egracecreative.com/bible-scholar/2008/09/06/set-up-a-blogroll-page-without-a-plugin/</link>
		<comments>http://egracecreative.com/bible-scholar/2008/09/06/set-up-a-blogroll-page-without-a-plugin/#comments</comments>
		<pubDate>Sat, 06 Sep 2008 13:41:05 +0000</pubDate>
		<dc:creator>Brandon</dc:creator>
		
		<category><![CDATA[Theme Help]]></category>

		<category><![CDATA[Blogroll]]></category>

		<category><![CDATA[links]]></category>

		<guid isPermaLink="false">http://egracecreative.com/bible-scholar/?p=9</guid>
		<description><![CDATA[I&#8217;ve included a file called links-page.php. Create a new page and call it whatever you&#8217;d like and set the slug to whatever you like, but don&#8217;t worry about the content (nothing in the editor will show up anyways). Just scroll down and select the page template called &#8220;Links.&#8221; I&#8217;ve created an example that you can [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve included a file called links-page.php. Create a new page and call it whatever you&#8217;d like and set the slug to whatever you like, but don&#8217;t worry about the content (nothing in the editor will show up anyways). Just scroll down and select the page template called &#8220;Links.&#8221; I&#8217;ve created an example that you can see listed in the top navigation. This enables you to use the blogroll functionality without the seo-hindering aspect of having site-wide links.</p>
]]></content:encoded>
			<wfw:commentRss>http://egracecreative.com/bible-scholar/2008/09/06/set-up-a-blogroll-page-without-a-plugin/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Ad Spots</title>
		<link>http://egracecreative.com/bible-scholar/2008/09/06/ad-spots/</link>
		<comments>http://egracecreative.com/bible-scholar/2008/09/06/ad-spots/#comments</comments>
		<pubDate>Sat, 06 Sep 2008 12:59:12 +0000</pubDate>
		<dc:creator>Brandon</dc:creator>
		
		<category><![CDATA[Theme Help]]></category>

		<category><![CDATA[ads]]></category>

		<category><![CDATA[sidebars]]></category>

		<guid isPermaLink="false">http://egracecreative.com/bible-scholar/?p=7</guid>
		<description><![CDATA[Note that the ad images above are positioned using negative margins, which is not supported in old and busted browers like that sorry IE 6.0, but I didn&#8217;t worry with a hack. If you want them all on one line in older browsers, you&#8217;ll need to do some tweaking. Most users will just delete the [...]]]></description>
			<content:encoded><![CDATA[<p>Note that the ad images above are positioned using negative margins, which is not supported in old and busted browers like that sorry IE 6.0, but I didn&#8217;t worry with a hack. If you want them all on one line in older browsers, you&#8217;ll need to do some tweaking. Most users will just delete the ads anyways. To do that, open sidebar.php and delete everything you see below&#8230;</p>
<pre id="line193">&lt;<span class="start-tag">div</span><span class="attribute-name"> class</span>=<span class="attribute-value">"ad-blocks"</span>&gt;
&lt;<span class="start-tag">img</span><span class="attribute-name"> src</span>=<span class="attribute-value">"http://egracecreative.com/bible-scholar/wp-content/themes/bible-scholar/images/125-ad.png" </span><span class="error"><span class="attribute-name">/</span></span>&gt;
&lt;<span class="start-tag">img</span><span class="attribute-name"> src</span>=<span class="attribute-value">"http://egracecreative.com/bible-scholar/wp-content/themes/bible-scholar/images/125-ad.png" </span><span class="error"><span class="attribute-name">/</span></span>&gt;
&lt;<span class="start-tag">img</span><span class="attribute-name"> src</span>=<span class="attribute-value">"http://egracecreative.com/bible-scholar/wp-content/themes/bible-scholar/images/125-ad.png" </span><span class="error"><span class="attribute-name">/</span></span>&gt;
&lt;/<span class="end-tag">div</span>&gt;</pre>
<p>They will magically disappear and your 2 sidebars will rise to the top. Or, if you are ready to insert your own code, leave the</p>
<pre id="line193">&lt;<span class="start-tag">div</span><span class="attribute-name"> class</span>=<span class="attribute-value">"ad-blocks"</span>&gt;</pre>
<div class="ad-blocks">
<p>and the</p>
<pre id="line193">&lt;/<span class="end-tag">div</span>&gt;</pre>
<p>and put your script in between them.</p></div>
]]></content:encoded>
			<wfw:commentRss>http://egracecreative.com/bible-scholar/2008/09/06/ad-spots/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Yoast Breadcrumbs</title>
		<link>http://egracecreative.com/bible-scholar/2008/09/06/yoast-breadcrumbs/</link>
		<comments>http://egracecreative.com/bible-scholar/2008/09/06/yoast-breadcrumbs/#comments</comments>
		<pubDate>Sat, 06 Sep 2008 12:26:06 +0000</pubDate>
		<dc:creator>Brandon</dc:creator>
		
		<category><![CDATA[Theme Help]]></category>

		<category><![CDATA[breadcrumbs]]></category>

		<category><![CDATA[search engine optimization]]></category>

		<guid isPermaLink="false">http://egracecreative.com/bible-scholar/?p=5</guid>
		<description><![CDATA[This site features Yoast&#8217;s breadcrumbs just below the header image which you&#8217;ll need to download from his site, unzip and upload to your plugins directory, then activate. Breadcrumbs are a great way to help people navigate your site, and they may help search engine crawlers move around your site as well.
]]></description>
			<content:encoded><![CDATA[<p>This site features <a href="http://yoast.com/wordpress/breadcrumbs/" target="_blank">Yoast&#8217;s breadcrumbs</a> just below the header image which you&#8217;ll need to download from his site, unzip and upload to your plugins directory, then activate. Breadcrumbs are a great way to help people navigate your site, and they may help search engine crawlers move around your site as well.</p>
]]></content:encoded>
			<wfw:commentRss>http://egracecreative.com/bible-scholar/2008/09/06/yoast-breadcrumbs/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Attention Grabbing More Line</title>
		<link>http://egracecreative.com/bible-scholar/2008/09/06/attention-grabbing-more-line/</link>
		<comments>http://egracecreative.com/bible-scholar/2008/09/06/attention-grabbing-more-line/#comments</comments>
		<pubDate>Sat, 06 Sep 2008 12:23:15 +0000</pubDate>
		<dc:creator>Brandon</dc:creator>
		
		<category><![CDATA[Theme Help]]></category>

		<category><![CDATA[more line]]></category>

		<category><![CDATA[wordpress themes]]></category>

		<guid isPermaLink="false">http://egracecreative.com/bible-scholar/?p=3</guid>
		<description><![CDATA[Although you can change it in the theme files, I&#8217;ve pre-configured the &#8220;read more&#8221; line to be a bit more attention grabbing&#8230;

see what I mean?
]]></description>
			<content:encoded><![CDATA[<p>Although you can change it in the theme files, I&#8217;ve pre-configured the &#8220;read more&#8221; line to be a bit more attention grabbing&#8230;</p>
<p><span id="more-3"></span></p>
<p>see what I mean?</p>
]]></content:encoded>
			<wfw:commentRss>http://egracecreative.com/bible-scholar/2008/09/06/attention-grabbing-more-line/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Hello world!</title>
		<link>http://egracecreative.com/bible-scholar/2008/09/06/hello-world/</link>
		<comments>http://egracecreative.com/bible-scholar/2008/09/06/hello-world/#comments</comments>
		<pubDate>Sat, 06 Sep 2008 10:55:31 +0000</pubDate>
		<dc:creator>Brandon</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://egracecreative.com/bible-scholar/?p=1</guid>
		<description><![CDATA[Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!
]]></description>
			<content:encoded><![CDATA[<p>Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!</p>
]]></content:encoded>
			<wfw:commentRss>http://egracecreative.com/bible-scholar/2008/09/06/hello-world/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
