<?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 hacks and tips: Security</title>
	<atom:link href="http://sltaylor.co.uk/blog/wordpress-hacks-tips-security/feed/" rel="self" type="application/rss+xml" />
	<link>http://sltaylor.co.uk/blog/wordpress-hacks-tips-security/</link>
	<description>Freelance WordPress developer in London - XHTML, CSS &#38; design</description>
	<lastBuildDate>Wed, 28 Jul 2010 19:08:36 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: Steve</title>
		<link>http://sltaylor.co.uk/blog/wordpress-hacks-tips-security/#comment-1390</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Sun, 30 Aug 2009 13:41:04 +0000</pubDate>
		<guid isPermaLink="false">http://sltaylor.co.uk/?p=142#comment-1390</guid>
		<description>Thanks, Steve. I&#039;ve been writing html from scratch for quite a few years, using wordpress is only my second of two recent  &quot;website in a box&quot; installs. Frankly Wordpress has been the harder of the 2, and I always look for paths, so functions.php vs themes/functions.php told me where to go, I thought.

Just gotta figure out how to hack the header on this theme I&#039;m trying to use...

Steve</description>
		<content:encoded><![CDATA[<p>Thanks, Steve. I&#8217;ve been writing html from scratch for quite a few years, using wordpress is only my second of two recent  &#8220;website in a box&#8221; installs. Frankly WordPress has been the harder of the 2, and I always look for paths, so functions.php vs themes/functions.php told me where to go, I thought.</p>
<p>Just gotta figure out how to hack the header on this theme I&#8217;m trying to use&#8230;</p>
<p>Steve</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Taylor</title>
		<link>http://sltaylor.co.uk/blog/wordpress-hacks-tips-security/#comment-1389</link>
		<dc:creator>Steve Taylor</dc:creator>
		<pubDate>Sun, 30 Aug 2009 13:11:54 +0000</pubDate>
		<guid isPermaLink="false">http://sltaylor.co.uk/?p=142#comment-1389</guid>
		<description>Steve, I always assume when I mention adding code to functions.php that people know I mean the theme&#039;s functions.php. I guess you were altering /wp-includes/functions.php. Well again, I assume people know that altering core files is generally a no-no. Anyway, I&#039;ve altered the above wording to specify that it&#039;s the file in the theme...</description>
		<content:encoded><![CDATA[<p>Steve, I always assume when I mention adding code to functions.php that people know I mean the theme&#8217;s functions.php. I guess you were altering /wp-includes/functions.php. Well again, I assume people know that altering core files is generally a no-no. Anyway, I&#8217;ve altered the above wording to specify that it&#8217;s the file in the theme&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://sltaylor.co.uk/blog/wordpress-hacks-tips-security/#comment-1384</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Sun, 30 Aug 2009 00:05:32 +0000</pubDate>
		<guid isPermaLink="false">http://sltaylor.co.uk/?p=142#comment-1384</guid>
		<description>Thanks, Steve. I re-upped the virgin copy of functions.php form the zip file, which fixed the errors.

I then proceeded to look for a plugin to remove the tag, first at wordpress (I trust those more) to no avail, but found a nice metatag plugin for keywords and descriptions, seo stufff.

I then tried google and did find a couple, but in my mucking around found out that it is the theme/functions.php file that the code needs to go into.

Working great now, rss pages too. Also added your htaccess code for wp-config and htaccess.

This page is bookmarked for future installs.

Steve</description>
		<content:encoded><![CDATA[<p>Thanks, Steve. I re-upped the virgin copy of functions.php form the zip file, which fixed the errors.</p>
<p>I then proceeded to look for a plugin to remove the tag, first at wordpress (I trust those more) to no avail, but found a nice metatag plugin for keywords and descriptions, seo stufff.</p>
<p>I then tried google and did find a couple, but in my mucking around found out that it is the theme/functions.php file that the code needs to go into.</p>
<p>Working great now, rss pages too. Also added your htaccess code for wp-config and htaccess.</p>
<p>This page is bookmarked for future installs.</p>
<p>Steve</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Taylor</title>
		<link>http://sltaylor.co.uk/blog/wordpress-hacks-tips-security/#comment-1381</link>
		<dc:creator>Steve Taylor</dc:creator>
		<pubDate>Sat, 29 Aug 2009 12:07:14 +0000</pubDate>
		<guid isPermaLink="false">http://sltaylor.co.uk/?p=142#comment-1381</guid>
		<description>Hi Steve, &lt;code&gt;add_filter()&lt;/code&gt; is a built-in WordPress function (check &lt;a href=&quot;http://codex.wordpress.org/Function_Reference/add_filter&quot; rel=&quot;nofollow&quot;&gt;the Codex&lt;/a&gt;). If it&#039;s generating an &quot;undefined function&quot; error in your theme&#039;s functions.php file, I&#039;m a little lost for ideas. I can&#039;t think how I would generate that error if I wanted to! It suggests you&#039;ve got some kind of serious problem with your theme set-up, but I can&#039;t guess what. If your site&#039;s otherwise working, maybe use one of the many plugins that can remove the generator tags?</description>
		<content:encoded><![CDATA[<p>Hi Steve, <code>add_filter()</code> is a built-in WordPress function (check <a href="http://codex.wordpress.org/Function_Reference/add_filter">the Codex</a>). If it&#8217;s generating an &#8220;undefined function&#8221; error in your theme&#8217;s functions.php file, I&#8217;m a little lost for ideas. I can&#8217;t think how I would generate that error if I wanted to! It suggests you&#8217;ve got some kind of serious problem with your theme set-up, but I can&#8217;t guess what. If your site&#8217;s otherwise working, maybe use one of the many plugins that can remove the generator tags?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://sltaylor.co.uk/blog/wordpress-hacks-tips-security/#comment-1378</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Sat, 29 Aug 2009 02:08:40 +0000</pubDate>
		<guid isPermaLink="false">http://sltaylor.co.uk/?p=142#comment-1378</guid>
		<description>when I put in your code to remove the generator tags I get an error:
Fatal error: Call to undefined function add_filter() in /---/---/---/---/functions.php on line 75.

Am I doing something wrong.

Really, really nice resource. Thanks</description>
		<content:encoded><![CDATA[<p>when I put in your code to remove the generator tags I get an error:<br />
Fatal error: Call to undefined function add_filter() in /&#8212;/&#8212;/&#8212;/&#8212;/functions.php on line 75.</p>
<p>Am I doing something wrong.</p>
<p>Really, really nice resource. Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>
