<?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>Cardeo &#187; Wordpress Themes</title>
	<atom:link href="http://www.cardeo.ca/category/wordpress-themes/feed" rel="self" type="application/rss+xml" />
	<link>http://www.cardeo.ca</link>
	<description>Ramblings on web design and social media</description>
	<lastBuildDate>Wed, 28 Jul 2010 05:29:51 +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>WordPress Theme Development Process</title>
		<link>http://www.cardeo.ca/2010/wordpress-theme-development-process</link>
		<comments>http://www.cardeo.ca/2010/wordpress-theme-development-process#comments</comments>
		<pubDate>Mon, 28 Jun 2010 06:57:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Wordpress Themes]]></category>
		<category><![CDATA[best-practices]]></category>
		<category><![CDATA[checklist]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[process]]></category>

		<guid isPermaLink="false">http://www.cardeo.ca/?p=3235</guid>
		<description><![CDATA[Recently I was developing a new WordPress theme and decided to document the process for my own reference. Upon completion, I thought it might be useful to share this process with other theme designers. Check out the bottom of the post for a further explanation of a few key points. Theme Process Checklist Creative brief [...]]]></description>
			<content:encoded><![CDATA[<p>Recently I was developing a new WordPress theme and decided to document the process for my own reference. Upon completion, I thought it might be useful to share this process with other theme designers. Check out the bottom of the post for a further explanation of a few key points.<br />
<span id="more-3235"></span></p>
<h4>Theme Process Checklist</h4>
<ol>
<li><a href="#sn-cb">Creative brief</a></li>
<li><a href="#sn-ia">Information architecture</a></li>
<li>Photoshop comps</li>
<li>Slice comp, saving images</li>
<li>Setup database on server</li>
<li><a href="#sn-xhtml">XHTML/CSS homepage template coding</a></li>
<li><a href="#sn-bt">Browser testing</a></li>
<li><a href="#sn-cut">Cut XHTML/CSS comp intp .php template files</a></li>
<li>Upload &amp; Install WordPress on server</li>
<li>Upload theme files to server</li>
<li>Install <a href="http://wordpress.org/extend/plugins/maintenance-mode/">Maintenance Mode</a> plugin and enable it</li>
<li><a href="#sn-settings">Tweak admin settings</li>
<li><a href="#sn-post-test">Import post formatting template file for testing</a></li>
<li><a href="#sn-plugins">Install and configure plugins</a></li>
<li>Test all theme template files</li>
<li>Install <a href="http://www.google.com/analytics/">Google Analytics</a> tracking code in footer.php</li>
<li>Browser testing</li>
<li>Run through WordPress theme and development cheat sheets and checklists, making any necessary changes</li>
<li>Browser testing</li>
<li>Disable maintenance mode plugin and take website live</li>
</ol>
<h4 id="sn-cb">Creative brief</h4>
<p>Having the client fill out a creative brief is critical in the design process. Many times, designers will jump into the job with only some of the details. Trust me, don&#8217;t do this. In the end, it&#8217;ll mean additional work when you have to go back and change things. In the near future, I&#8217;m planning on posting a creative brief template you can use for your projects. </p>
<h4 id="sn-ia">Information architecture</h4>
<p>Before you get to far into your project, make sure you create a wireframe and/or a sitemap for the entire theme. Show your client the sitemap and get them to sign off on it. This will save you a potential headache down the road. </p>
<h4 id="sn-xhtml">XHTML/CSS homepage template coding</h4>
<p>I&#8217;m not sure if other theme developers do this, but before I start doing any php template coding, I prefer to code the template in XHMTL. That way I can work out any CSS and/or layout bugs. Once my XHTML template is complete, I cut it up into the WordPress template files. </p>
<blockquote class="center"><p><a href="https://www.e-junkie.com/ecom/gb.php?ii=195647&#038;c=ib&#038;aff=38173&#038;cl=12635" target="ejejcsingle"><img src="http://www.cardeo.ca/wp-content/uploads/2008/09/WP_468x60.jpg" alt="" title="WP_468x60" width="468" height="60" class="alignnone size-full wp-image-2995" /></a></p></blockquote>
<h4 id="sn-bt">Browser testing</h4>
<p>I prefer to test in the following browsers, I would suggest you do the same. <strong>MAC:</strong> Safari, Chrome, Firefox, and Opera. <strong>PC:</strong> IE6-8, Safari, Firefox, Chrome, and Opera.</p>
<h4 id="sn-cut">Cut XHTML/CSS comp into .php template files</h4>
<p>Below is a list of template files I use when creating a theme. This is only a suggestion, you&#8217;re free to use whatever template files you prefer.</p>
<ol>
<li>404.php</li>
<li>acrhive.php</li>
<li>author.php</li>
<li>category.php</li>
<li>comments.php</li>
<li>css folder (for additional stylesheets like print.css)</li>
<li>footer.php</li>
<li>functions.php</li>
<li>header.php</li>
<li>images folder</li>
<li>index.php</li>
<li>loop.php</li>
<li>page.php</li>
<li>screenshot.png</li>
<li>search.php</li>
<li>searchform.php</li>
<li>sidebar.php</li>
<li>single.php</li>
</ol>
<blockquote class="center"><p><a href="http://www.woothemes.com/amember/go.php?r=30276&#038;i=b43"><img src="http://woothemes.com/ads/468x60b.jpg" border=0 alt="WooThemes - Quality Themes, Great Support" width=468 height=60></a></p></blockquote>
<h4 id="sn-settings">Tweak admin settings</h4>
<p>When you&#8217;re setting up a new blog, there are few admin settings you should tweak. First head over to <strong>Settings > General</strong> and fill in the fields. Next, head over to <strong>Settings > Writing</strong>. I like to increase the size of the post box to 30 lines for easier post writing. I&#8217;d also suggest setting a default post category. Third, go to <strong>Settings > Reading</strong> and set how many posts you would like to appear on your homepage. Finally head to <strong>Settings > Permalinks</strong> and choose a link structure for you blog. I personally prefer to use the Month and Name option. </p>
<h4 id="sn-post-test">Import post formatting template file for testing</h4>
<p><a href="http://wpcandy.com">WPCandy.com</a> has a great <a href="http://wpcandy.com/articles/easier-theme-development-with-the-sample-post-collection.html">sample WordPress content file</a> you can download for free. Once you download it, import the file into your blog and it will create a number of sample posts that show a number of post styles. Check out the above link for more info and to download the file.</p>
<h4 id="sn-plugins">Install and configure plugins</h4>
<p>At this point of the process, I recommend you install, configure and test all of your plugins. Below is a list of plugins I install on all my theme builds. Feel free to use them if you like:</p>
<ol>
<li>askimet (comes installed)</li>
<li><a href="http://wordpress.org/extend/plugins/all-in-one-seo-pack/">All in one SEO pack</a></li>
<li><a href="http://wordpress.org/extend/plugins/contact-form-7/">Contact Form 7</a></li>
<li><a href="http://wordpress.org/extend/plugins/google-sitemap-generator/">Google XML sitemaps</a></li>
<li><a href="http://wordpress.org/extend/plugins/wp-db-backup/">WordPress Database Backup</a></li>
</ol>
<p>If you have any questions about this process, feel free to post them below. Thanks for reading. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.cardeo.ca/2010/wordpress-theme-development-process/feed</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Free WordPress Theme: Mimbo</title>
		<link>http://www.cardeo.ca/2009/free-wordpress-theme-mimbo</link>
		<comments>http://www.cardeo.ca/2009/free-wordpress-theme-mimbo#comments</comments>
		<pubDate>Mon, 10 Aug 2009 01:44:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Wordpress Themes]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://cardeo.ca/?p=1865</guid>
		<description><![CDATA[Features: &#187; A script that pulls images automatically from the post body, then resizes them with TimThumb for the homepage &#187; Support for sticky posts, comment pagination, threaded comments, wp_logout_url, and the rest of the new features of WP 2.7 &#187; Featured categories – a custom control panel sets featured categories with a configurable number [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://cardeo.ca/wp-content/uploads/2009/08/3321929982_2aa55240d0-495x328.jpg" alt="mimbo" title="mimbo" width="495" height="328" class="alignnone size-medium wp-image-1866" /><br />
<span id="more-1865"></span><br />
<b>Features:</b><br />
&#187; A script that pulls images automatically from the post body, then resizes them with TimThumb for the homepage<br />
&#187; Support for sticky posts, comment pagination, threaded comments, wp_logout_url, and the rest of the new features of WP 2.7<br />
&#187; Featured categories – a custom control panel sets featured categories with a configurable number of headlines, which appear on the homepage<br />
&#187; 125×125 ad support via the WP125 plugin and its companion widget<br />
&#187; Multi-level dropdown menus<br />
&#187; Better custom archives – a custom template that displays posts by month, plus pagination<br />
&#187; Better author archives<br />
&#187; Gallery, inline image and caption styling – there are styles for all the various ways you’d insert an image in a post</p>
<p><a href="http://www.darrenhoyt.com/demo/wordpress/" target="_blank">&#187; View the Demo</a><br />
<a href="http://www.bestwpthemes.com/mimbo/" target="_blank">&#187; Download</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.cardeo.ca/2009/free-wordpress-theme-mimbo/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free minimal WordPress theme: Modicus</title>
		<link>http://www.cardeo.ca/2009/free-minimal-wordpress-theme-modicus</link>
		<comments>http://www.cardeo.ca/2009/free-minimal-wordpress-theme-modicus#comments</comments>
		<pubDate>Wed, 05 Aug 2009 19:01:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Wordpress Themes]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[Minimal]]></category>
		<category><![CDATA[modicus]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://cardeo.ca/?p=1855</guid>
		<description><![CDATA[Features: &#187; Minimalist: Very clean, spacious and easy to read. &#187; Lightweight, for speed. &#187; Ad-friendly: The columns are sized specifically to accept standard ad formats. &#187; Easy to install: You can install without plugins, though five plugins are recommended and included. &#187; Flexible: Includes an optional home page. &#187; View Screenshot &#187; Download]]></description>
			<content:encoded><![CDATA[<p><img src="http://cardeo.ca/wp-content/uploads/2009/07/modicus.png" alt="modicus" title="modicus" width="495" height="454" class="alignnone size-full wp-image-1856" /></p>
<p><b>Features:</b><br />
&#187; Minimalist: Very clean, spacious and easy to read.<br />
&#187; Lightweight, for speed.<br />
&#187; Ad-friendly: The columns are sized specifically to accept standard ad formats.<br />
&#187; Easy to install: You can install without plugins, though five plugins are recommended and included.<br />
&#187; Flexible: Includes an optional home page.<br />
<span id="more-1855"></span></p>
<p>&#187; <a href="http://www.upstartblogger.com/images/ubmodicus.png" target="_blank">View Screenshot</a><br />
&#187; <a href="http://www.upstartblogger.com/wordpress-theme-upstart-blogger-modicus" target="_blank">Download</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.cardeo.ca/2009/free-minimal-wordpress-theme-modicus/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Free WordPress Theme: iA Japan</title>
		<link>http://www.cardeo.ca/2009/free-wordpress-theme-ia-japan</link>
		<comments>http://www.cardeo.ca/2009/free-wordpress-theme-ia-japan#comments</comments>
		<pubDate>Fri, 31 Jul 2009 21:50:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Wordpress Themes]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[japan]]></category>
		<category><![CDATA[Minimal]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://cardeo.ca/?p=1851</guid>
		<description><![CDATA[Features: &#187; Professional design &#187; Easy to administrate &#187; Highly customizable &#187; Meets usability and readability standards &#187; Minimal layout &#187; Download]]></description>
			<content:encoded><![CDATA[<p><img src="http://cardeo.ca/wp-content/uploads/2009/07/iA_next_v8_overview0.gif" alt="iA_next_v8_overview0" title="iA_next_v8_overview0" width="435" height="274" class="alignnone size-full wp-image-1852" /></p>
<p><b>Features:</b><br />
&#187; Professional design<br />
&#187; Easy to administrate<br />
&#187; Highly customizable<br />
&#187; Meets usability and readability standards<br />
&#187; Minimal layout<br />
<span id="more-1851"></span><br />
&#187; <a href="http://informationarchitects.jp/the-ideal-website/" target="_blank">Download</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.cardeo.ca/2009/free-wordpress-theme-ia-japan/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free WordPress Theme: Neoclassical</title>
		<link>http://www.cardeo.ca/2009/free-wordpress-theme-neoclassical</link>
		<comments>http://www.cardeo.ca/2009/free-wordpress-theme-neoclassical#comments</comments>
		<pubDate>Wed, 10 Jun 2009 07:31:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Wordpress Themes]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[neoclassical]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://cardeo.ca/?p=1663</guid>
		<description><![CDATA[Features: &#187; Random loading header image &#187; Excellent typography &#187; 3 column layout &#187; View the Demo &#187; Download]]></description>
			<content:encoded><![CDATA[<p><img src="http://cardeo.ca/wp-content/uploads/2009/06/picture-5-494x411.png" alt="neoclassical" title="neoclassical" width="494" height="411" class="alignnone size-medium wp-image-1741" /><span id="more-1663"></span></p>
<p><b>Features:</b><br />
&#187; Random loading header image<br />
&#187; Excellent typography<br />
&#187; 3 column layout</p>
<p>&#187; <a href="http://pearsonified.com/theme/neoclassical/" target="_blank">View the Demo</a><br />
&#187; <a href="http://www.pearsonified.com/2007/11/neoclassical_theme_for_wordpress.php" target="_blank">Download</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.cardeo.ca/2009/free-wordpress-theme-neoclassical/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Free WordPress Theme: Phloggin</title>
		<link>http://www.cardeo.ca/2009/free-wordpress-theme-phloggin</link>
		<comments>http://www.cardeo.ca/2009/free-wordpress-theme-phloggin#comments</comments>
		<pubDate>Thu, 28 May 2009 21:49:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Wordpress Themes]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[gallery]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[phloggin]]></category>
		<category><![CDATA[photo]]></category>
		<category><![CDATA[photoblog]]></category>

		<guid isPermaLink="false">http://cardeo.ca/?p=1679</guid>
		<description><![CDATA[Features: &#187; Yet Another Photoblog plugin integration &#187; Auto image resizing &#187; Images are cached for faster load times &#187; Widget enabled sidebar and footer &#187; Easy navigation by pictures &#187; View the Demo &#187; Download]]></description>
			<content:encoded><![CDATA[<p><img src="http://cardeo.ca/wp-content/uploads/2009/05/phloggin-1-495x500.jpg" alt="phloggin-1" title="phloggin-1" width="495" height="500" class="alignnone size-medium wp-image-1680" /><span id="more-1679"></span></p>
<p><b>Features:</b><br />
&#187; Yet Another Photoblog plugin integration<br />
&#187; Auto image resizing<br />
&#187; Images are cached for faster load times<br />
&#187; Widget enabled sidebar and footer<br />
&#187; Easy navigation by pictures</p>
<p>&#187; <a href="http://www.foreignerperspective.com/" target="_blank">View the Demo</a><br />
&#187; <a href="http://blog.squarefour.net/2009/05/28/introducing-new-wordpress-photoblog-theme/" target="_blank">Download</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.cardeo.ca/2009/free-wordpress-theme-phloggin/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Use any TrueType font for your blog titles with AnyFont</title>
		<link>http://www.cardeo.ca/2009/use-any-truetype-font-for-your-blog-titles-with-anyfont</link>
		<comments>http://www.cardeo.ca/2009/use-any-truetype-font-for-your-blog-titles-with-anyfont#comments</comments>
		<pubDate>Mon, 18 May 2009 22:47:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Wordpress Themes]]></category>
		<category><![CDATA[anyfont]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[titles]]></category>
		<category><![CDATA[type]]></category>
		<category><![CDATA[typography]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://cardeo.ca/?p=1670</guid>
		<description><![CDATA[I came across the AnyFont WordPress plugin today, and it looks like a great tool to gain additional control of the type on your blog. AnyFont allows you to use any truetype font for post titles, menu items or anywhere else you want to use a custom font in your theme design. oh yeah, it&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p>I came across the AnyFont WordPress plugin today, and it looks like a great tool to gain additional control of the type on your blog. AnyFont allows you to use any truetype font for post titles, menu items or anywhere else you want to use a custom font in your theme design. oh yeah, it&#8217;s free!</p>
<p><b>Features:</b><br />
&#187; Font Manager to easily upload new fonts to wordpress<br />
&#187; Style Management &#8211; allows an unlimited number of styles to be created.<br />
&#187; Font shadow options within the style manager(Requires PHP5 &#038; ImageMagick).<br />
&#187; Browser caching is enabled, reducing load time.<br />
&#187; Cache Management.<br />
&#187; Image replacements are SEO compatible.<br />
&#187; Easy text replacement options for post titles, page titles, widget titles, blog name and blog description.</p>
<p>&#187; <a href="http://2amlife.com/projects/anyfont" target="_blank">Download the AnyFont Plugin</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.cardeo.ca/2009/use-any-truetype-font-for-your-blog-titles-with-anyfont/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free WordPress Theme: IsoTherm News</title>
		<link>http://www.cardeo.ca/2009/free-wordpress-theme-isotherm-news</link>
		<comments>http://www.cardeo.ca/2009/free-wordpress-theme-isotherm-news#comments</comments>
		<pubDate>Mon, 18 May 2009 22:40:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Wordpress Themes]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[isotherm-news]]></category>
		<category><![CDATA[magazine]]></category>
		<category><![CDATA[newspaper]]></category>

		<guid isPermaLink="false">http://cardeo.ca/?p=1627</guid>
		<description><![CDATA[Features: &#187; Newspaper/Magazine styled theme &#187; 3 column layout &#187; Featured posts box &#187; Video widget &#187; Popular posts widget &#187; Footer widget spot &#187; RSS feeds for all blog areas &#187; Popular posts for browsing category &#187; View the Demo &#187; Download]]></description>
			<content:encoded><![CDATA[<p><img src="http://cardeo.ca/wp-content/uploads/2009/05/picture-6-495x325.png" alt="isotherm-news" title="isotherm-news" width="495" height="325" class="alignnone size-medium wp-image-1667" /><span id="more-1627"></span></p>
<p><b>Features:</b><br />
&#187; Newspaper/Magazine styled theme<br />
&#187; 3 column layout<br />
&#187; Featured posts box<br />
&#187; Video widget<br />
&#187; Popular posts widget<br />
&#187; Footer widget spot<br />
&#187; RSS feeds for all blog areas<br />
&#187; Popular posts for browsing category</p>
<p>&#187; <a href="http://bizzartic.com/bizzthemes/isotherm/" target="_blank">View the Demo</a><br />
&#187; <a href="http://bizzartic.com/2009/03/29/isotherm-news-magazine-wordpress-theme/" target="_blank">Download</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.cardeo.ca/2009/free-wordpress-theme-isotherm-news/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Free WordPress Theme: Upstart Blogger</title>
		<link>http://www.cardeo.ca/2009/free-wordpress-theme-upstart-blogger</link>
		<comments>http://www.cardeo.ca/2009/free-wordpress-theme-upstart-blogger#comments</comments>
		<pubDate>Mon, 18 May 2009 22:27:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Wordpress Themes]]></category>
		<category><![CDATA[Minimal]]></category>
		<category><![CDATA[upstart-blogger]]></category>

		<guid isPermaLink="false">http://cardeo.ca/?p=1659</guid>
		<description><![CDATA[Features: &#187; Newspaper style layout &#187; Custom Homepage &#187; Multi-author ready &#187; WordPress 2.3 compatible &#187; Requires a little coding, review the source post &#187; View the Demo &#187; Download]]></description>
			<content:encoded><![CDATA[<p><img src="http://cardeo.ca/wp-content/uploads/2009/05/picture-43-495x396.png" alt="upstart-blogger" title="upstart-blogger" width="495" height="396" class="alignnone size-medium wp-image-1660" /><span id="more-1659"></span></p>
<p><b>Features:</b><br />
&#187; Newspaper style layout<br />
&#187; Custom Homepage<br />
&#187; Multi-author ready<br />
&#187; WordPress 2.3 compatible<br />
&#187; Requires a little coding, review the source post</p>
<p>&#187; <a href="http://www.upstartblogger.com/wpthemes/" target="_blank">View the Demo</a><br />
&#187; <a href="http://www.upstartblogger.com/wordpress-theme-upstart-blogger-futurosity-magazine" target="_blank">Download</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.cardeo.ca/2009/free-wordpress-theme-upstart-blogger/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free WordPress Theme: Nouice</title>
		<link>http://www.cardeo.ca/2009/free-wordpress-theme-nouice</link>
		<comments>http://www.cardeo.ca/2009/free-wordpress-theme-nouice#comments</comments>
		<pubDate>Fri, 15 May 2009 21:42:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Wordpress Themes]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[nouice]]></category>

		<guid isPermaLink="false">http://cardeo.ca/?p=1646</guid>
		<description><![CDATA[Free WordPress Theme: Nouice Features &#187; 2 column layout &#187; Minimal, Polaroid style design &#187; No Comments &#187; View the Demo &#187; Download]]></description>
			<content:encoded><![CDATA[<p><img src="http://cardeo.ca/wp-content/uploads/2009/05/3321917276_0c1a3ae066-495x335.jpg" alt="nouice-wordpress-theme" title="nouice-wordpress-theme" width="495" height="335" class="alignnone size-medium wp-image-1647" /><span id="more-1646"></span></p>
<h4>Free WordPress Theme: Nouice</h4>
<p><b>Features</b><br />
&#187; 2 column layout<br />
&#187; Minimal, Polaroid style design<br />
&#187; No Comments</p>
<p>&#187; <a href="http://nouice.com/" target="_blank">View the Demo</a><br />
&#187; <a href="http://www.bestwpthemes.com/nouice/" target="_blank">Download</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.cardeo.ca/2009/free-wordpress-theme-nouice/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
