<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Technology, Computer, Network and Games Cheat &#187; WordPress</title>
	<atom:link href="http://www.gamescheat.ca/tag/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gamescheat.ca</link>
	<description>Day to day technical how to - by Andrew Lin</description>
	<lastBuildDate>Fri, 06 Aug 2010 20:42:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>How to remove the time stamp in WordPress?</title>
		<link>http://www.gamescheat.ca/2009/04/how-to-remove-the-time-stamp-in-wordpress/</link>
		<comments>http://www.gamescheat.ca/2009/04/how-to-remove-the-time-stamp-in-wordpress/#comments</comments>
		<pubDate>Fri, 24 Apr 2009 02:51:18 +0000</pubDate>
		<dc:creator>Andrew Lin</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.gamescheat.ca/?p=110</guid>
		<description><![CDATA[How to remove the time stamp in WordPress? Well, that depends on the theme you are using. The most common answer is to remove this code from page.php or which ever file you find this code in. I would just remark it out by inserting /* before and */ after the code. If you want [...]]]></description>
			<content:encoded><![CDATA[<p>How to remove the time stamp in WordPress? Well, that depends on the theme you are using.  The most common answer is to remove this code from page.php or which ever file you find this code in.  I would just remark it out by inserting /* before and  */  after the code.</p>
<p><?php the_time(); ?></p>
<p>If you want to remove the date then remark out this code.<br />
<?php the_date(); ?></p>
<p>In my case I remarked the following code:</p>
<p>&#8220;<strong>/*.get_the_time(get_option(&#8216;time_format&#8217;)).&#8221;h.&#8221;*/</strong></p>
<p>The files that conains this code are index.php, single.php and archive.php.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gamescheat.ca/2009/04/how-to-remove-the-time-stamp-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Block Spam from my WordPress Blog by turning off trackback</title>
		<link>http://www.gamescheat.ca/2007/12/block-spam-from-my-wordpress-blog-by-turning-off-trackback/</link>
		<comments>http://www.gamescheat.ca/2007/12/block-spam-from-my-wordpress-blog-by-turning-off-trackback/#comments</comments>
		<pubDate>Mon, 03 Dec 2007 04:46:01 +0000</pubDate>
		<dc:creator>Andrew Lin</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Spam]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.gamescheat.ca/2007/12/02/block-spam-from-my-wordpress-blog-by-turning-off-trackback/</guid>
		<description><![CDATA[My blog has been inundated with spam, I do not want to block valid comments only the spammers. The trackback option is enabled and this allows spammers to post comments without registering a valid email address. Turning off trackback or ping back would prevent this, I have known about this for a while but have [...]]]></description>
			<content:encoded><![CDATA[<p>My blog has been inundated with spam, I do not want to block valid comments only the spammers. The trackback option is enabled and this allows spammers to post comments without registering a valid email address. Turning off trackback or ping back would prevent this, I have known about this for a while but have been too lazy to get around applying the fix. But I finally applied the fix by turning off trackback, with this command in MySql, <tt>UPDATE wp_posts SET ping_status="closed".<br />
Below is what I cut and pasted from the WordPress FAQ.  I did not write it, simply cut and pasted it.</tt></p>
<p><tt><br />
<strong> I have disabled comments, but comments continue to be posted</strong></tt></p>
<p><tt>If you have unchecked <strong>Allow people to post comments on the article</strong> on the Options &gt; Discussion panel, then you have only disabled comments on <em>future posts</em>.  To completely disable comments, you will have to edit each past post and uncheck <strong>Allow Comments</strong> from the Write Post SubPanel.  Alternatively, you could delete the <tt>wp-comments-post.php</tt> file, or run this MySQL query, from the command line on a shell account, or using phpMyAdmin:  <tt>UPDATE wp_posts SET comment_status="closed";</tt></tt></p>
<p class="editsection" style="float: right; margin-left: 5px"><tt> <a title="I_have_disabled_trackbacks.2C_but_trackbacks_continue_to_be_posted" name="I_have_disabled_trackbacks.2C_but_trackbacks_continue_to_be_posted"></a></tt></p>
<h3><tt>I have disabled trackbacks, but trackbacks continue to be posted</tt></h3>
<p><tt>If you have unchecked <strong>Allow link notifications from other Weblogs (pingbacks and trackbacks.)</strong> on the Options &gt; Discussion panel, then you have only disabled trackbacks on <em>future posts</em>.  To completely disable trackbacks, you will have to edit each past post and uncheck <strong>Allow Pings</strong> from the Write Post SubPanel.  Alternatively, you could just simply delete the <tt>wp-trackback.php</tt> file, or run this MySQL query, from the command line on a shell account, or using PHPMyAdmin: <tt>UPDATE wp_posts SET ping_status="closed";</tt></tt></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gamescheat.ca/2007/12/block-spam-from-my-wordpress-blog-by-turning-off-trackback/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
