<?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: Wordpress wp_list_comments()</title>
	<atom:link href="http://www.scriptygoddess.com/archives/2009/01/15/wordpress-wp_list_comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.scriptygoddess.com/archives/2009/01/15/wordpress-wp_list_comments/</link>
	<description></description>
	<lastBuildDate>Sat, 13 Mar 2010 16:59:33 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jennifer</title>
		<link>http://www.scriptygoddess.com/archives/2009/01/15/wordpress-wp_list_comments/comment-page-1/#comment-645171</link>
		<dc:creator>Jennifer</dc:creator>
		<pubDate>Thu, 11 Mar 2010 04:44:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/?p=1574#comment-645171</guid>
		<description>So I was testing this out to see if maybe something changed in the latest version - I had a test wordpress setup - and just dumped the mycomment function in the functions.php file and got the same error you did. But what I realized is that I had actually placed it BELOW the  close php tag just above it... ie. the function looked like this before I put the new code in:
...last function in functions.php actually is printing something to screen...
&lt;?php } ?&gt;

And right here is where I dumped my function...

do you see the problem? (the php file is close just above where I put my function... so in that last line, I had to remove the close php:
&lt;?php }
NEW FUNCTION GOES HERE..

That may not have been the same problem you&#039;re having - but you never know. It&#039;s just funny that it gave the same response you describe. Otherwise, once i fixed that, everything worked fine...</description>
		<content:encoded><![CDATA[<p>So I was testing this out to see if maybe something changed in the latest version &#8211; I had a test wordpress setup &#8211; and just dumped the mycomment function in the functions.php file and got the same error you did. But what I realized is that I had actually placed it BELOW the  close php tag just above it&#8230; ie. the function looked like this before I put the new code in:<br />
&#8230;last function in functions.php actually is printing something to screen&#8230;<br />
&lt;?php } ?&gt;</p>
<p>And right here is where I dumped my function&#8230;</p>
<p>do you see the problem? (the php file is close just above where I put my function&#8230; so in that last line, I had to remove the close php:<br />
&lt;?php }<br />
NEW FUNCTION GOES HERE..</p>
<p>That may not have been the same problem you&#039;re having &#8211; but you never know. It&#039;s just funny that it gave the same response you describe. Otherwise, once i fixed that, everything worked fine&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: KDesign</title>
		<link>http://www.scriptygoddess.com/archives/2009/01/15/wordpress-wp_list_comments/comment-page-1/#comment-645170</link>
		<dc:creator>KDesign</dc:creator>
		<pubDate>Thu, 11 Mar 2010 04:05:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/?p=1574#comment-645170</guid>
		<description>Hi, thanks for the tutorial. I&#039;m having problems though that I can&#039;t seem to find an answer to on the web.

When I follow the example in the Codex http://codex.wordpress.org/Template_Tags/wp_list_comments#Comments_Only_With_A_Custom_Comment_Display, as you&#039;ve done in your article, I keep getting an error message after updating functions.php. 

It says: Parse error: syntax error, unexpected &#039;}&#039; in /home4/popsicl2/public_html/wp-content/themes/magadine12/functions.php on line 26

Have you ever had this problem? I&#039;m not sure where the problem would be seeing as I copied and pasted everything exactly, and I don&#039;t know if there are other files I should be looking at besides comments.php and functions.php. My functions.php file doesn&#039;t even have any other code in there besides this custom callback one.

Any help would be much appreciated! And if it helps, I&#039;m using version 2.9.2. Thanks.</description>
		<content:encoded><![CDATA[<p>Hi, thanks for the tutorial. I&#039;m having problems though that I can&#039;t seem to find an answer to on the web.</p>
<p>When I follow the example in the Codex <a href="http://codex.wordpress.org/Template_Tags/wp_list_comments#Comments_Only_With_A_Custom_Comment_Display" rel="nofollow">http://codex.wordpress.org/Template_Tags/wp_list_comments#Comments_Only_With_A_Custom_Comment_Display</a>, as you&#039;ve done in your article, I keep getting an error message after updating functions.php. </p>
<p>It says: Parse error: syntax error, unexpected &#039;}&#039; in /home4/popsicl2/public_html/wp-content/themes/magadine12/functions.php on line 26</p>
<p>Have you ever had this problem? I&#039;m not sure where the problem would be seeing as I copied and pasted everything exactly, and I don&#039;t know if there are other files I should be looking at besides comments.php and functions.php. My functions.php file doesn&#039;t even have any other code in there besides this custom callback one.</p>
<p>Any help would be much appreciated! And if it helps, I&#039;m using version 2.9.2. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cenay : Wordpress Blogging Coach</title>
		<link>http://www.scriptygoddess.com/archives/2009/01/15/wordpress-wp_list_comments/comment-page-1/#comment-643805</link>
		<dc:creator>Cenay : Wordpress Blogging Coach</dc:creator>
		<pubDate>Tue, 26 Jan 2010 02:32:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/?p=1574#comment-643805</guid>
		<description>Interesting. I am working with a new theme that I believe BREAKS the silly comments. I am hoping this information will help me find the dang thing. 

Implemented the new updates to the functions.php file first, along with the new call in my themes comments.php file. The interesting part is that bypasses the HTML to standard HTML didn&#039;t fix it. 

Guess I am going to have to break down and buy the PHP debugger I have been eyeballing and trace where it goes wrong. 

Thanks for your insights and help.</description>
		<content:encoded><![CDATA[<p>Interesting. I am working with a new theme that I believe BREAKS the silly comments. I am hoping this information will help me find the dang thing. </p>
<p>Implemented the new updates to the functions.php file first, along with the new call in my themes comments.php file. The interesting part is that bypasses the HTML to standard HTML didn&#039;t fix it. </p>
<p>Guess I am going to have to break down and buy the PHP debugger I have been eyeballing and trace where it goes wrong. </p>
<p>Thanks for your insights and help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott H</title>
		<link>http://www.scriptygoddess.com/archives/2009/01/15/wordpress-wp_list_comments/comment-page-1/#comment-643199</link>
		<dc:creator>Scott H</dc:creator>
		<pubDate>Mon, 04 Jan 2010 22:45:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/?p=1574#comment-643199</guid>
		<description>The code block you provided for functions.php is missing the php start tag at the beginning and a php end tag at the end of the code. 

I&#039;m guessing WP ate them up  ;)</description>
		<content:encoded><![CDATA[<p>The code block you provided for functions.php is missing the php start tag at the beginning and a php end tag at the end of the code. </p>
<p>I&#039;m guessing WP ate them up  <img src='http://www.scriptygoddess.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott H</title>
		<link>http://www.scriptygoddess.com/archives/2009/01/15/wordpress-wp_list_comments/comment-page-1/#comment-643198</link>
		<dc:creator>Scott H</dc:creator>
		<pubDate>Mon, 04 Jan 2010 22:17:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/?p=1574#comment-643198</guid>
		<description>Thanks for saving the day again. 

I&#039;m working on a new WP install after not having done one in a while and I&#039;m finding WP&#039;s hide the html code from the kids attitude pretty annoying.</description>
		<content:encoded><![CDATA[<p>Thanks for saving the day again. </p>
<p>I&#039;m working on a new WP install after not having done one in a while and I&#039;m finding WP&#039;s hide the html code from the kids attitude pretty annoying.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gerrit Fries</title>
		<link>http://www.scriptygoddess.com/archives/2009/01/15/wordpress-wp_list_comments/comment-page-1/#comment-641896</link>
		<dc:creator>Gerrit Fries</dc:creator>
		<pubDate>Sun, 29 Nov 2009 00:55:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/?p=1574#comment-641896</guid>
		<description>Thanks a lot! I am building my own blog right now - so this was nice tip to use my own gravatar function (which stores image on my server) on comments.</description>
		<content:encoded><![CDATA[<p>Thanks a lot! I am building my own blog right now &#8211; so this was nice tip to use my own gravatar function (which stores image on my server) on comments.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff</title>
		<link>http://www.scriptygoddess.com/archives/2009/01/15/wordpress-wp_list_comments/comment-page-1/#comment-630714</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Wed, 06 May 2009 04:51:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/?p=1574#comment-630714</guid>
		<description>The new comment features in 2.7 make a lot of things easier but you&#039;re so right in that it&#039;s now a freakin&#039; pain to get rid of the &quot;says&quot;...</description>
		<content:encoded><![CDATA[<p>The new comment features in 2.7 make a lot of things easier but you&#039;re so right in that it&#039;s now a freakin&#039; pain to get rid of the &#034;says&#034;&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Jaquith</title>
		<link>http://www.scriptygoddess.com/archives/2009/01/15/wordpress-wp_list_comments/comment-page-1/#comment-630426</link>
		<dc:creator>Mark Jaquith</dc:creator>
		<pubDate>Fri, 01 May 2009 08:05:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/?p=1574#comment-630426</guid>
		<description>The reason for no ending &lt;/li&gt; is for threaded comments, where the child comments have to be within the parent list item. If you close it here, WordPress won&#039;t be able to create a valid ol/li tree.</description>
		<content:encoded><![CDATA[<p>The reason for no ending &lt;/li&gt; is for threaded comments, where the child comments have to be within the parent list item. If you close it here, WordPress won&#039;t be able to create a valid ol/li tree.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Upgrading Your Comments Area in Wordpress 2.7 &#124; Addicott Web</title>
		<link>http://www.scriptygoddess.com/archives/2009/01/15/wordpress-wp_list_comments/comment-page-1/#comment-623991</link>
		<dc:creator>Upgrading Your Comments Area in Wordpress 2.7 &#124; Addicott Web</dc:creator>
		<pubDate>Fri, 06 Mar 2009 20:35:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/?p=1574#comment-623991</guid>
		<description>[...] Code for functions.php (from Scriptygoddess) [...]</description>
		<content:encoded><![CDATA[<p>[...] Code for functions.php (from Scriptygoddess) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zakkap</title>
		<link>http://www.scriptygoddess.com/archives/2009/01/15/wordpress-wp_list_comments/comment-page-1/#comment-623306</link>
		<dc:creator>zakkap</dc:creator>
		<pubDate>Sat, 28 Feb 2009 21:44:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/?p=1574#comment-623306</guid>
		<description>hey great post - the wordpress codex has so little information about this. you explained it clearly. and who is wordpress to tell us that we &quot;shouldn&#039;t need to change&quot; the HTML.</description>
		<content:encoded><![CDATA[<p>hey great post &#8211; the wordpress codex has so little information about this. you explained it clearly. and who is wordpress to tell us that we &#034;shouldn&#039;t need to change&#034; the HTML.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.262 seconds -->
