<?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; blogging software</title>
	<atom:link href="http://www.ghacks.net/tag/blogging-software/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 16:29:26 +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 2.7</title>
		<link>http://www.ghacks.net/2008/12/11/wordpress-27/</link>
		<comments>http://www.ghacks.net/2008/12/11/wordpress-27/#comments</comments>
		<pubDate>Thu, 11 Dec 2008 11:26:44 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[The Web]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[blogging software]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress 2.7]]></category>
		<category><![CDATA[wordpress update]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=8906</guid>
		<description><![CDATA[The Wordpress team has published version 2.7 of Wordpress yesterday. The first thing that users will notice is the new administration interface which was completely redone to optimize processes. The development team claims that nearly every task in Wordpress 2.7 will take fewer clicks than it took in previous versions of the blogging platform.
The development [...]]]></description>
			<content:encoded><![CDATA[<p>The Wordpress team has published version 2.7 of Wordpress yesterday. The first thing that users will notice is the new administration interface which was completely redone to optimize processes. The development team claims that nearly every task in <a href="http://codex.wordpress.org/Version_2.7">Wordpress 2.7</a> will take fewer clicks than it took in previous versions of the blogging platform.</p>
<p>The development focus was usability as Wordpress 2.7 brings in a few exciting new features to the table. The long awaited option to moderate comments from the admin interface, mass editing of posts or automatic upgrades of plugins and the blog software itself are just a few of the new features.</p>
<p>Another new and exciting option is the ability to remove and position elements on the screen. This streamlines the Wordpress admin interface quite a bit by bringing the needed elements closer together while removing everything that is not needed. Well, almost everything. Some elements cannot be removed obviously like the post form.</p>
<p><span id="more-8906"></span>It will take some time getting used to the new Wordpress admin interface as it moves the menu entries from the header to the left menu.</p>
<p>The update should not pose to many difficulties. The only problem that you can encounter are plugin incompatibilities. The Simple Tags plugin was one out of a dozen plugins that was not working with Wordpress and you might have noticed display problems here at Ghacks earlier thanks to that. There is however an easy temporary fix for that to make the plugin compatible.</p>
<p>All that needs to be done is to edit the simple-tags.php file. Look for the line</p>
<p><code>if (version_compare($wp_version, '2.5', '>='))</code></p>
<p>and replace it with the following</p>
<p><code>if ( strpos($wp_version, '2.5') !== false || strpos($wp_version, '2.6') !== false )</code></p>
<p>This should ensure compatibility.</p>

	Tags: <a href="http://www.ghacks.net/tag/blog/" title="blog" rel="tag">blog</a>, <a href="http://www.ghacks.net/tag/blogging-software/" title="blogging software" rel="tag">blogging software</a>, <a href="http://www.ghacks.net/tag/wordpress/" title="wordpress" rel="tag">wordpress</a>, <a href="http://www.ghacks.net/tag/wordpress-27/" title="wordpress 2.7" rel="tag">wordpress 2.7</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/08/04/wordpress-2-8-3/" title="Wordpress 2.8.3 (August 4, 2009)">Wordpress 2.8.3</a> (1)</li>
	<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/06/11/wordpress-2-8/" title="Wordpress 2.8 (June 11, 2009)">Wordpress 2.8</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/08/15/wordpress-261-released/" title="Wordpress 2.6.1 released (August 15, 2008)">Wordpress 2.6.1 released</a> (1)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/12/11/wordpress-27/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Wordpress 2.2 is out</title>
		<link>http://www.ghacks.net/2007/05/16/wordpress-22-is-out/</link>
		<comments>http://www.ghacks.net/2007/05/16/wordpress-22-is-out/#comments</comments>
		<pubDate>Wed, 16 May 2007 06:49:15 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[The Web]]></category>
		<category><![CDATA[blogging software]]></category>
		<category><![CDATA[update wordpress]]></category>
		<category><![CDATA[wordpress 2.2]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2007/05/16/wordpress-22-is-out/</guid>
		<description><![CDATA[The blogging software Wordpress has been updated by the development team and the new Wordpress 2.2 has been published. This new version can be downloaded from the official Wordpress website. It contains over 200 bug fixes and several new features. most notably widget support. I encourage anyone who is running Wordpress to update their blog immediately even if you can live without widget support. Security concerns and the bug fixes should be enough to upload the new version at once.]]></description>
			<content:encoded><![CDATA[<p>The blogging software Wordpress has been updated by the development team and the new <a href="http://wordpress.org/download/" target="_blank">Wordpress 2.2</a> has been published. This new version can be downloaded from the official Wordpress website. It contains over 200 bug fixes and several new features. most notably widget support. I encourage anyone who is running Wordpress to update their blog immediately even if you can live without widget support. Security concerns and the bug fixes should be enough to upload the new version at once.</p>
<p>Besides that i really like the following three new features which should make live a little bit easier:</p>
<ul>
<li>Core plugin and filter speed optimizations should make everything feel a bit more snappy and lighter on your server</li>
<li>We now protect you from activating a plugin or editing a file that will break your blog.</li>
<li>Infinite comment stream, meaning that on your Edit Comments page when you delete or spam a comment using the AJAX links under each comment it will bring in another comment in the background so you always have 20 items on the page.</li>
</ul>
<p><span id="more-1554"></span></p>

	Tags: <a href="http://www.ghacks.net/tag/blogging-software/" title="blogging software" rel="tag">blogging software</a>, <a href="http://www.ghacks.net/tag/update-wordpress/" title="update wordpress" rel="tag">update wordpress</a>, <a href="http://www.ghacks.net/tag/wordpress-22/" title="wordpress 2.2" rel="tag">wordpress 2.2</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/12/11/wordpress-27/" title="Wordpress 2.7 (December 11, 2008)">Wordpress 2.7</a> (7)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2007/05/16/wordpress-22-is-out/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
