<?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 Dereck &#039;Deedz&#039; Bester</title>
	<atom:link href="http://dereckbester.co.za/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://dereckbester.co.za</link>
	<description>Designer &#124; Developer &#124; Technician</description>
	<lastBuildDate>Mon, 22 Nov 2010 10:37:07 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on The best ever broadband pricing in SA by Dereck Bester</title>
		<link>http://dereckbester.co.za/technology/the-best-ever-broadband-pricing-in-sa/comment-page-/#comment-36</link>
		<dc:creator>Dereck Bester</dc:creator>
		<pubDate>Mon, 22 Nov 2010 10:37:07 +0000</pubDate>
		<guid isPermaLink="false">http://dereckbester.co.za/?p=41#comment-36</guid>
		<description>Thank you for the feedback. 

Would it be possible for you to provide me with the page you were on?

Thanks,

Dereck</description>
		<content:encoded><![CDATA[<p>Thank you for the feedback. </p>
<p>Would it be possible for you to provide me with the page you were on?</p>
<p>Thanks,</p>
<p>Dereck</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress 3.0 Template Tags by Rams</title>
		<link>http://dereckbester.co.za/uncategorized/wordpress-3-0-template-tags/comment-page-1/#comment-34</link>
		<dc:creator>Rams</dc:creator>
		<pubDate>Sun, 21 Nov 2010 17:38:45 +0000</pubDate>
		<guid isPermaLink="false">http://dereckbester.co.za/?p=134#comment-34</guid>
		<description>Thank you dude! That does sound like it makes sense, so the big idea is to use these tags in templates right? And then enclosing them in div&#039;s or classes so you can position them and style them.

Im starting to get the big picture, am looking forward to some examples or tuts when u have any, thanks you again. And I like your site, nice background also.. just change the nav bar haha.

cheers mate</description>
		<content:encoded><![CDATA[<p>Thank you dude! That does sound like it makes sense, so the big idea is to use these tags in templates right? And then enclosing them in div&#8217;s or classes so you can position them and style them.</p>
<p>Im starting to get the big picture, am looking forward to some examples or tuts when u have any, thanks you again. And I like your site, nice background also.. just change the nav bar haha.</p>
<p>cheers mate</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress 3.0 Template Tags by Dereck Bester</title>
		<link>http://dereckbester.co.za/uncategorized/wordpress-3-0-template-tags/comment-page-1/#comment-32</link>
		<dc:creator>Dereck Bester</dc:creator>
		<pubDate>Fri, 19 Nov 2010 14:04:53 +0000</pubDate>
		<guid isPermaLink="false">http://dereckbester.co.za/?p=134#comment-32</guid>
		<description>Hi Rams,

Thank you for taking interest in my posts.

I&#039;ll create something basic for you and post it as soon as I&#039;m done.

Here is some explanation so long.

&lt;code&gt;get_post_thumbnail_id();&lt;/code&gt;
   1. If a thumbnail is set - Returns the ID of the Thumbnail attached to the post
   2. If no such attachment exists, the function returns null (Empty value) 

&lt;code&gt;get_the_post_thumbnail();&lt;/code&gt;

Gets Post Thumbnail as set in post&#039;s or page&#039;s edit screen. Thumbnail images are given class &quot;attachment-thumbnail&quot; 

&lt;code&gt;has_post_thumbnail();&lt;/code&gt;
Returns a boolean if post has an image attached (true) or not (false).

Note: To enable post thumbnails, the current theme must include add_theme_support( &#039;post-thumbnails&#039; ); in its functions.php file. 

&lt;code&gt;the_post_thumbnail();&lt;/code&gt;
Display Post Thumbnail as set in post&#039;s edit screen. Thumbnail images are given class &quot;attachment-thumbnail&quot;. 

Will let you know when I have some examples for you.

Regards,

Dereck</description>
		<content:encoded><![CDATA[<p>Hi Rams,</p>
<p>Thank you for taking interest in my posts.</p>
<p>I&#8217;ll create something basic for you and post it as soon as I&#8217;m done.</p>
<p>Here is some explanation so long.</p>
<p><code>get_post_thumbnail_id();</code><br />
   1. If a thumbnail is set &#8211; Returns the ID of the Thumbnail attached to the post<br />
   2. If no such attachment exists, the function returns null (Empty value) </p>
<p><code>get_the_post_thumbnail();</code></p>
<p>Gets Post Thumbnail as set in post&#8217;s or page&#8217;s edit screen. Thumbnail images are given class &#8220;attachment-thumbnail&#8221; </p>
<p><code>has_post_thumbnail();</code><br />
Returns a boolean if post has an image attached (true) or not (false).</p>
<p>Note: To enable post thumbnails, the current theme must include add_theme_support( &#8216;post-thumbnails&#8217; ); in its functions.php file. </p>
<p><code>the_post_thumbnail();</code><br />
Display Post Thumbnail as set in post&#8217;s edit screen. Thumbnail images are given class &#8220;attachment-thumbnail&#8221;. </p>
<p>Will let you know when I have some examples for you.</p>
<p>Regards,</p>
<p>Dereck</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress 3.0 Template Tags by Rams</title>
		<link>http://dereckbester.co.za/uncategorized/wordpress-3-0-template-tags/comment-page-1/#comment-31</link>
		<dc:creator>Rams</dc:creator>
		<pubDate>Fri, 19 Nov 2010 03:44:45 +0000</pubDate>
		<guid isPermaLink="false">http://dereckbester.co.za/?p=134#comment-31</guid>
		<description>Nice, ty for sharing but tell me, how do i put them to work?
got any tut i could use?

im getting the hang of building for wordpress,
look at the site to see what im currently building..
Its messy, but working.. im wanna learn more just need to know how to interpret some codes, i really wouldnt know where i could use such a things like: 

    * get_post_thumbnail_id();
    * get_the_post_thumbnail();
    * has_post_thumbnail();
    * the_post_thumbnail();</description>
		<content:encoded><![CDATA[<p>Nice, ty for sharing but tell me, how do i put them to work?<br />
got any tut i could use?</p>
<p>im getting the hang of building for wordpress,<br />
look at the site to see what im currently building..<br />
Its messy, but working.. im wanna learn more just need to know how to interpret some codes, i really wouldnt know where i could use such a things like: </p>
<p>    * get_post_thumbnail_id();<br />
    * get_the_post_thumbnail();<br />
    * has_post_thumbnail();<br />
    * the_post_thumbnail();</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 10 Most Awesomely-Offensive Slang Terms We Learned From South Park by Dereck Bester</title>
		<link>http://dereckbester.co.za/tv/10-most-awesomely-offensive-slang-terms-we-learned-from-south-park/comment-page-1/#comment-12</link>
		<dc:creator>Dereck Bester</dc:creator>
		<pubDate>Mon, 08 Nov 2010 06:15:53 +0000</pubDate>
		<guid isPermaLink="false">http://dereckbester.co.za/?p=118#comment-12</guid>
		<description>Yeah I like it. There&#039;s always something new to laugh at.</description>
		<content:encoded><![CDATA[<p>Yeah I like it. There&#8217;s always something new to laugh at.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 10 Most Awesomely-Offensive Slang Terms We Learned From South Park by Necro</title>
		<link>http://dereckbester.co.za/tv/10-most-awesomely-offensive-slang-terms-we-learned-from-south-park/comment-page-1/#comment-10</link>
		<dc:creator>Necro</dc:creator>
		<pubDate>Fri, 05 Nov 2010 09:05:44 +0000</pubDate>
		<guid isPermaLink="false">http://dereckbester.co.za/?p=118#comment-10</guid>
		<description>I take it your a bit of a south park fan.....</description>
		<content:encoded><![CDATA[<p>I take it your a bit of a south park fan&#8230;..</p>
]]></content:encoded>
	</item>
</channel>
</rss>

