<?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 on: How to Create a Page that Displays a Random Post in WordPress</title>
	<atom:link href="http://www.wpbeginner.com/wp-themes/how-to-create-a-page-that-displays-a-random-post-in-wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wpbeginner.com/wp-themes/how-to-create-a-page-that-displays-a-random-post-in-wordpress/</link>
	<description>Beginner&#039;s Guide for WordPress</description>
	<lastBuildDate>Tue, 27 Jul 2010 18:58:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: John Rocheleau</title>
		<link>http://www.wpbeginner.com/wp-themes/how-to-create-a-page-that-displays-a-random-post-in-wordpress/comment-page-1/#comment-7868</link>
		<dc:creator>John Rocheleau</dc:creator>
		<pubDate>Sun, 24 Jan 2010 04:07:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.wpbeginner.com/?p=1027#comment-7868</guid>
		<description>Solution: 

There wasn&#039;t an extra closing tag for a div as indicated in validation. The openings and closings all equaled out. 

The validation check generated that error notice due to a previous issue in the page with a call for an Adsense ad block. I had commented it out --perhaps not completely -- because it was still generating a closing tag for a script that was not open to begin with. That caused the validation to erroneously indicate the extra div closing. 

It took a while to track it back, but it all works fine now in any browser after deleting that commented out Adsense call line line (didn&#039;t need it anyway). The page validates much better now with no div error remaining.

Thanks again for your help. You steered me in the right direction.

:-)
John</description>
		<content:encoded><![CDATA[<p>Solution: </p>
<p>There wasn&#8217;t an extra closing tag for a div as indicated in validation. The openings and closings all equaled out. </p>
<p>The validation check generated that error notice due to a previous issue in the page with a call for an Adsense ad block. I had commented it out &#8211;perhaps not completely &#8212; because it was still generating a closing tag for a script that was not open to begin with. That caused the validation to erroneously indicate the extra div closing. </p>
<p>It took a while to track it back, but it all works fine now in any browser after deleting that commented out Adsense call line line (didn&#8217;t need it anyway). The page validates much better now with no div error remaining.</p>
<p>Thanks again for your help. You steered me in the right direction.</p>
<p> <img src='http://www.wpbeginner.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /><br />
John</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Rocheleau</title>
		<link>http://www.wpbeginner.com/wp-themes/how-to-create-a-page-that-displays-a-random-post-in-wordpress/comment-page-1/#comment-7836</link>
		<dc:creator>John Rocheleau</dc:creator>
		<pubDate>Sat, 23 Jan 2010 14:22:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.wpbeginner.com/?p=1027#comment-7836</guid>
		<description>Thank you for checking that out. I thought I went over that template page carefully, but I guess not. I assume you meant the extra div being closed prematurely is on the template page I created. Must run out for the day but will go over that when I return. 

Thanks again :-)</description>
		<content:encoded><![CDATA[<p>Thank you for checking that out. I thought I went over that template page carefully, but I guess not. I assume you meant the extra div being closed prematurely is on the template page I created. Must run out for the day but will go over that when I return. </p>
<p>Thanks again <img src='http://www.wpbeginner.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Editorial Staff</title>
		<link>http://www.wpbeginner.com/wp-themes/how-to-create-a-page-that-displays-a-random-post-in-wordpress/comment-page-1/#comment-7794</link>
		<dc:creator>Editorial Staff</dc:creator>
		<pubDate>Sat, 23 Jan 2010 03:03:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.wpbeginner.com/?p=1027#comment-7794</guid>
		<description>There is an error in coding.

You have an extra div being closed before it is supposed to be:

Check out the &lt;a href=&quot;http://validator.w3.org/check?uri=http%3A%2F%2Fwww.zen-moments.com%2Frandom-moments&amp;charset=%28detect+automatically%29&amp;doctype=Inline&amp;ss=1&amp;group=0&amp;user-agent=W3C_Validator%2F1.654&quot; rel=&quot;nofollow&quot;&gt;Validation&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>There is an error in coding.</p>
<p>You have an extra div being closed before it is supposed to be:</p>
<p>Check out the <a href="http://validator.w3.org/check?uri=http%3A%2F%2Fwww.zen-moments.com%2Frandom-moments&#038;charset=%28detect+automatically%29&#038;doctype=Inline&#038;ss=1&#038;group=0&#038;user-agent=W3C_Validator%2F1.654" rel="nofollow">Validation</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Rocheleau</title>
		<link>http://www.wpbeginner.com/wp-themes/how-to-create-a-page-that-displays-a-random-post-in-wordpress/comment-page-1/#comment-7775</link>
		<dc:creator>John Rocheleau</dc:creator>
		<pubDate>Fri, 22 Jan 2010 23:01:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.wpbeginner.com/?p=1027#comment-7775</guid>
		<description>Hi,

I have followed instructions here and my random page works fine in FireFox, but the css is not rendering properly at all in IE or Chrome. Oddly enough it does render ok in Chrome on my local version (local server) but not on the live version.

You can test it out for yourself if you go to my site and click on the Random Moments Icon in the sidebar or the menu item. 

Any thoughts?</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I have followed instructions here and my random page works fine in FireFox, but the css is not rendering properly at all in IE or Chrome. Oddly enough it does render ok in Chrome on my local version (local server) but not on the live version.</p>
<p>You can test it out for yourself if you go to my site and click on the Random Moments Icon in the sidebar or the menu item. </p>
<p>Any thoughts?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
