<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for Just a guy! Design</title>
	<atom:link href="http://www.elshaddai-edwards.com/comments/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>Mon, 30 Aug 2010 12:55:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>Comment on Creating a thumbnail index page from child pages by Ulrike</title>
		<link>http://www.elshaddai-edwards.com/2010/03/thumbnail-index-page/comment-page-1/#comment-796</link>
		<dc:creator>Ulrike</dc:creator>
		<pubDate>Mon, 30 Aug 2010 12:55:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.elshaddai-edwards.com/?p=1244#comment-796</guid>
		<description>thank you so much .. I tried to do something very similiar and got stuck on how to show the thumbnail of the child page. get_the_post_thumbnail($page-&gt;ID, array(150,100)) works perfectly now!</description>
		<content:encoded><![CDATA[<p>thank you so much .. I tried to do something very similiar and got stuck on how to show the thumbnail of the child page. get_the_post_thumbnail($page-&gt;ID, array(150,100)) works perfectly now!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating a thumbnail index page from child pages by Brendan</title>
		<link>http://www.elshaddai-edwards.com/2010/03/thumbnail-index-page/comment-page-1/#comment-795</link>
		<dc:creator>Brendan</dc:creator>
		<pubDate>Thu, 05 Aug 2010 21:56:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.elshaddai-edwards.com/?p=1244#comment-795</guid>
		<description>Thank you very much for you post. I searched around for this for ages. At least it feels like that. I do have a question. You use your thumbnail images as a link to a child page. Would it be possible to link each thumbnail directly to a post?

What I want to achieve is this. Within my Thematic child theme I have made a template page called project. On this page I want to display thumbnails. Each thumbnail will link to its own post. 

It feels as if I am really close to getting there. I just don&#039;t know how to. I am still rather new to PHP. If you could and want to give me some advise I would be very happy and thankful.</description>
		<content:encoded><![CDATA[<p>Thank you very much for you post. I searched around for this for ages. At least it feels like that. I do have a question. You use your thumbnail images as a link to a child page. Would it be possible to link each thumbnail directly to a post?</p>
<p>What I want to achieve is this. Within my Thematic child theme I have made a template page called project. On this page I want to display thumbnails. Each thumbnail will link to its own post. </p>
<p>It feels as if I am really close to getting there. I just don&#8217;t know how to. I am still rather new to PHP. If you could and want to give me some advise I would be very happy and thankful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Add the_post_thumbnail to post excerpts by Thompson</title>
		<link>http://www.elshaddai-edwards.com/2010/01/add-the_post_thumbnail-to-post-excerpts/comment-page-1/#comment-794</link>
		<dc:creator>Thompson</dc:creator>
		<pubDate>Sun, 25 Jul 2010 06:47:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.elshaddai-edwards.com/?p=1121#comment-794</guid>
		<description>Figure it out. &#039;thematic_postheader_posttitle&#039; works. But thematic&#039;s css is set to clear all on headers tags in the parent CSS. So I added this to my child css and your code worked! The thumbnail is to the left of the post excerpt! Thank you.

h1,h2,h3,h4,h5,h6 {
	clear:none;
}</description>
		<content:encoded><![CDATA[<p>Figure it out. &#8216;thematic_postheader_posttitle&#8217; works. But thematic&#8217;s css is set to clear all on headers tags in the parent CSS. So I added this to my child css and your code worked! The thumbnail is to the left of the post excerpt! Thank you.</p>
<p>h1,h2,h3,h4,h5,h6 {<br />
	clear:none;<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Add the_post_thumbnail to post excerpts by Michael</title>
		<link>http://www.elshaddai-edwards.com/2010/01/add-the_post_thumbnail-to-post-excerpts/comment-page-1/#comment-793</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Fri, 23 Jul 2010 00:25:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.elshaddai-edwards.com/?p=1121#comment-793</guid>
		<description>Great tip!

Only problem is that floating the thumbnail left doesn&#039;t work for me with thematic_postheader_posttitle
http://img293.imageshack.us/i/thematicpostheaderpostt.jpg/

But I know float is successfully applied to the image because it works with get_the_excerpt.
http://img835.imageshack.us/i/gettheexcerptwithfloatl.jpg/

Any ideas? I&#039;m trying hard to get the title and excerpt next to the thumbnail. And I know css well, but float isn&#039;t work with thematic_postheader_posttitle for some reason.</description>
		<content:encoded><![CDATA[<p>Great tip!</p>
<p>Only problem is that floating the thumbnail left doesn&#8217;t work for me with thematic_postheader_posttitle<br />
<a  href="http://img293.imageshack.us/i/thematicpostheaderpostt.jpg/" rel="nofollow">http://img293.imageshack.us/i/thematicpostheaderpostt.jpg/</a></p>
<p>But I know float is successfully applied to the image because it works with get_the_excerpt.<br />
<a  href="http://img835.imageshack.us/i/gettheexcerptwithfloatl.jpg/" rel="nofollow">http://img835.imageshack.us/i/gettheexcerptwithfloatl.jpg/</a></p>
<p>Any ideas? I&#8217;m trying hard to get the title and excerpt next to the thumbnail. And I know css well, but float isn&#8217;t work with thematic_postheader_posttitle for some reason.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mega Menus redux: Integrating with WordPress navigation by ElShaddai</title>
		<link>http://www.elshaddai-edwards.com/2010/04/megamenus-redux/comment-page-1/#comment-792</link>
		<dc:creator>ElShaddai</dc:creator>
		<pubDate>Sat, 26 Jun 2010 00:24:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.elshaddai-edwards.com/?p=1327#comment-792</guid>
		<description>I&#039;m not aware of a plugin that will help construct the mega menus, but I have been exploring WP3.0&#039;s new menu features and there&#039;s a lot of possibility there for creating custom groups of menu items to go in a mega menu. You&#039;d still have to manually create and assign the mega menu panels though...</description>
		<content:encoded><![CDATA[<p>I&#8217;m not aware of a plugin that will help construct the mega menus, but I have been exploring WP3.0&#8242;s new menu features and there&#8217;s a lot of possibility there for creating custom groups of menu items to go in a mega menu. You&#8217;d still have to manually create and assign the mega menu panels though&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mega Menus redux: Integrating with WordPress navigation by Darryl</title>
		<link>http://www.elshaddai-edwards.com/2010/04/megamenus-redux/comment-page-1/#comment-791</link>
		<dc:creator>Darryl</dc:creator>
		<pubDate>Fri, 25 Jun 2010 19:47:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.elshaddai-edwards.com/?p=1327#comment-791</guid>
		<description>Hi  Thanks for the two articles on Mega Menus   I am also trying to make a 200 page html website into WP .  I am not confident in my coding skills.  Is there a WP Plugin that will allow me to create mega menu?</description>
		<content:encoded><![CDATA[<p>Hi  Thanks for the two articles on Mega Menus   I am also trying to make a 200 page html website into WP .  I am not confident in my coding skills.  Is there a WP Plugin that will allow me to create mega menu?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mega Menus redux: Integrating with WordPress navigation by ElShaddai</title>
		<link>http://www.elshaddai-edwards.com/2010/04/megamenus-redux/comment-page-1/#comment-642</link>
		<dc:creator>ElShaddai</dc:creator>
		<pubDate>Thu, 13 May 2010 20:06:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.elshaddai-edwards.com/?p=1327#comment-642</guid>
		<description>Yes, the sub menus still need to be hand coded, though you can mitigate much of it by calling WordPress&#039; menu functions for each group of links and explicitly stating the parent page. I&#039;ve explored having everything created on the fly, but you end up doing a lot of work repositioning groups of links -- or I should say trying to reposition them, since not all groups are going to be the same length/height. As long as you set up your subpages in a logical manner with appropriate parent pages, the editing is fairly straightforward.</description>
		<content:encoded><![CDATA[<p>Yes, the sub menus still need to be hand coded, though you can mitigate much of it by calling WordPress&#8217; menu functions for each group of links and explicitly stating the parent page. I&#8217;ve explored having everything created on the fly, but you end up doing a lot of work repositioning groups of links &#8212; or I should say trying to reposition them, since not all groups are going to be the same length/height. As long as you set up your subpages in a logical manner with appropriate parent pages, the editing is fairly straightforward.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mega Menus redux: Integrating with WordPress navigation by Adding Mega Menus to WordPress</title>
		<link>http://www.elshaddai-edwards.com/2010/04/megamenus-redux/comment-page-1/#comment-641</link>
		<dc:creator>Adding Mega Menus to WordPress</dc:creator>
		<pubDate>Thu, 13 May 2010 20:02:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.elshaddai-edwards.com/?p=1327#comment-641</guid>
		<description>[...] Mega Menus to WordPress By ElShaddai &#124; Published: November 27, 2009  Update: Be sure to read &#8220;Mega Menus Redux&#8221; for my latest work on integrating this navigation style with [...]</description>
		<content:encoded><![CDATA[<p>[...] Mega Menus to WordPress By ElShaddai | Published: November 27, 2009  Update: Be sure to read &#8220;Mega Menus Redux&#8221; for my latest work on integrating this navigation style with [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mega Menus redux: Integrating with WordPress navigation by Ecenica</title>
		<link>http://www.elshaddai-edwards.com/2010/04/megamenus-redux/comment-page-1/#comment-618</link>
		<dc:creator>Ecenica</dc:creator>
		<pubDate>Tue, 27 Apr 2010 07:24:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.elshaddai-edwards.com/?p=1327#comment-618</guid>
		<description>Looks great. Would I be right in thinking you still need to hard-code the sub menus? Is there any way to have the main nav, and submenus created on the fly?</description>
		<content:encoded><![CDATA[<p>Looks great. Would I be right in thinking you still need to hard-code the sub menus? Is there any way to have the main nav, and submenus created on the fly?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Add the_post_thumbnail to post excerpts by Tom Saunter</title>
		<link>http://www.elshaddai-edwards.com/2010/01/add-the_post_thumbnail-to-post-excerpts/comment-page-1/#comment-567</link>
		<dc:creator>Tom Saunter</dc:creator>
		<pubDate>Thu, 22 Apr 2010 17:36:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.elshaddai-edwards.com/?p=1121#comment-567</guid>
		<description>This is mega useful - you are some kind of crazy Thematic God. Thank you!</description>
		<content:encoded><![CDATA[<p>This is mega useful &#8211; you are some kind of crazy Thematic God. Thank you!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
