<?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>gHacks technology news &#187; wordpress blog</title>
	<atom:link href="http://www.ghacks.net/tag/wordpress-blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ghacks.net</link>
	<description>A technology blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description>
	<lastBuildDate>Tue, 24 Nov 2009 20:14:29 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Wordpress Blogs: Create Custom Tag Pages</title>
		<link>http://www.ghacks.net/2009/04/08/wordpress-blogs-create-custom-tag-pages/</link>
		<comments>http://www.ghacks.net/2009/04/08/wordpress-blogs-create-custom-tag-pages/#comments</comments>
		<pubDate>Wed, 08 Apr 2009 07:06:51 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Tutorials Advanced]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[custom tag pages]]></category>
		<category><![CDATA[custom tags]]></category>
		<category><![CDATA[tags]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress blog]]></category>
		<category><![CDATA[wordpress tips]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2009/04/08/wordpress-blogs-create-custom-tag-pages/</guid>
		<description><![CDATA[A Wordpress blog post consists of a handful of elements like the title and body but also tags, categories and comments. Tag pages usually display excerpts of all posts that use the same tag. One example: If you search for Windows 7 Download on Google you find that a tag page for my website Windows [...]]]></description>
			<content:encoded><![CDATA[<p>A Wordpress blog post consists of a handful of elements like the title and body but also tags, categories and comments. Tag pages usually display excerpts of all posts that use the same tag. One example: If you search for <a href="http://windows7news.com/tag/windows-7-download/">Windows 7 Download</a> on Google you find that a tag page for my website <a href="http://windows7news.com/">Windows 7</a> News is ranking on the third page of the results. Tag pages on the other hand are usually not the pages that visitors expect when visiting a website.</p>
<p>Webmasters can however utilize tag pages better in their Wordpress blogs by creating so called custom tag pages which can contain any information they want. If you open the page above you notice that it does not contain a listing of blog excerpts but a custom page for that tag.</p>
<p>Wordpress provides the means to create those custom tag pages easily. Custom tag pages can be created in the theme directory of the Wordpress directory by adding a new template file to the theme. This new template file needs to begin with tag followed by the post slug of the tag. In the case of the Windows 7 Download tag it would have to be named <strong>tag-windows-7-download.php</strong>.</p>
<p><span id="more-11768"></span>Custom tag pages have a higher priority than the default ones that show only excerpts of the posts. The easiest way to fill the custom tag with content is the following:</p>
<p>Wordpress looks for the following files in order to create those tag pages:</p>
<ul>
<li>tag-slug.php</li>
<li>tag.php</li>
<li>archive.php</li>
<li>index.php</li>
</ul>
<p>Look into your theme folder and see if there is a tag.php file. If it is copy its contents and create a new php file that is using the tag-slug.php as its name. If ther eis no tag.php look for archive.php and finally index.php.</p>
<p>Now simply add content to the file. It might take some experimentation at the beginning but it can be really worth it in the long run. If you have any questions or additions let me know in the comments.</p>

	Tags: <a href="http://www.ghacks.net/tag/blog/" title="blog" rel="tag">blog</a>, <a href="http://www.ghacks.net/tag/custom-tag-pages/" title="custom tag pages" rel="tag">custom tag pages</a>, <a href="http://www.ghacks.net/tag/custom-tags/" title="custom tags" rel="tag">custom tags</a>, <a href="http://www.ghacks.net/tag/tags/" title="tags" rel="tag">tags</a>, <a href="http://www.ghacks.net/tag/web-development/" title="web development" rel="tag">web development</a>, <a href="http://www.ghacks.net/tag/wordpress/" title="wordpress" rel="tag">wordpress</a>, <a href="http://www.ghacks.net/tag/wordpress-blog/" title="wordpress blog" rel="tag">wordpress blog</a>, <a href="http://www.ghacks.net/tag/wordpress-tips/" title="wordpress tips" rel="tag">wordpress tips</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/02/02/wordpress-your-attempt-to-edit-this-post-has-failed/" title="Wordpress: Your attempt to edit this post has failed (February 2, 2009)">Wordpress: Your attempt to edit this post has failed</a> (8)</li>
	<li><a href="http://www.ghacks.net/2008/11/25/wordpress-265-security-update/" title="Wordpress 2.6.5 Security Update (November 25, 2008)">Wordpress 2.6.5 Security Update</a> (0)</li>
	<li><a href="http://www.ghacks.net/2009/04/09/how-to-show-5-top-categories-in-wordpress/" title="How to show 5 top categories in Wordpress (April 9, 2009)">How to show 5 top categories in Wordpress</a> (9)</li>
	<li><a href="http://www.ghacks.net/2008/08/05/zoundry-raven-portable-blog-editor/" title="Zoundry Raven portable Blog Editor (August 5, 2008)">Zoundry Raven portable Blog Editor</a> (6)</li>
	<li><a href="http://www.ghacks.net/2009/04/16/wordpress-seo-advanced-nofollow/" title="Wordpress SEO: Advanced Nofollow (April 16, 2009)">Wordpress SEO: Advanced Nofollow</a> (3)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/04/08/wordpress-blogs-create-custom-tag-pages/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Wordpress 2.7.1 Update</title>
		<link>http://www.ghacks.net/2009/02/11/wordpress-271-update/</link>
		<comments>http://www.ghacks.net/2009/02/11/wordpress-271-update/#comments</comments>
		<pubDate>Tue, 10 Feb 2009 22:59:07 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[software]]></category>
		<category><![CDATA[blog software]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress 2.7.1]]></category>
		<category><![CDATA[wordpress blog]]></category>
		<category><![CDATA[wordpress bugs]]></category>
		<category><![CDATA[wordpress update]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=10460</guid>
		<description><![CDATA[Seems the Wordpress developers have finally released a new version of the free blog software. The update to Wordpress 2.7.1 (from 2.7) is a maintenance release which fixes 68 tickets. It is therefor a recommended upgrade and should be applied by Wordpress webmasters as soon as possible. The Wordpress tracker which is mentioned on the [...]]]></description>
			<content:encoded><![CDATA[<p>Seems the Wordpress developers have finally released a new version of the free blog software. The update to Wordpress 2.7.1 (from 2.7) is a maintenance release which fixes 68 tickets. It is therefor a recommended upgrade and should be applied by Wordpress webmasters as soon as possible. The Wordpress tracker which is mentioned on the update page is currently unavailable which is probably due to the release announcement which is visible for every admin in the Wordpress interface.</p>
<p>You can download the latest version of <a href="http://wordpress.org/development/2009/02/wordpress-271/">Wordpress</a> from the official website or apply the upgrade manually in the Wordpress interface. You can take a look at in depth file changes by following <a href="http://trac.wordpress.org/changeset?old_path=tags%2F2.7&#038;old=10539&#038;new_path=tags%2F2.7.1&#038;new=10539">this</a> link or at the 68 tickets that have been closed <a href="http://trac.wordpress.org/query?status=closed&#038;milestone=2.7.1&#038;resolution=fixed&#038;order=priority">here</a>.</p>
<p>The update includes six tickets with a high rating and more than 50 rated as normal. While the update does not list many security fixes it is still recommended to update as soon as possible. The update will not alter the database and should not break anything including plugins or themes.</p>
<p><span id="more-10460"></span></p>

	Tags: <a href="http://www.ghacks.net/tag/blog-software/" title="blog software" rel="tag">blog software</a>, <a href="http://www.ghacks.net/tag/wordpress/" title="wordpress" rel="tag">wordpress</a>, <a href="http://www.ghacks.net/tag/wordpress-271/" title="wordpress 2.7.1" rel="tag">wordpress 2.7.1</a>, <a href="http://www.ghacks.net/tag/wordpress-blog/" title="wordpress blog" rel="tag">wordpress blog</a>, <a href="http://www.ghacks.net/tag/wordpress-bugs/" title="wordpress bugs" rel="tag">wordpress bugs</a>, <a href="http://www.ghacks.net/tag/wordpress-update/" title="wordpress update" rel="tag">wordpress update</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/11/25/wordpress-265-security-update/" title="Wordpress 2.6.5 Security Update (November 25, 2008)">Wordpress 2.6.5 Security Update</a> (0)</li>
	<li><a href="http://www.ghacks.net/2008/04/25/wordpress-251-released/" title="Wordpress 2.5.1 released (April 25, 2008)">Wordpress 2.5.1 released</a> (1)</li>
	<li><a href="http://www.ghacks.net/2009/02/02/wordpress-your-attempt-to-edit-this-post-has-failed/" title="Wordpress: Your attempt to edit this post has failed (February 2, 2009)">Wordpress: Your attempt to edit this post has failed</a> (8)</li>
	<li><a href="http://www.ghacks.net/2008/07/27/wordpress-issues/" title="Wordpress Issues (July 27, 2008)">Wordpress Issues</a> (16)</li>
	<li><a href="http://www.ghacks.net/2007/12/01/wordpress-incorrect-password/" title="Wordpress Incorrect Password (December 1, 2007)">Wordpress Incorrect Password</a> (2)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/02/11/wordpress-271-update/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Wordpress: Your attempt to edit this post has failed</title>
		<link>http://www.ghacks.net/2009/02/02/wordpress-your-attempt-to-edit-this-post-has-failed/</link>
		<comments>http://www.ghacks.net/2009/02/02/wordpress-your-attempt-to-edit-this-post-has-failed/#comments</comments>
		<pubDate>Mon, 02 Feb 2009 20:45:37 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Tutorials Basic]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress autosave]]></category>
		<category><![CDATA[wordpress blog]]></category>
		<category><![CDATA[wordpress bug]]></category>
		<category><![CDATA[wordpress error]]></category>
		<category><![CDATA[wordpress tip]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=10296</guid>
		<description><![CDATA[There are usually two areas that can cause problems and errors in a Wordpress blog. The first are plugins that produce incompatibilities or display errors while the second are problems after updates of the blog software itself. 
There have been some problematic messages occasionally when trying to publish posts lately. The error message Your attempt [...]]]></description>
			<content:encoded><![CDATA[<p>There are usually two areas that can cause problems and errors in a Wordpress blog. The first are plugins that produce incompatibilities or display errors while the second are problems after updates of the blog software itself. </p>
<p>There have been some problematic messages occasionally when trying to publish posts lately. The error message Your attempt to edit this post [..] has failed appeared occasionally after upgrading to Wordpress 2.7. Wordpress was not able to publish the article which was bad enough but the underlying problem was that all work up to the point of the last auto save was lost as well.</p>
<p>This usually meant that the tags, categories and other last minute edits (like urls) were missing from the posts and had to be added again. The second edit and publishing always succeeded without difficulties.</p>
<p><span id="more-10296"></span>The first thought was that this could have something to do with the automatic saves of posts before publishing. A quick research on the Wordpress support forum seemed to confirm that.</p>
<p>The fix is apparently the following:</p>
<p>Locate the file post-new.php in the wp-admin folder of the Wordpress installation. Find the following line in that file <code>wp_enqueue_script('autosave');</code> and replace it with <code>//wp_enqueue_script('autosave');</code>.</p>
<p>The // in front of the row make the entire row a comment which essentially means that the command will not be executed. This will practically disable auto save during post publishing meaning that you will hacve to click on the Save Draft button before you leave an unfinished post page.</p>

	Tags: <a href="http://www.ghacks.net/tag/blog/" title="blog" rel="tag">blog</a>, <a href="http://www.ghacks.net/tag/wordpress/" title="wordpress" rel="tag">wordpress</a>, <a href="http://www.ghacks.net/tag/wordpress-autosave/" title="wordpress autosave" rel="tag">wordpress autosave</a>, <a href="http://www.ghacks.net/tag/wordpress-blog/" title="wordpress blog" rel="tag">wordpress blog</a>, <a href="http://www.ghacks.net/tag/wordpress-bug/" title="wordpress bug" rel="tag">wordpress bug</a>, <a href="http://www.ghacks.net/tag/wordpress-error/" title="wordpress error" rel="tag">wordpress error</a>, <a href="http://www.ghacks.net/tag/wordpress-tip/" title="wordpress tip" rel="tag">wordpress tip</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/04/08/wordpress-blogs-create-custom-tag-pages/" title="Wordpress Blogs: Create Custom Tag Pages (April 8, 2009)">Wordpress Blogs: Create Custom Tag Pages</a> (5)</li>
	<li><a href="http://www.ghacks.net/2008/11/25/wordpress-265-security-update/" title="Wordpress 2.6.5 Security Update (November 25, 2008)">Wordpress 2.6.5 Security Update</a> (0)</li>
	<li><a href="http://www.ghacks.net/2008/11/02/flash-10-breaks-wordpress-flash-file-uploader/" title="Flash 10 Breaks Wordpress Flash File Uploader (November 2, 2008)">Flash 10 Breaks Wordpress Flash File Uploader</a> (3)</li>
	<li><a href="http://www.ghacks.net/2008/08/05/zoundry-raven-portable-blog-editor/" title="Zoundry Raven portable Blog Editor (August 5, 2008)">Zoundry Raven portable Blog Editor</a> (6)</li>
	<li><a href="http://www.ghacks.net/2009/08/11/wordpress-remote-admin-password-reset-vulnerability/" title="Wordpress Remote Admin Password Reset Vulnerability (August 11, 2009)">Wordpress Remote Admin Password Reset Vulnerability</a> (13)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/02/02/wordpress-your-attempt-to-edit-this-post-has-failed/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Wordpress 2.6.5 Security Update</title>
		<link>http://www.ghacks.net/2008/11/25/wordpress-265-security-update/</link>
		<comments>http://www.ghacks.net/2008/11/25/wordpress-265-security-update/#comments</comments>
		<pubDate>Tue, 25 Nov 2008 21:23:19 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[The Web]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[blog software]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[Wordpress 2.6.5]]></category>
		<category><![CDATA[wordpress blog]]></category>
		<category><![CDATA[wordpress security]]></category>
		<category><![CDATA[wordpress update]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=8541</guid>
		<description><![CDATA[The Wordpress development team has released version 2.6.5 of the blogging plattform for download. The release fixes one security update and three bugs and can be downloaded from the official Wordpress website.
Alternatively only the files wp-includes/feed.php and wp-includes/version.php can be copied from the new release over the old files to update the blog. The security [...]]]></description>
			<content:encoded><![CDATA[<p>The Wordpress development team has released version 2.6.5 of the blogging plattform for download. The release fixes one security update and three bugs and can be <a href="http://wordpress.org/download/">downloaded</a> from the official Wordpress website.</p>
<p>Alternatively only the files wp-includes/feed.php and wp-includes/version.php can be copied from the new release over the old files to update the blog. The security vulnerability is unlikely to affect a large number of Wordpress blogs though as it only only affects IP-based virtual servers running on Apache 2.x.</p>
<p>There might also be some confusion about the versioning of Wordpress. The last official Wordpress version was Wordpress 2.6.3. Wordpress 2.6.4 was skipped because of a fake malicious release that made its round. The official new release is therefor Wordpress 2.6.5.</p>
<p><span id="more-8541"></span></p>

	Tags: <a href="http://www.ghacks.net/tag/blog/" title="blog" rel="tag">blog</a>, <a href="http://www.ghacks.net/tag/blog-software/" title="blog software" rel="tag">blog software</a>, <a href="http://www.ghacks.net/tag/wordpress/" title="wordpress" rel="tag">wordpress</a>, <a href="http://www.ghacks.net/tag/wordpress-265/" title="Wordpress 2.6.5" rel="tag">Wordpress 2.6.5</a>, <a href="http://www.ghacks.net/tag/wordpress-blog/" title="wordpress blog" rel="tag">wordpress blog</a>, <a href="http://www.ghacks.net/tag/wordpress-security/" title="wordpress security" rel="tag">wordpress security</a>, <a href="http://www.ghacks.net/tag/wordpress-update/" title="wordpress update" rel="tag">wordpress update</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/07/20/wordpress-2-8-2-security-patch/" title="Wordpress 2.8.2 Security Patch (July 20, 2009)">Wordpress 2.8.2 Security Patch</a> (1)</li>
	<li><a href="http://www.ghacks.net/2009/02/11/wordpress-271-update/" title="Wordpress 2.7.1 Update (February 11, 2009)">Wordpress 2.7.1 Update</a> (3)</li>
	<li><a href="http://www.ghacks.net/2008/08/15/wordpress-261-released/" title="Wordpress 2.6.1 released (August 15, 2008)">Wordpress 2.6.1 released</a> (1)</li>
	<li><a href="http://www.ghacks.net/2008/04/25/wordpress-251-released/" title="Wordpress 2.5.1 released (April 25, 2008)">Wordpress 2.5.1 released</a> (1)</li>
	<li><a href="http://www.ghacks.net/2009/02/02/wordpress-your-attempt-to-edit-this-post-has-failed/" title="Wordpress: Your attempt to edit this post has failed (February 2, 2009)">Wordpress: Your attempt to edit this post has failed</a> (8)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/11/25/wordpress-265-security-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wordpress Issues</title>
		<link>http://www.ghacks.net/2008/07/27/wordpress-issues/</link>
		<comments>http://www.ghacks.net/2008/07/27/wordpress-issues/#comments</comments>
		<pubDate>Sun, 27 Jul 2008 21:51:08 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Online Services]]></category>
		<category><![CDATA[The Web]]></category>
		<category><![CDATA[website]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress blog]]></category>
		<category><![CDATA[wordpress issues]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=5645</guid>
		<description><![CDATA[I have been working with the Wordpress script that powers this blog and several of my other for almost three years now and can say that the overall experience is quite positive. It&#8217;s easy to setup and maintain and provides a good level of customization.
So far so good. Several issues appeared over time that I [...]]]></description>
			<content:encoded><![CDATA[<p>I have been working with the Wordpress script that powers this blog and several of my other for almost three years now and can say that the overall experience is quite positive. It&#8217;s easy to setup and maintain and provides a good level of customization.</p>
<p>So far so good. Several issues appeared over time that I would like to address in this short article. I tried to fix them before but I failed to really find solutions for them. I did post a few help requests at the official Wordpress forum which remained unanswered even after pushing them a few times and a search on Google did not return the desired results as well.</p>
<p>So, here we start with my personal Wordpress issues that other webmasters might also experience:</p>
<p><span id="more-5645"></span>
<ul>
<li><strong>Akismet is not perfect:</strong> Akismet is the default Wordpress anti-spam plugin which is delivered with the default installation of Wordpress. That puts it in an unfair advantage over other spam plugins like Spam Karma which is in many aspects a better plugin. But I do not want to talk about politics here. Akismet comes with no configuration options at all. The only things that can be added are the Wordpress Api Key which is mandatory and a checkbox to delete spam that is older than a year.
<p>If you compare it to Spam Karma you are comparing Notepad to Notepad++. That&#8217;s the difference in usability. Akismet divides spam into user comments, trackback and pingback spam but it is not possible to delete only one category. The delete all button always deletes all spam. </p>
<p>Akismet does have a search field but that search field is global, there is no way to only search the author name, email or filter by other parameters like only showing posts with one link or less in the body.</p>
<p>It does catch quite a few valid comments which are then lost forever because it is impossible to work with Akisment on websites that get 1000+ spam comments a day unless you do that full time.
</li>
<li><strong>Spammers can still register accounts although registration has been turned off:</strong> When I turn off registration to my website in the settings of Wordpress I expect to see no new users in the future unless I add them manually. The option however does not really help because even though it has been turned off spammers can still register accounts on my blog.</li>
<li><strong>There is no history:</strong> &#8211; The admin cannot see what authors or subscribed users of the blog have been doing. He cannot see if an author deleted an article that he wrote earlier, he cannot see if a user edited or removed a comment.</li>
<li><strong>Publishing an pending article:</strong> When someone else with not enough user rights is writing an article that article gets added to the Pending Articles and an user with enough rights can publish it after reviewing it. The problem that I face is that I have a hard time figuring out how to publish the article so that it is published in that instance and not in the past. If I just hit publish the article is published when the author of it saved the final version. This can be a few hours or even a few days in the past.
<p>I have not investigated that matter further but I suppose it could be problematic for RSS Feeds and even the site itself. I tried to change the date to the current one and publish it but it still felt like I missed something here. It&#8217;s definitely a strange behavior in my opinion.</li>
</ul>
<p>Those are my issues with Wordpress and I always cross my fingers and hope that they get fixed in one of the next updates.</p>

	Tags: <a href="http://www.ghacks.net/tag/website/" title="website" rel="tag">website</a>, <a href="http://www.ghacks.net/tag/wordpress/" title="wordpress" rel="tag">wordpress</a>, <a href="http://www.ghacks.net/tag/wordpress-blog/" title="wordpress blog" rel="tag">wordpress blog</a>, <a href="http://www.ghacks.net/tag/wordpress-issues/" title="wordpress issues" rel="tag">wordpress issues</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/08/05/zoundry-raven-portable-blog-editor/" title="Zoundry Raven portable Blog Editor (August 5, 2008)">Zoundry Raven portable Blog Editor</a> (6)</li>
	<li><a href="http://www.ghacks.net/2009/02/02/wordpress-your-attempt-to-edit-this-post-has-failed/" title="Wordpress: Your attempt to edit this post has failed (February 2, 2009)">Wordpress: Your attempt to edit this post has failed</a> (8)</li>
	<li><a href="http://www.ghacks.net/2009/04/08/wordpress-blogs-create-custom-tag-pages/" title="Wordpress Blogs: Create Custom Tag Pages (April 8, 2009)">Wordpress Blogs: Create Custom Tag Pages</a> (5)</li>
	<li><a href="http://www.ghacks.net/2009/02/11/wordpress-271-update/" title="Wordpress 2.7.1 Update (February 11, 2009)">Wordpress 2.7.1 Update</a> (3)</li>
	<li><a href="http://www.ghacks.net/2008/11/25/wordpress-265-security-update/" title="Wordpress 2.6.5 Security Update (November 25, 2008)">Wordpress 2.6.5 Security Update</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/07/27/wordpress-issues/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
	</channel>
</rss>
