<?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>richl.com &#187; theme</title>
	<atom:link href="http://richl.com/tag/theme/feed/" rel="self" type="application/rss+xml" />
	<link>http://richl.com</link>
	<description>computing, wifi, drumming, gaming, ranting...a non-profit blog.</description>
	<lastBuildDate>Tue, 16 Mar 2010 20:25:09 +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>Offsetting posts with the Arras theme</title>
		<link>http://richl.com/2009/09/10/offsetting-posts-with-the-arras-theme/</link>
		<comments>http://richl.com/2009/09/10/offsetting-posts-with-the-arras-theme/#comments</comments>
		<pubDate>Thu, 10 Sep 2009 21:45:49 +0000</pubDate>
		<dc:creator>Rich</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[theme]]></category>

		<guid isPermaLink="false">http://richl.com/?p=259</guid>
		<description><![CDATA[The Arras theme for WordPress is fantastic, i have only been using it for a day and am very impressed. One common thing i found people needing is the ability to offset posts so they can add as many as they want and have them...


Related posts:<ol><li><a href='http://richl.com/2008/09/16/more-from-this-category-using-wordpress/' rel='bookmark' title='Permanent Link: More from this category using WordPress'>More from this category using WordPress</a></li>
<li><a href='http://richl.com/2008/02/22/looking-for-the-glossyblack-theme/' rel='bookmark' title='Permanent Link: Looking for the GlossyBlack theme?'>Looking for the GlossyBlack theme?</a></li>
<li><a href='http://richl.com/2008/07/08/add-thumbnail-path-to-wp25-uploader/' rel='bookmark' title='Permanent Link: Thumbnail path for WordPress 2.6'>Thumbnail path for WordPress 2.6</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>The Arras theme for WordPress is fantastic, i have only been using it for a day and am very impressed. One common thing i found people needing is the ability to offset posts so they can add as many as they want and have them display properly (not more than once) in the &#8220;Featured Articles&#8221; and &#8220;More News&#8221; sections. I have had a tweak around, and here is the easiest way i have found to do it:</p>
<p>Open up &#8220;home.php&#8221; in the root of the themes folder.</p>
<p>Find the following line:<br />
<code>elseif ($featured2_cat == '0') 	$query2 = 'showposts=' . arras_get_option('featured2_count')</code></p>
<p>And change it to:<br />
<code>elseif ($featured2_cat == '0') 	$query2 = 'showposts=' . arras_get_option('featured2_count') . '&#038;offset=4';</code></p>
<p>This will offset the &#8220;Featured Articles #2&#8243; section by 4 posts. For me this is perfect because i have four posts in the first &#8220;Featured Articles&#8221; section.</p>
<p>To then do the &#8220;Older News&#8221; (or whatever it is called) section, find the following line:</p>
<p><code>	'showposts' => ( (arras_get_option('index_count') == 0 ? get_option('posts_per_page') : arras_get_option('index_count')) )<br />
);</code></p>
<p>And change it to:</p>
<p><code>	'showposts' => ( (arras_get_option('index_count') == 0 ? get_option('posts_per_page') : arras_get_option('index_count')) )<br />
)  . '&#038;offset=13';</code></p>
<p>This will offset the news by 13 posts, because i have 4 &#8220;Featured Articles #1&#8243; and 9 &#8220;Featured Articles #2&#8243; which means in total i need to skip 13 posts.</p>
<p>Hope this helps people!</p>


