<?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>Just a guy! Design &#187; thematic</title>
	<atom:link href="http://www.elshaddai-edwards.com/tag/thematic/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.elshaddai-edwards.com</link>
	<description>Custom Website Design and Development by ElShaddai Edwards</description>
	<lastBuildDate>Sat, 21 Aug 2010 14:38:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Mega Menus redux: Integrating with WordPress navigation</title>
		<link>http://www.elshaddai-edwards.com/2010/04/megamenus-redux/</link>
		<comments>http://www.elshaddai-edwards.com/2010/04/megamenus-redux/#comments</comments>
		<pubDate>Fri, 09 Apr 2010 19:53:18 +0000</pubDate>
		<dc:creator>ElShaddai</dc:creator>
				<category><![CDATA[Development Notes]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[mega menu]]></category>
		<category><![CDATA[thematic]]></category>

		<guid isPermaLink="false">http://www.elshaddai-edwards.com/?p=1327</guid>
		<description><![CDATA[<img width="150" height="150" src="http://www.elshaddai-edwards.com/wordpress/wp-content/uploads/2009/11/megamenu-e1262660854182-150x150.gif" class="attachment-thumbnail wp-post-image" alt="megamenu" title="megamenu" />In a previous post, I explored a method whereby &#8220;mega menus&#8221; could be added to a Thematic-based WordPress site, replacing that framework&#8217;s standard jQuery dropdown menus. Mega menus are essentially a dropdown content panel that can have multiple columns of navigation link lists, styled headers/category groupings, etc. &#8212; essentially anything you can define as web [...]]]></description>
		<wfw:commentRss>http://www.elshaddai-edwards.com/2010/04/megamenus-redux/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Creating a thumbnail index page from child pages</title>
		<link>http://www.elshaddai-edwards.com/2010/03/thumbnail-index-page/</link>
		<comments>http://www.elshaddai-edwards.com/2010/03/thumbnail-index-page/#comments</comments>
		<pubDate>Sun, 07 Mar 2010 03:47:17 +0000</pubDate>
		<dc:creator>ElShaddai</dc:creator>
				<category><![CDATA[Development Notes]]></category>
		<category><![CDATA[contempora corner]]></category>
		<category><![CDATA[thematic]]></category>
		<category><![CDATA[thumbnails]]></category>

		<guid isPermaLink="false">http://www.elshaddai-edwards.com/?p=1244</guid>
		<description><![CDATA[<img width="150" height="150" src="http://www.elshaddai-edwards.com/wordpress/wp-content/uploads/2010/03/indexpage-150x150.jpg" class="attachment-thumbnail wp-post-image" alt="indexpage" title="indexpage" />One of the features of my latest project, Contempora Corner, was the creation of a custom page template that is used as an visual index page for a specific category of content. These are essentially landing pages with links to all of the respective child pages. I try to organize sites to not use these [...]]]></description>
		<wfw:commentRss>http://www.elshaddai-edwards.com/2010/03/thumbnail-index-page/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Rebuilding Thematic Feature Site with the_post_thumbnail</title>
		<link>http://www.elshaddai-edwards.com/2010/02/rebuilding-thematic-feature-site/</link>
		<comments>http://www.elshaddai-edwards.com/2010/02/rebuilding-thematic-feature-site/#comments</comments>
		<pubDate>Wed, 03 Feb 2010 18:37:50 +0000</pubDate>
		<dc:creator>ElShaddai</dc:creator>
				<category><![CDATA[Development Notes]]></category>
		<category><![CDATA[child themes]]></category>
		<category><![CDATA[thematic]]></category>

		<guid isPermaLink="false">http://www.elshaddai-edwards.com/?p=1148</guid>
		<description><![CDATA[<img width="150" height="150" src="http://www.elshaddai-edwards.com/wordpress/wp-content/uploads/2010/02/feature-site-150x150.jpg" class="attachment-thumbnail wp-post-image" alt="feature-site" title="feature-site" />Anyone who&#8217;s stopped by this site more than once in the past year knows that it&#8217;s been in a constant state of change as I try out new functions, plugins or other functionality. That said, I&#8217;m really hoping to stabilize things on the back end and move most of my scratchpad work to a test [...]]]></description>
		<wfw:commentRss>http://www.elshaddai-edwards.com/2010/02/rebuilding-thematic-feature-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Add the_post_thumbnail to post excerpts</title>
		<link>http://www.elshaddai-edwards.com/2010/01/add-the_post_thumbnail-to-post-excerpts/</link>
		<comments>http://www.elshaddai-edwards.com/2010/01/add-the_post_thumbnail-to-post-excerpts/#comments</comments>
		<pubDate>Wed, 20 Jan 2010 14:36:23 +0000</pubDate>
		<dc:creator>ElShaddai</dc:creator>
				<category><![CDATA[Code snippets]]></category>
		<category><![CDATA[thematic]]></category>
		<category><![CDATA[thumbnails]]></category>

		<guid isPermaLink="false">http://www.elshaddai-edwards.com/?p=1121</guid>
		<description><![CDATA[WordPress 2.9 has a new post thumbnail feature that I&#8217;ve been exploring as part of this site&#8217;s layout in preparation for updates to some client sites. Adding the code below to your child theme&#8217;s functions.php file will activate the post thumbnail feature in WP2.9, then change the default content display on the home page or [...]]]></description>
		<wfw:commentRss>http://www.elshaddai-edwards.com/2010/01/add-the_post_thumbnail-to-post-excerpts/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Remove sidebar</title>
		<link>http://www.elshaddai-edwards.com/2010/01/remove-sidebar/</link>
		<comments>http://www.elshaddai-edwards.com/2010/01/remove-sidebar/#comments</comments>
		<pubDate>Wed, 20 Jan 2010 14:24:00 +0000</pubDate>
		<dc:creator>ElShaddai</dc:creator>
				<category><![CDATA[Code snippets]]></category>
		<category><![CDATA[sidebars]]></category>
		<category><![CDATA[thematic]]></category>

		<guid isPermaLink="false">http://www.elshaddai-edwards.com/?p=1117</guid>
		<description><![CDATA[Add this function to functions.php to remove the sidebar from a Thematic child theme (either globally or conditionally): // Remove sidebars from feature template function remove_sidebar() { // We test if we are on the page template 'Feature' if (is_page_template('feature.php')) { // Yes, we are .. now we switch off the sidebar return FALSE; } [...]]]></description>
		<wfw:commentRss>http://www.elshaddai-edwards.com/2010/01/remove-sidebar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adding Mega Menus to WordPress</title>
		<link>http://www.elshaddai-edwards.com/2009/11/adding-mega-menus-to-wordpress/</link>
		<comments>http://www.elshaddai-edwards.com/2009/11/adding-mega-menus-to-wordpress/#comments</comments>
		<pubDate>Fri, 27 Nov 2009 13:44:46 +0000</pubDate>
		<dc:creator>ElShaddai</dc:creator>
				<category><![CDATA[Development Notes]]></category>
		<category><![CDATA[child themes]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[mega menu]]></category>
		<category><![CDATA[thematic]]></category>

		<guid isPermaLink="false">http://www.elshaddai-edwards.com/?p=850</guid>
		<description><![CDATA[<img width="150" height="150" src="http://www.elshaddai-edwards.com/wordpress/wp-content/uploads/2009/11/megamenu-e1262660854182-150x150.gif" class="attachment-thumbnail wp-post-image" alt="megamenu" title="megamenu" />What does it take to replace the jQuery dropdown menus in the popular Wordpress framework, Thematic, with a multi-category, multi-column "mega menu" structure? Part 1 of this topic examines a possible jQuery-based solution and outlines some basic integration choices.]]></description>
		<wfw:commentRss>http://www.elshaddai-edwards.com/2009/11/adding-mega-menus-to-wordpress/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
