

<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>Brenton Pierce</title>
	<link>http://www.piercedzine.com</link>
	<description>Website Developer</description>
	<lastBuildDate>Sun, 11 Jul 2010 05:22:55 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	

	<item>
		<title>Multiple Column Layouts WordPress 3.0</title>
		<description><![CDATA[Alright, so I am working on a project that requires me to set up multiple columns in WordPress, how do we go about doing this? In this article, I will show you a simple example that you can implement in your own template/theme. Lets use this code as an example. You are going to either [...]]]></description>
		<link>http://www.piercedzine.com/multiple-column-layouts-wordpress-3-0/</link>
			</item>
	<item>
		<title>Adding Thumbnails To Your Theme&#8217;s Posts</title>
		<description><![CDATA[Alright, wanted to jazz up the theme a little bit, so how do we go about getting our theme updated with a thumbnail. The simple way is we need to add the functionality to our theme. We do this by adding the following lines of code to our theme functions.php file. add_theme_support( 'post-thumbnails' ); set_post_thumbnail_size( [...]]]></description>
		<link>http://www.piercedzine.com/adding-thumbnails-to-your-themes-posts/</link>
			</item>
	<item>
		<title>Customizing the Admin Area of WordPress</title>
		<description><![CDATA[The Admin Area of WordPress is a whole other area that allows you to control what it is certain users have access to. You can remove the panels you don&#8217;t want, by adding the following to functions.php in your specific theme file set. Here are the names of the meta boxes on the dashboard: Main [...]]]></description>
		<link>http://www.piercedzine.com/customizing-the-admin-area-of-wordpress/</link>
			</item>
	<item>
		<title>Slider Gallery</title>
		<description><![CDATA[Here is a fun little example of a jQuery slider. The nice thing about this is you can style it exactly how you want it to custom fit any style or theme you have created. Here I have included direct links to flickr, I would think the next step would be to incorporate a feed [...]]]></description>
		<link>http://www.piercedzine.com/slider-gallery/</link>
			</item>
	<item>
		<title>HTML5 Video fix</title>
		<description><![CDATA[Lately we have run into issues with wave of HTML5 and video playback on iPod Touch/Phones and on the iPad. Now in order to really practice what we preach, we need to make our videos playable on these devices. I think that this is a good point to make, and there is quite a lot [...]]]></description>
		<link>http://www.piercedzine.com/html5-vimeo-fix/</link>
			</item>
</channel>
</rss>
