<?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 dennislambing.com</title>
	<atom:link href="http://www.dennislambing.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dennislambing.com</link>
	<description>...answering your Wordpress questions.</description>
	<lastBuildDate>Sat, 04 Feb 2012 06:25:57 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>Comment on WordPress Zen: The Morning After Theme [Resurrected] by Dennis</title>
		<link>http://www.dennislambing.com/2011/02/06/wordpress-zen-the-morning-after-theme-resurrected/comment-page-1/#comment-1904</link>
		<dc:creator>Dennis</dc:creator>
		<pubDate>Sat, 04 Feb 2012 06:25:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.dennislambing.com/?p=811#comment-1904</guid>
		<description>Glad it worked and that you were able to figure it out!</description>
		<content:encoded><![CDATA[<p>Glad it worked and that you were able to figure it out!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress Zen: The Morning After Theme [Resurrected] by Brad Taylor</title>
		<link>http://www.dennislambing.com/2011/02/06/wordpress-zen-the-morning-after-theme-resurrected/comment-page-1/#comment-1900</link>
		<dc:creator>Brad Taylor</dc:creator>
		<pubDate>Fri, 03 Feb 2012 14:37:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.dennislambing.com/?p=811#comment-1900</guid>
		<description>Ok never mind I&#039;ve figured it out. I ended up just using the

[h2 class=&quot;post_name&quot; id=&quot;post-[?php the_ID(); ?]“][?php the_title(); ?][/h2]

in front of 

[div class=&quot;column span-11 first&quot;]

Thank you so much for your help Dennis</description>
		<content:encoded><![CDATA[<p>Ok never mind I&#8217;ve figured it out. I ended up just using the</p>
<p>[h2 class="post_name" id="post-[?php the_ID(); ?]“][?php the_title(); ?][/h2]</p>
<p>in front of </p>
<p>[div class="column span-11 first"]</p>
<p>Thank you so much for your help Dennis</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress Zen: The Morning After Theme [Resurrected] by Brad Taylor</title>
		<link>http://www.dennislambing.com/2011/02/06/wordpress-zen-the-morning-after-theme-resurrected/comment-page-1/#comment-1899</link>
		<dc:creator>Brad Taylor</dc:creator>
		<pubDate>Fri, 03 Feb 2012 13:16:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.dennislambing.com/?p=811#comment-1899</guid>
		<description>I did find the [div class=&quot;column span-11 first&quot;] 

so I added the

 [!-- [h2 class=&quot;post_name&quot; id=&quot;post-[?php the_ID(); ?]&quot;][?php the_title(); ?][/h2] --]
[?php echo $woo_options[&#039;woo_pageheading_prefix&#039;]; the_title(); ?]

after it

works fine but I can&#039;t seem to style it</description>
		<content:encoded><![CDATA[<p>I did find the [div class="column span-11 first"] </p>
<p>so I added the</p>
<p> [!-- [h2 class="post_name" id="post-[?php the_ID(); ?]&#8220;][?php the_title(); ?][/h2] &#8211;]<br />
[?php echo $woo_options['woo_pageheading_prefix']; the_title(); ?]</p>
<p>after it</p>
<p>works fine but I can&#8217;t seem to style it</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress Zen: The Morning After Theme [Resurrected] by Brad Taylor</title>
		<link>http://www.dennislambing.com/2011/02/06/wordpress-zen-the-morning-after-theme-resurrected/comment-page-1/#comment-1898</link>
		<dc:creator>Brad Taylor</dc:creator>
		<pubDate>Fri, 03 Feb 2012 10:43:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.dennislambing.com/?p=811#comment-1898</guid>
		<description>Hey Dennis I couldn&#039;t find any of that code in my page.php</description>
		<content:encoded><![CDATA[<p>Hey Dennis I couldn&#8217;t find any of that code in my page.php</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress Zen: The Morning After Theme [Resurrected] by Dennis</title>
		<link>http://www.dennislambing.com/2011/02/06/wordpress-zen-the-morning-after-theme-resurrected/comment-page-1/#comment-1893</link>
		<dc:creator>Dennis</dc:creator>
		<pubDate>Thu, 02 Feb 2012 12:18:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.dennislambing.com/?p=811#comment-1893</guid>
		<description>The trick, will be to remove the page Title from the overlay header graphic. This is easily done by &quot;commenting out&quot; that call. In the page.php file, locate this code...

&lt;code&gt;[div class=&quot;pagetitle&quot;]
  [?php echo $woo_options[&#039;woo_pageheading_prefix&#039;]; the_title(); ?]
[/div]&lt;/code&gt;

Replace it with...

&lt;code&gt;[div class=&quot;pagetitle&quot;]
 [!-- [?php echo $woo_options[&#039;woo_pageheading_prefix&#039;]; the_title(); ?] --]
[/div]&lt;/code&gt;

Now, we need to add the Page Title to appear below the graphic... so, we add the Title call to the page.php file... just in its new location and &quot;comment out&quot; the old title:

&lt;code&gt;[div class=&quot;column span-11 first&quot;]
[!-- [h2 class=&quot;post_name&quot; id=&quot;post-[?php the_ID(); ?]&quot;][?php the_title(); ?][/h2] --]
[?php echo $woo_options[&#039;woo_pageheading_prefix&#039;]; the_title(); ?]&lt;/code&gt;

But, Dennis?! Why not delete the stuff you are &quot;commenting out&quot;? Safety! Precaution! Do no harm! It&#039;s easier to remove the comments, than to rebuild your site from code you can&#039;t remember. Fair enough? :)

As always, CHANGE the left and right brackets with left and right carrots. My comments do not allow pseudo-PHP code and never will. An ounce of precaution is worth a pound of cure.
         </description>
		<content:encoded><![CDATA[<p>The trick, will be to remove the page Title from the overlay header graphic. This is easily done by &#8220;commenting out&#8221; that call. In the page.php file, locate this code&#8230;</p>
<p><code>[div class="pagetitle"]<br />
  [?php echo $woo_options['woo_pageheading_prefix']; the_title(); ?]<br />
[/div]</code></p>
<p>Replace it with&#8230;</p>
<p><code>[div class="pagetitle"]<br />
 [!-- [?php echo $woo_options['woo_pageheading_prefix']; the_title(); ?] --]<br />
[/div]</code></p>
<p>Now, we need to add the Page Title to appear below the graphic&#8230; so, we add the Title call to the page.php file&#8230; just in its new location and &#8220;comment out&#8221; the old title:</p>
<p><code>[div class="column span-11 first"]<br />
[!-- [h2 class="post_name" id="post-[?php the_ID(); ?]"][?php the_title(); ?][/h2] --]<br />
[?php echo $woo_options['woo_pageheading_prefix']; the_title(); ?]</code></p>
<p>But, Dennis?! Why not delete the stuff you are &#8220;commenting out&#8221;? Safety! Precaution! Do no harm! It&#8217;s easier to remove the comments, than to rebuild your site from code you can&#8217;t remember. Fair enough? <img src='http://www.dennislambing.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>As always, CHANGE the left and right brackets with left and right carrots. My comments do not allow pseudo-PHP code and never will. An ounce of precaution is worth a pound of cure.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress Zen: The Morning After Theme [Resurrected] by Brad Taylor</title>
		<link>http://www.dennislambing.com/2011/02/06/wordpress-zen-the-morning-after-theme-resurrected/comment-page-1/#comment-1891</link>
		<dc:creator>Brad Taylor</dc:creator>
		<pubDate>Thu, 02 Feb 2012 10:35:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.dennislambing.com/?p=811#comment-1891</guid>
		<description>Option 2 sounds perfect Dennis</description>
		<content:encoded><![CDATA[<p>Option 2 sounds perfect Dennis</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress Zen: The Morning After Theme [Resurrected] by Dennis</title>
		<link>http://www.dennislambing.com/2011/02/06/wordpress-zen-the-morning-after-theme-resurrected/comment-page-1/#comment-1890</link>
		<dc:creator>Dennis</dc:creator>
		<pubDate>Thu, 02 Feb 2012 10:32:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.dennislambing.com/?p=811#comment-1890</guid>
		<description>What? They don&#039;t? By default? Weird! :)

So, my guess is you want to &quot;move&quot; the page title from the header graphic overlay... to below the graphic and &quot;in&quot; at the top of the page? Would this be correct?

If so, you have two options: (1) Add the page title to the top of your page using the WP editor. There, you can wrap the title in an h1, h2 or h3 tag. (2) Make changes to the page.php file to permanently remove the page title text overlay and place it below the the header graphic.

If (option 2) is your wish, let me know and I can provide the necessary code to alter. Cool? Awesome! :)</description>
		<content:encoded><![CDATA[<p>What? They don&#8217;t? By default? Weird! <img src='http://www.dennislambing.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>So, my guess is you want to &#8220;move&#8221; the page title from the header graphic overlay&#8230; to below the graphic and &#8220;in&#8221; at the top of the page? Would this be correct?</p>
<p>If so, you have two options: (1) Add the page title to the top of your page using the WP editor. There, you can wrap the title in an h1, h2 or h3 tag. (2) Make changes to the page.php file to permanently remove the page title text overlay and place it below the the header graphic.</p>
<p>If (option 2) is your wish, let me know and I can provide the necessary code to alter. Cool? Awesome! <img src='http://www.dennislambing.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress Zen: The Morning After Theme [Resurrected] by Brad Taylor</title>
		<link>http://www.dennislambing.com/2011/02/06/wordpress-zen-the-morning-after-theme-resurrected/comment-page-1/#comment-1889</link>
		<dc:creator>Brad Taylor</dc:creator>
		<pubDate>Thu, 02 Feb 2012 09:06:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.dennislambing.com/?p=811#comment-1889</guid>
		<description>Hey Dennis, is it possible to have the page name above the text on pages. I noticed they show up on posts but not on pages</description>
		<content:encoded><![CDATA[<p>Hey Dennis, is it possible to have the page name above the text on pages. I noticed they show up on posts but not on pages</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress Zen: Tightening the Wrench on the Equilibrium Theme by Dennis</title>
		<link>http://www.dennislambing.com/2011/09/15/wordpress-zen-tightening-the-wrench-on-the-equilibrium-theme/comment-page-1/#comment-1864</link>
		<dc:creator>Dennis</dc:creator>
		<pubDate>Thu, 26 Jan 2012 01:14:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.dennislambing.com/?p=969#comment-1864</guid>
		<description>So, what solved your problem?</description>
		<content:encoded><![CDATA[<p>So, what solved your problem?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress 3.0 and the Boldy Theme by Dennis</title>
		<link>http://www.dennislambing.com/2010/08/24/wordpress-3-0-and-the-boldy-theme/comment-page-1/#comment-1863</link>
		<dc:creator>Dennis</dc:creator>
		<pubDate>Thu, 26 Jan 2012 01:13:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.dennislambing.com/?p=668#comment-1863</guid>
		<description>No problem... :)</description>
		<content:encoded><![CDATA[<p>No problem&#8230; <img src='http://www.dennislambing.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

