<?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 Custom functions.php Template, Part 2</title>
	<atom:link href="http://digwp.com/2010/04/wordpress-custom-functions-php-template-part-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://digwp.com/2010/04/wordpress-custom-functions-php-template-part-2/</link>
	<description>Take your WordPress skills to the next level.</description>
	<lastBuildDate>Fri, 18 May 2012 18:22:36 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Suraj Shakya</title>
		<link>http://digwp.com/2010/04/wordpress-custom-functions-php-template-part-2/#comment-5807</link>
		<dc:creator>Suraj Shakya</dc:creator>
		<pubDate>Mon, 28 Jun 2010 08:36:59 +0000</pubDate>
		<guid isPermaLink="false">http://digwp.com/?p=1811#comment-5807</guid>
		<description>How do you disable Auto  from only one page say .. i have a page titled &#039;category&#039; and want to remove  auto formatting but retain  in other pages... when i add 

it disables all the  from the posts and pages ... can you help me out?</description>
		<content:encoded><![CDATA[<p>How do you disable Auto  from only one page say .. i have a page titled &#8216;category&#8217; and want to remove  auto formatting but retain  in other pages&#8230; when i add </p>
<p>it disables all the  from the posts and pages &#8230; can you help me out?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nesa</title>
		<link>http://digwp.com/2010/04/wordpress-custom-functions-php-template-part-2/#comment-4760</link>
		<dc:creator>Nesa</dc:creator>
		<pubDate>Tue, 18 May 2010 11:53:21 +0000</pubDate>
		<guid isPermaLink="false">http://digwp.com/?p=1811#comment-4760</guid>
		<description>This functions template was what I have been looking for.</description>
		<content:encoded><![CDATA[<p>This functions template was what I have been looking for.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jules</title>
		<link>http://digwp.com/2010/04/wordpress-custom-functions-php-template-part-2/#comment-4709</link>
		<dc:creator>Jules</dc:creator>
		<pubDate>Sun, 16 May 2010 01:02:30 +0000</pubDate>
		<guid isPermaLink="false">http://digwp.com/?p=1811#comment-4709</guid>
		<description>OK, I figured it out.  I changed 
&lt;code&gt;bloginfo(&#039;stylesheet_directory&#039;)&lt;/code&gt;
to
&lt;code&gt;get_bloginfo(&#039;stylesheet_directory&#039;)&lt;/code&gt;

&lt;code&gt;&lt;?php echo get_avatar(get_comment_author_email(), $size = &#039;50&#039;, $default = get_bloginfo(&#039;stylesheet_directory&#039;).&#039;/images/gravatar/gravatar.jpg&#039;); ?&gt;&lt;/code&gt;


Cheers! ~Jules</description>
		<content:encoded><![CDATA[<p>OK, I figured it out.  I changed<br />
<code>bloginfo('stylesheet_directory')</code><br />
to<br />
<code>get_bloginfo('stylesheet_directory')</code></p>
<p><code>&lt;?php echo get_avatar(get_comment_author_email(), $size = '50', $default = get_bloginfo('stylesheet_directory').'/images/gravatar/gravatar.jpg'); ?&gt;</code></p>
<p>Cheers! ~Jules</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jules</title>
		<link>http://digwp.com/2010/04/wordpress-custom-functions-php-template-part-2/#comment-4708</link>
		<dc:creator>Jules</dc:creator>
		<pubDate>Sun, 16 May 2010 00:00:58 +0000</pubDate>
		<guid isPermaLink="false">http://digwp.com/?p=1811#comment-4708</guid>
		<description>I have another quesition regarding the custom comment callback function.  For some reason my theme url is being included at the top of the comment-wrap div and I can&#039;t figure out where it&#039;s commng from.  Below is the code that the browser is rendering:

&lt;code&gt;&lt;li class=&quot;comment byuser comment-author-jules even thread-odd thread-alt depth-1&quot; id=&quot;comment-3&quot;&gt;&lt;/code&gt;
&#160;&#160;&#160;&#160;&#160;&lt;code&gt;&lt;div class=&quot;comment-wrap&quot;&gt;&lt;/code&gt;
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&lt;code&gt;http://mydomain.com/wp-content/themes/mytheme&lt;/code&gt;
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&lt;code&gt;&lt;img alt=&#039;&#039; src=http://www.gravatar.com/avatar/0af03e03df83c2ed5d99dc26bd5712bf?s=50&amp;d=%2Fimages%2Fgravatar%2Fgravatar.jpg&amp;r=G&#039; class=&#039;avatar avatar-50 photo&#039; height=&#039;50&#039; width=&#039;50&#039; /&gt;&lt;/code&gt;
        
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&lt;code&gt;&lt;div class=&quot;comment-intro&quot;&gt;&lt;/code&gt;
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&lt;code&gt;&lt;a href=&#039;http://userurl.com&#039; rel=&#039;external&#039; class=&#039;url&#039;&gt;Julie&lt;/a&gt;&lt;/code&gt;
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&lt;code&gt;&lt;a class=&quot;comment-permalink&quot; href=&quot;http://mydomain.com/2010/05/hello-world/comment-page-1/#comment-3&quot;&gt;May 15, 2010 @ 11:46 am&lt;/a&gt;&lt;/code&gt;
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&lt;code&gt;&lt;a class=&quot;comment-edit-link&quot; href=&quot;http://mydomain.com/wp-admin/comment.php?action=editcomment&amp;c=3&quot; title=&quot;Edit comment&quot;&gt;EDIT&lt;/a&gt;&lt;/code&gt;
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&lt;code&gt;&lt;/div&gt;&lt;/code&gt;
        
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&lt;code&gt;&lt;div class=&quot;comment-text&quot;&gt;&lt;/code&gt;
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&lt;code&gt;&lt;p&gt;user comment&lt;/p&gt;&lt;/code&gt;
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&lt;code&gt;&lt;/div&gt;&lt;/code&gt;

&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&lt;code&gt;&lt;div class=&quot;reply&quot; id=&quot;comment-reply-3&quot;&gt;&lt;/code&gt;
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&lt;code&gt;&lt;a class=&#039;comment-reply-link&#039; href=&#039;/2010/05/hello-world/comment-page-1/?replytocom=3#respond&#039; onclick=&#039;return addComment.moveForm(&quot;comment-reply-3&quot;, &quot;3&quot;, &quot;respond&quot;, &quot;1&quot;)&#039;&gt;Reply&lt;/a&gt; &#124; &lt;a href=&quot;http://mydomain.com/wp-admin/comment.php?action=cdc&amp;c=3&quot;&gt;Delete&lt;/a&gt; &#124; &lt;a href=&quot;http://mydomain.com/wp-admin/comment.php?action=cdc&amp;dt=spam&amp;c=3&quot;&gt;Spam&lt;/a&gt;&lt;/code&gt;
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&lt;code&gt;&lt;/div&gt;&lt;/code&gt;        
&#160;&#160;&#160;&#160;&#160;&lt;code&gt;&lt;/div&gt;&lt;/code&gt;
&lt;code&gt;&lt;/li&gt;&lt;/code&gt;

How do I remove the url:&lt;code&gt;http://mydomain.com/wp-content/themes/mytheme&lt;/code&gt; ?</description>
		<content:encoded><![CDATA[<p>I have another quesition regarding the custom comment callback function.  For some reason my theme url is being included at the top of the comment-wrap div and I can&#8217;t figure out where it&#8217;s commng from.  Below is the code that the browser is rendering:</p>
<p><code>&lt;li class="comment byuser comment-author-jules even thread-odd thread-alt depth-1" id="comment-3"&gt;</code><br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>&lt;div class="comment-wrap"&gt;</code><br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>http://mydomain.com/wp-content/themes/mytheme</code><br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>&lt;img alt='' src=http://www.gravatar.com/avatar/0af03e03df83c2ed5d99dc26bd5712bf?s=50&amp;amp;d=%2Fimages%2Fgravatar%2Fgravatar.jpg&amp;amp;r=G' class='avatar avatar-50 photo' height='50' width='50' /&gt;</code></p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>&lt;div class="comment-intro"&gt;</code><br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>&lt;a href='http://userurl.com' rel='external' class='url'&gt;Julie&lt;/a&gt;</code><br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>&lt;a class="comment-permalink" href="http://mydomain.com/2010/05/hello-world/comment-page-1/#comment-3"&gt;May 15, 2010 @ 11:46 am&lt;/a&gt;</code><br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>&lt;a class="comment-edit-link" href="http://mydomain.com/wp-admin/comment.php?action=editcomment&amp;amp;c=3" title="Edit comment"&gt;EDIT&lt;/a&gt;</code><br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>&lt;/div&gt;</code></p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>&lt;div class="comment-text"&gt;</code><br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>&lt;p&gt;user comment&lt;/p&gt;</code><br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>&lt;/div&gt;</code></p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>&lt;div class="reply" id="comment-reply-3"&gt;</code><br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>&lt;a class='comment-reply-link' href='/2010/05/hello-world/comment-page-1/?replytocom=3#respond' onclick='return addComment.moveForm("comment-reply-3", "3", "respond", "1")'&gt;Reply&lt;/a&gt; | &lt;a href="http://mydomain.com/wp-admin/comment.php?action=cdc&amp;c=3"&gt;Delete&lt;/a&gt; | &lt;a href="http://mydomain.com/wp-admin/comment.php?action=cdc&amp;dt=spam&amp;c=3"&gt;Spam&lt;/a&gt;</code><br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>&lt;/div&gt;</code><br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>&lt;/div&gt;</code><br />
<code>&lt;/li&gt;</code></p>
<p>How do I remove the url:<code>http://mydomain.com/wp-content/themes/mytheme</code> ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jules</title>
		<link>http://digwp.com/2010/04/wordpress-custom-functions-php-template-part-2/#comment-4707</link>
		<dc:creator>Jules</dc:creator>
		<pubDate>Sat, 15 May 2010 23:48:18 +0000</pubDate>
		<guid isPermaLink="false">http://digwp.com/?p=1811#comment-4707</guid>
		<description>I figured it out.  I added inside the the custom comments callback function

&lt;code&gt;&lt;div class=&quot;reply&quot; id=&quot;comment-reply-&lt;?php comment_ID(); ?&gt;&quot;&gt;&lt;/code&gt;
&#160;&#160;&#160;&#160;&#160;&lt;code&gt;&lt;?php comment_reply_link(array_merge($args, array(&#039;reply_text&#039;=&gt;&#039;Reply&#039;, &#039;login_text&#039;=&gt;&#039;Log in to Reply&#039;, &#039;add_below&#039;=&gt;&#039;comment-reply&#039;, &#039;depth&#039;=&gt;$depth, &#039;max_depth&#039;=&gt;$args[&#039;max_depth&#039;]))); ?&gt; &lt;/code&gt;
&#160;&#160;&#160;&#160;&#160;&lt;code&gt;&lt;?php delete_comment_link(get_comment_ID()); ?&gt;&lt;/code&gt;
&lt;code&gt;&lt;/div&gt;&lt;/code&gt;

Cheers!  ~Jules</description>
		<content:encoded><![CDATA[<p>I figured it out.  I added inside the the custom comments callback function</p>
<p><code>&lt;div class="reply" id="comment-reply-&lt;?php comment_ID(); ?&gt;"&gt;</code><br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>&lt;?php comment_reply_link(array_merge($args, array('reply_text'=&gt;'Reply', 'login_text'=&gt;'Log in to Reply', 'add_below'=&gt;'comment-reply', 'depth'=&gt;$depth, 'max_depth'=&gt;$args['max_depth']))); ?&gt; </code><br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>&lt;?php delete_comment_link(get_comment_ID()); ?&gt;</code><br />
<code>&lt;/div&gt;</code></p>
<p>Cheers!  ~Jules</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jules</title>
		<link>http://digwp.com/2010/04/wordpress-custom-functions-php-template-part-2/#comment-4703</link>
		<dc:creator>Jules</dc:creator>
		<pubDate>Sat, 15 May 2010 19:06:04 +0000</pubDate>
		<guid isPermaLink="false">http://digwp.com/?p=1811#comment-4703</guid>
		<description>&lt;blockquote&gt;Once this is included in your functions.php file, displaying the links is as easy as adding this to your comments loop:&lt;/blockquote&gt;

&lt;code&gt;&lt;?php delete_comment_link(get_comment_ID()); ?&gt;&lt;/code&gt;

I don&#039;t understand where inside the comments.php file loop to put this code.  Right now I have it after the list: &lt;code&gt;ol class=&quot;commentlist&quot;&lt;/code&gt; and it only shows up once, not on every comment.  Can you enlighten me?  Thank YOU!  Love the blog, love the e-book:-)</description>
		<content:encoded><![CDATA[<blockquote><p>Once this is included in your functions.php file, displaying the links is as easy as adding this to your comments loop:</p></blockquote>
<p><code>&lt;?php delete_comment_link(get_comment_ID()); ?&gt;</code></p>
<p>I don&#8217;t understand where inside the comments.php file loop to put this code.  Right now I have it after the list: <code>ol class="commentlist"</code> and it only shows up once, not on every comment.  Can you enlighten me?  Thank YOU!  Love the blog, love the e-book:-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GPL WP Themes</title>
		<link>http://digwp.com/2010/04/wordpress-custom-functions-php-template-part-2/#comment-4302</link>
		<dc:creator>GPL WP Themes</dc:creator>
		<pubDate>Sat, 17 Apr 2010 16:26:55 +0000</pubDate>
		<guid isPermaLink="false">http://digwp.com/?p=1811#comment-4302</guid>
		<description>It&#039;s a huge collections of custom functions.. I like it.. thanks for share Jeff</description>
		<content:encoded><![CDATA[<p>It&#8217;s a huge collections of custom functions.. I like it.. thanks for share Jeff</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bryan Green Photography</title>
		<link>http://digwp.com/2010/04/wordpress-custom-functions-php-template-part-2/#comment-4258</link>
		<dc:creator>Bryan Green Photography</dc:creator>
		<pubDate>Wed, 14 Apr 2010 06:01:30 +0000</pubDate>
		<guid isPermaLink="false">http://digwp.com/?p=1811#comment-4258</guid>
		<description>The custom gravatar is really cool. Thanks again for sharing and providing the code!</description>
		<content:encoded><![CDATA[<p>The custom gravatar is really cool. Thanks again for sharing and providing the code!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Starr</title>
		<link>http://digwp.com/2010/04/wordpress-custom-functions-php-template-part-2/#comment-4235</link>
		<dc:creator>Jeff Starr</dc:creator>
		<pubDate>Mon, 12 Apr 2010 20:32:44 +0000</pubDate>
		<guid isPermaLink="false">http://digwp.com/?p=1811#comment-4235</guid>
		<description>Thank you for pointing this out. I have fixed the error in both the article and the downloadable zip file. (Also consolidated your comments into one.) Much obliged :)</description>
		<content:encoded><![CDATA[<p>Thank you for pointing this out. I have fixed the error in both the article and the downloadable zip file. (Also consolidated your comments into one.) Much obliged :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Starr</title>
		<link>http://digwp.com/2010/04/wordpress-custom-functions-php-template-part-2/#comment-4233</link>
		<dc:creator>Jeff Starr</dc:creator>
		<pubDate>Mon, 12 Apr 2010 20:26:01 +0000</pubDate>
		<guid isPermaLink="false">http://digwp.com/?p=1811#comment-4233</guid>
		<description>That&#8217;s a good point. I will add a note to the article. Thanks!</description>
		<content:encoded><![CDATA[<p>That&rsquo;s a good point. I will add a note to the article. Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

