<?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>Tue, 10 Jan 2012 01:21:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Adding Comment Counts to Theme Files :: The English Guy Web Design</title>
		<link>http://www.scriptygoddess.com/archives/2009/01/15/wordpress-wp_list_comments/comment-page-1/#comment-681435</link>
		<dc:creator>Adding Comment Counts to Theme Files :: The English Guy Web Design</dc:creator>
		<pubDate>Sun, 13 Nov 2011 14:17:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/?p=1574#comment-681435</guid>
		<description>[...] Scriptgoddess has a good write-up of how to use wp_list_comments() with callback; [...]</description>
		<content:encoded><![CDATA[<p>[...] Scriptgoddess has a good write-up of how to use wp_list_comments() with callback; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jennifer</title>
		<link>http://www.scriptygoddess.com/archives/2009/01/15/wordpress-wp_list_comments/comment-page-1/#comment-657665</link>
		<dc:creator>Jennifer</dc:creator>
		<pubDate>Tue, 25 Jan 2011 20:55:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/?p=1574#comment-657665</guid>
		<description>No - don&#039;t delete that part. The assumption is that you are placing this in the middle of a functions.php file - which already has a starting &lt;?php in the beginning and and ending ?&gt; - in the middle of that function we&#039;re basically &quot;echoing&quot; some HTML (not by explicitly saying echo &quot;this&quot;; but by closing the php tag - putting in the html and then opening up the php again to end the function... Not sure if that makes sense or not ... either way... don&#039;t delete it :)</description>
		<content:encoded><![CDATA[<p>No &#8211; don&#039;t delete that part. The assumption is that you are placing this in the middle of a functions.php file &#8211; which already has a starting &lt;?php in the beginning and and ending ?&gt; &#8211; in the middle of that function we&#039;re basically &#034;echoing&#034; some HTML (not by explicitly saying echo &#034;this&#034;; but by closing the php tag &#8211; putting in the html and then opening up the php again to end the function&#8230; Not sure if that makes sense or not &#8230; either way&#8230; don&#039;t delete it <img src='http://www.scriptygoddess.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Elliot</title>
		<link>http://www.scriptygoddess.com/archives/2009/01/15/wordpress-wp_list_comments/comment-page-1/#comment-657633</link>
		<dc:creator>Elliot</dc:creator>
		<pubDate>Tue, 25 Jan 2011 11:55:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/?p=1574#comment-657633</guid>
		<description>Not sure if this is just me, as im not too amazing with this but at the end you have:

&lt;?php
}

Im assuming that &lt;?php needs to be deleted as it will obviosuly cause a syntax error.  Or am I just being stupid :D</description>
		<content:encoded><![CDATA[<p>Not sure if this is just me, as im not too amazing with this but at the end you have:</p>
<p>&lt;?php<br />
}</p>
<p>Im assuming that &lt;?php needs to be deleted as it will obviosuly cause a syntax error.  Or am I just being stupid <img src='http://www.scriptygoddess.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephen Cronin</title>
		<link>http://www.scriptygoddess.com/archives/2009/01/15/wordpress-wp_list_comments/comment-page-1/#comment-647412</link>
		<dc:creator>Stephen Cronin</dc:creator>
		<pubDate>Sun, 30 May 2010 01:20:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/?p=1574#comment-647412</guid>
		<description>Hi,

I just edited the documentation at http://codex.wordpress.org/Template_Tags/wp_list_comments#Parameters to change the &quot;Not recommended&quot; to &quot;Use with caution&quot;, which I think is more appropriate. You know any one can do this right? :)

We&#039;ll see if they let it stand. Note that the new default theme in WordPress 3.0 (Twenty Ten) uses the callback function (to allow child themes to override it with their own code).</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I just edited the documentation at <a href="http://codex.wordpress.org/Template_Tags/wp_list_comments#Parameters" rel="nofollow">http://codex.wordpress.org/Template_Tags/wp_list_comments#Parameters</a> to change the &#034;Not recommended&#034; to &#034;Use with caution&#034;, which I think is more appropriate. You know any one can do this right? <img src='http://www.scriptygoddess.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>We&#039;ll see if they let it stand. Note that the new default theme in WordPress 3.0 (Twenty Ten) uses the callback function (to allow child themes to override it with their own code).</p>
]]></content:encoded>
	</item>
	<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>
</channel>
</rss>

