<?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>Kommentare zu: Artikelversionen in WordPress</title>
	<atom:link href="http://www.wordpress.gabis-templates.de/2008/07/20/artikelversionen-in-wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wordpress.gabis-templates.de/2008/07/20/artikelversionen-in-wordpress/</link>
	<description>Themes und nützliche Tipps für WordPress-Weblogs</description>
	<lastBuildDate>Tue, 25 Oct 2011 10:23:15 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>Von: andi</title>
		<link>http://www.wordpress.gabis-templates.de/2008/07/20/artikelversionen-in-wordpress/comment-page-1/#comment-376</link>
		<dc:creator>andi</dc:creator>
		<pubDate>Sat, 13 Sep 2008 18:20:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.gabis-wordpress-templates.de/?p=93#comment-376</guid>
		<description>Hallo Gabi, 
ich brauch die versionierten Artikel auch nicht, hab mich schon gewundert, was das nun wieder sein soll. Danke f&#252;r den Hinweis  :smile: 
andi
p.s. danke f&#252;r Dein sch&#246;nes Template</description>
		<content:encoded><![CDATA[<p>Hallo Gabi,<br />
ich brauch die versionierten Artikel auch nicht, hab mich schon gewundert, was das nun wieder sein soll. Danke f&#252;r den Hinweis  <img src='http://www.wordpress.gabis-templates.de/wp-includes/images/smilies/icon_smile.gif' alt=':smile:' class='wp-smiley' /><br />
andi<br />
p.s. danke f&#252;r Dein sch&#246;nes Template</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Gabi</title>
		<link>http://www.wordpress.gabis-templates.de/2008/07/20/artikelversionen-in-wordpress/comment-page-1/#comment-363</link>
		<dc:creator>Gabi</dc:creator>
		<pubDate>Sun, 07 Sep 2008 19:01:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.gabis-wordpress-templates.de/?p=93#comment-363</guid>
		<description>@Uris: Bei mir funktioniert es mit der Modifikation der wp_config.php auch nicht - ich wei&#223; nicht, warum.</description>
		<content:encoded><![CDATA[<p>@Uris: Bei mir funktioniert es mit der Modifikation der wp_config.php auch nicht &#8211; ich wei&#223; nicht, warum.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Uris</title>
		<link>http://www.wordpress.gabis-templates.de/2008/07/20/artikelversionen-in-wordpress/comment-page-1/#comment-362</link>
		<dc:creator>Uris</dc:creator>
		<pubDate>Sun, 07 Sep 2008 16:35:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.gabis-wordpress-templates.de/?p=93#comment-362</guid>
		<description>Hallo,
habe den define-Code wie angegeben in meine wp_config.php eingesetzt, allerdings ohne Auswirkungen. Gibt es da etwas Besonderes zu beachten wo er stehen muss o. dgl.? Bin PHP-Laie.</description>
		<content:encoded><![CDATA[<p>Hallo,<br />
habe den define-Code wie angegeben in meine wp_config.php eingesetzt, allerdings ohne Auswirkungen. Gibt es da etwas Besonderes zu beachten wo er stehen muss o. dgl.? Bin PHP-Laie.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Frank</title>
		<link>http://www.wordpress.gabis-templates.de/2008/07/20/artikelversionen-in-wordpress/comment-page-1/#comment-353</link>
		<dc:creator>Frank</dc:creator>
		<pubDate>Fri, 08 Aug 2008 12:54:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.gabis-wordpress-templates.de/?p=93#comment-353</guid>
		<description>Kannst Du aber auch genauso gut in &lt;code&gt;wp_config.php&lt;/code&gt; machen:

&lt;code&gt;define (&#039;WP_POST_REVISIONS&#039;, false);&lt;/code&gt;

Hat den Vorteil, dass es Dir bei Updates / Upgrades erhalten bleibt. &#196;nderungen an Core-Dateien m&#252;ssen nicht sein&#8230;</description>
		<content:encoded><![CDATA[<p>Kannst Du aber auch genauso gut in <code>wp_config.php</code> machen:</p>
<p><code>define ('WP_POST_REVISIONS', false);</code></p>
<p>Hat den Vorteil, dass es Dir bei Updates / Upgrades erhalten bleibt. &#196;nderungen an Core-Dateien m&#252;ssen nicht sein&hellip;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: dibo</title>
		<link>http://www.wordpress.gabis-templates.de/2008/07/20/artikelversionen-in-wordpress/comment-page-1/#comment-350</link>
		<dc:creator>dibo</dc:creator>
		<pubDate>Sun, 03 Aug 2008 14:20:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.gabis-wordpress-templates.de/?p=93#comment-350</guid>
		<description>Hallo,

das l&#228;sst sich aber nach meinem Wissensstand auch &#252;ber die wp-config einstellen:

define(&#039;WP_POST_REVISIONS&#039;, false);

Tr&#228;gt man anstatt false einen Zahlenwert wie z.B. 3 ein, werden drei Revisionen aufbewahrt.

Gru&#223;

Dibo.</description>
		<content:encoded><![CDATA[<p>Hallo,</p>
<p>das l&#228;sst sich aber nach meinem Wissensstand auch &#252;ber die wp-config einstellen:</p>
<p>define(&#8216;WP_POST_REVISIONS&#8217;, false);</p>
<p>Tr&#228;gt man anstatt false einen Zahlenwert wie z.B. 3 ein, werden drei Revisionen aufbewahrt.</p>
<p>Gru&#223;</p>
<p>Dibo.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

