<?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>Spunky Jones WordPress Themes</title>
	<atom:link href="http://wpthemes.spunkyjones.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://wpthemes.spunkyjones.com</link>
	<description>Free Sponsored Themes for the WordPress Blogger</description>
	<lastBuildDate>Sat, 05 Nov 2011 03:52:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Neutral Blue WordPress Theme</title>
		<link>http://wpthemes.spunkyjones.com/download-wp-themes/neutral-blue-wordpress-theme/</link>
		<comments>http://wpthemes.spunkyjones.com/download-wp-themes/neutral-blue-wordpress-theme/#comments</comments>
		<pubDate>Sun, 22 Aug 2010 02:30:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Download WordPress Themes]]></category>
		<category><![CDATA[WordPress Themes]]></category>
		<category><![CDATA[WP Themes]]></category>
		<guid isPermaLink="false">http://wpthemes.spunkyjones.com/?p=171</guid>
		<description><![CDATA[Neutral Blue is a free WordPress theme released by the Spunky Jones Blog which features a clean and elegant look. The design is based on a three column layout which can be changed to a two column layout using instructions provided by us. Another feature of this WP theme is it's support for a multilevel [...]
Related posts:<ol><li><a href='http://wpthemes.spunkyjones.com/download-wp-themes/golden-harvest-wordpress-theme/' rel='bookmark' title='Golden Harvest WordPress Theme'>Golden Harvest WordPress Theme</a> <small>Golden Harvest Classic is a free WordPress theme which has...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Neutral Blue is a free <strong>WordPress theme</strong> released by the Spunky Jones Blog which features a clean and elegant look. The design is based on a three column layout which can be changed to a two column layout using instructions provided by us. Another feature of this WP theme is it's support for a multilevel dropdown menu.<span id="more-171"></span> The dropdown menu supports an unlimited depth of items which means you can have a Parent, Child, Grand Child, Great Grand Child, Great-Great Grand Child etc. The theme also supports the WP Page Navi plugin. If that plugin is installed, it will be used for pagination instead of the default paging system that is provided by WordPress. The theme is compatible with WordPress 2.7, 2.8, 2.9 and 3.0.</p>
<p><span style="color: #3366ff;">The instructions to convert the sidebars from two column to a single column are as follows:</span></p>
<p>1. Edit file functions.php and find:</p>
<p>if(function_exists('register_sidebar')) {<br />
register_sidebar(<br />
array(<br />
'name' =&gt; 'Left Sidebar',<br />
'before_title' =&gt; '&lt;div&gt;',<br />
'after_title' =&gt; '&lt;/div&gt;',<br />
)<br />
);<br />
register_sidebar(<br />
array(<br />
'name' =&gt; 'Right Sidebar',<br />
'before_title' =&gt; '&lt;div&gt;',<br />
'after_title' =&gt; '&lt;/div&gt;',<br />
)<br />
);<br />
}</p>
<p>and replace it with:</p>
<p>if(function_exists('register_sidebar')) {<br />
register_sidebar(<br />
array(<br />
'before_title' =&gt; '&lt;div&gt;',<br />
'after_title' =&gt; '&lt;/div&gt;',<br />
)<br />
);<br />
}</p>
<p>2. Edit file sidebar.php and find:</p>
<p>&lt;li&gt;&lt;ul&gt;&lt;?php if(function_exists('dynamic_sidebar')) dynamic_sidebar('Left Sidebar'); ?&gt;&lt;/ul&gt;&lt;/li&gt;<br />
&lt;li&gt;&lt;ul&gt;&lt;?php if(function_exists('dynamic_sidebar')) dynamic_sidebar('Right Sidebar'); ?&gt;&lt;/ul&gt;&lt;/li&gt;</p>
<p>and replace it with:</p>
<p>&lt;li&gt;&lt;ul&gt;&lt;?php if(function_exists('dynamic_sidebar')) dynamic_sidebar(); ?&gt;&lt;/ul&gt;&lt;/li&gt;</p>
<p>3. Edit file style.css and find:</p>
<p>#content {<br />
float: left;<br />
margin: 0 20px 0 0;<br />
width: 545px;<br />
}</p>
<p>replace it with:</p>
<p>#content {<br />
float: left;<br />
margin: 0 15px 0 0;<br />
width: 635px;<br />
}</p>
<p>find:</p>
<p>#sidebar {<br />
float: left;<br />
margin: 0; padding: 0;<br />
list-style-type: none;<br />
width: 420px;<br />
background: 205px top repeat-y url(images/bcksidebar.png);<br />
}</p>
<p>replace it with:</p>
<p>#sidebar {<br />
float: left;<br />
margin: 0; padding: 0 0 0 15px;<br />
list-style-type: none;<br />
width: 320px;<br />
background: repeat-y url(images/bcksidebar.png);<br />
}</p>
<p>find:</p>
<p>#sidebar li {<br />
float: left;<br />
padding: 0 10px 0 0;<br />
width: 200px;<br />
font-size: 12px;<br />
}</p>
<p>replace it with:</p>
<p>#sidebar li {<br />
float: left;<br />
padding: 0 10px 0 0;<br />
width: 310px;<br />
font-size: 12px;<br />
}</p>
<p><span style="color: #3366ff;">Changing the background image:<br />
</span></p>
<p>If you want to change the background image, you would just need to replace the file images/bck.png with the repeatable/tileable image of your choice. Optionally you might also want to edit the following line in style.css:</p>
<p>background: #193441 url(images/bck.png);</p>
<p>#193441 is the code of the background color currently being used currently. If for some reason the background image fails to load, this would be color that would be displayed in the background of the browser. It acts as a fail-safe mechanism.</p>
<p><span style="color: #3366ff;">Instructions to add a image logo:</span></p>
<p>Edit file header.php and find:</p>
<p>&lt;a href="&lt;?php echo get_option('home'); ?&gt;/"&gt;&lt;?php bloginfo('name'); ?&gt;&lt;/a&gt; &amp;#8212; &lt;span&gt;&lt;?php bloginfo('description'); ?&gt;&lt;/span&gt;</p>
<p>with:</p>
<p>&lt;a href="&lt;?php echo get_option('home'); ?&gt;/"&gt;&lt;img src="&lt;?php bloginfo('template_url'); ?&gt;/images/logo.png" alt="&lt;?php bloginfo('name'); ?&gt;" /&gt;&lt;/a&gt;</p>
<p>logo.png is the filename of the logo and it needs to be placed under the /images/ folder. The maximum dimension of the image can be 700x30 pixels</p>
<p><span style="color: #3366ff;">Changing the themes top padding:</span><br />
Edit file style.css and find:</p>
<p>body {<br />
margin: 0; padding: 15px 0;<br />
background: #193441 url(images/bck.png);<br />
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 13px;<br />
color: #111;<br />
}</p>
<p>Replace 15px with the desired padding you like.</p>
<p>Download: <a title="Neutral Blue WordPress Theme" href="http://wpthemes.spunkyjones.com/wordpress-themes-downloads/NeutralBlue.zip" target="_self">Neutral Blue WordPress Theme</a></p>
<p>Spunky Jones.</p>
<p>Related posts:<ol><li><a href='http://wpthemes.spunkyjones.com/download-wp-themes/golden-harvest-wordpress-theme/' rel='bookmark' title='Golden Harvest WordPress Theme'>Golden Harvest WordPress Theme</a> <small>Golden Harvest Classic is a free WordPress theme which has...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://wpthemes.spunkyjones.com/download-wp-themes/neutral-blue-wordpress-theme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Golden Harvest WordPress Theme</title>
		<link>http://wpthemes.spunkyjones.com/download-wp-themes/golden-harvest-wordpress-theme/</link>
		<comments>http://wpthemes.spunkyjones.com/download-wp-themes/golden-harvest-wordpress-theme/#comments</comments>
		<pubDate>Tue, 08 Jun 2010 06:41:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Download WordPress Themes]]></category>
		<category><![CDATA[WordPress Themes]]></category>
		<category><![CDATA[WP Themes]]></category>
		<guid isPermaLink="false">http://wpthemes.spunkyjones.com/?p=24</guid>
		<description><![CDATA[Golden Harvest Classic is a free WordPress theme which has been designed and developed by the Spunky Jones Blog. The theme has been developed taking into consideration various standards and every possible measure has been taken to ensure that the code used is very clean, efficient and optimized for better performance and indexing. Themes that [...]
Related posts:<ol><li><a href='http://wpthemes.spunkyjones.com/download-wp-themes/neutral-blue-wordpress-theme/' rel='bookmark' title='Neutral Blue WordPress Theme'>Neutral Blue WordPress Theme</a> <small>Neutral Blue is a free WordPress theme released by the...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Golden Harvest Classic is a free WordPress theme which has been designed and developed by the Spunky Jones Blog. The theme has been developed taking into consideration various standards and every possible measure has been taken to ensure that the code used is very clean, efficient and optimized for better performance and indexing.<span id="more-24"></span> Themes that are released by the Spunky Jones Blog emphasize on gaining the look desired using the least amount of XHTML and CSS. After all, the art isn't just in a design but even in the code that renders it. The theme guarantees maximum cross browser compatibility and has been tested in IE 6, IE 7, FireFox, Opera, Sarafi and Chrome. It's compatible with WordPress versions 2.7 to 3.0.</p>
<p><span style="color: #3366ff;">Additional notes:</span><br />
Provisions for Adsense or any other 468x60 code are located in the header section of this WP theme. For further information, read the "readme.txt" file that is included with this theme.</p>
<p><a href="http://wpthemes.spunkyjones.com/wp-content/uploads/2010/06/golden-harvest-classic-wordpress-theme.png"><img class="alignnone size-full wp-image-101" title="Golden Harvest Classic WordPress Theme" src="http://wpthemes.spunkyjones.com/wp-content/uploads/2010/06/golden-harvest-classic-wordpress-theme.png" alt="WordPress Themes" width="450" height="396" /></a></p>
<p><span style="color: #3366ff;">Download: <span style="color: #000000;"><a title="Download Golden Harvest Classic Theme for WordPress" href="http://wpthemes.spunkyjones.com/wordpress-themes-downloads/GoldenHarvestClassic.zip" target="_self">Golden Harvest Classic</a></span><br />
</span></p>
<p>Spunky Jones.</p>
<p>Related posts:<ol><li><a href='http://wpthemes.spunkyjones.com/download-wp-themes/neutral-blue-wordpress-theme/' rel='bookmark' title='Neutral Blue WordPress Theme'>Neutral Blue WordPress Theme</a> <small>Neutral Blue is a free WordPress theme released by the...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://wpthemes.spunkyjones.com/download-wp-themes/golden-harvest-wordpress-theme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