<p>Related posts:<ol><li><a href='http://richl.com/2008/09/16/more-from-this-category-using-wordpress/' rel='bookmark' title='Permanent Link: More from this category using WordPress'>More from this category using WordPress</a></li>
<li><a href='http://richl.com/2008/02/22/looking-for-the-glossyblack-theme/' rel='bookmark' title='Permanent Link: Looking for the GlossyBlack theme?'>Looking for the GlossyBlack theme?</a></li>
<li><a href='http://richl.com/2008/07/08/add-thumbnail-path-to-wp25-uploader/' rel='bookmark' title='Permanent Link: Thumbnail path for WordPress 2.6'>Thumbnail path for WordPress 2.6</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://richl.com/2009/09/10/offsetting-posts-with-the-arras-theme/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Looking for the GlossyBlack theme?</title>
		<link>http://richl.com/2008/02/22/looking-for-the-glossyblack-theme/</link>
		<comments>http://richl.com/2008/02/22/looking-for-the-glossyblack-theme/#comments</comments>
		<pubDate>Thu, 21 Feb 2008 23:14:02 +0000</pubDate>
		<dc:creator>Rich</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Slideshow]]></category>
		<category><![CDATA[glossyblack]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://richl.com/2008/02/22/looking-for-the-glossyblack-theme/</guid>
		<description><![CDATA[For those that are looking to download the GlossyBlack theme for WordPress it now has its own little page here. The theme is fully CSS and XHTML compliant and is based on the hugely popular GlossyBlue theme, i have re-tweaked each icon and every colour...


Related posts:<ol><li><a href='http://richl.com/2009/09/10/offsetting-posts-with-the-arras-theme/' rel='bookmark' title='Permanent Link: Offsetting posts with the Arras theme'>Offsetting posts with the Arras theme</a></li>
<li><a href='http://richl.com/2008/02/10/new-site-design-for-the-new-year/' rel='bookmark' title='Permanent Link: New site design for the new year'>New site design for the new year</a></li>
<li><a href='http://richl.com/2007/04/28/second-quarterly-update-april-2007/' rel='bookmark' title='Permanent Link: Second quarterly update &#8211; April 2007'>Second quarterly update &#8211; April 2007</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-thumbnail wp-image-80" title="glossyblack1" src="http://richl.com/wp-content/uploads/2008/05/glossyblack1-60x60.png" alt="" width="60" height="60" />For those that are looking to download the GlossyBlack theme for WordPress it now has its own little page <a href="http://richl.com/computing/wordpress-themes/">here</a>. The theme is fully CSS and XHTML compliant and is based on the hugely popular GlossyBlue theme, i have re-tweaked each icon and every colour scheme to bring new life to the theme whilst making little performance enhancements on the way such as smaller image and template file sizes.</p>
<blockquote><p>This theme is freaking awesome. It&#8217;s people like this that really make the world worth living in. Truly incredibly, this guy needs to win the lottery for the pure amount of pleasure he is giving others</p>
<p>-Anon</p></blockquote>


<p>Related posts:<ol><li><a href='http://richl.com/2009/09/10/offsetting-posts-with-the-arras-theme/' rel='bookmark' title='Permanent Link: Offsetting posts with the Arras theme'>Offsetting posts with the Arras theme</a></li>
<li><a href='http://richl.com/2008/02/10/new-site-design-for-the-new-year/' rel='bookmark' title='Permanent Link: New site design for the new year'>New site design for the new year</a></li>
<li><a href='http://richl.com/2007/04/28/second-quarterly-update-april-2007/' rel='bookmark' title='Permanent Link: Second quarterly update &#8211; April 2007'>Second quarterly update &#8211; April 2007</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://richl.com/2008/02/22/looking-for-the-glossyblack-theme/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>New site design for the new year</title>
		<link>http://richl.com/2008/02/10/new-site-design-for-the-new-year/</link>
		<comments>http://richl.com/2008/02/10/new-site-design-for-the-new-year/#comments</comments>
		<pubDate>Sun, 10 Feb 2008 10:44:28 +0000</pubDate>
		<dc:creator>Rich</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[theme]]></category>

		<guid isPermaLink="false">http://richl.com/2008/02/10/new-site-design-for-the-new-year/</guid>
		<description><![CDATA[Its another new year, and i thought i&#8217;d start it (slightly late) with a new design for richl.com. This is a design originally from N.Design Studio&#8217;s (credits in footer) that i have modified pretty heavily to include tagging and sub-navigation menu&#8217;s for child pages, as well...


Related posts:<ol><li><a href='http://richl.com/2008/02/22/looking-for-the-glossyblack-theme/' rel='bookmark' title='Permanent Link: Looking for the GlossyBlack theme?'>Looking for the GlossyBlack theme?</a></li>
<li><a href='http://richl.com/2008/09/16/more-from-this-category-using-wordpress/' rel='bookmark' title='Permanent Link: More from this category using WordPress'>More from this category using WordPress</a></li>
<li><a href='http://richl.com/2008/04/04/mighty-boosh-live-08/' rel='bookmark' title='Permanent Link: Mighty Boosh &#8211; Live &#8217;08'>Mighty Boosh &#8211; Live &#8217;08</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Its another new year, and i thought i&#8217;d start it (slightly late) with a new design for richl.com. This is a design originally from N.Design Studio&#8217;s (credits in footer) that i have modified pretty heavily to include tagging and sub-navigation menu&#8217;s for child pages, as well as re-doing every icon/image to suit the dark black/grey theme. It took a little while to do but im quite pleased with the results, if you have any comments or suggestions feel free to leave a comment as usual!</p>
<p>If your interested in using the design for your own site, i&#8217;ll be packaging it and putting it on the WordPress Themes site at some point when i&#8217;ve tweaked it to buggery!</p>


<p>Related posts:<ol><li><a href='http://richl.com/2008/02/22/looking-for-the-glossyblack-theme/' rel='bookmark' title='Permanent Link: Looking for the GlossyBlack theme?'>Looking for the GlossyBlack theme?</a></li>
<li><a href='http://richl.com/2008/09/16/more-from-this-category-using-wordpress/' rel='bookmark' title='Permanent Link: More from this category using WordPress'>More from this category using WordPress</a></li>
<li><a href='http://richl.com/2008/04/04/mighty-boosh-live-08/' rel='bookmark' title='Permanent Link: Mighty Boosh &#8211; Live &#8217;08'>Mighty Boosh &#8211; Live &#8217;08</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://richl.com/2008/02/10/new-site-design-for-the-new-year/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
