<?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>Macgrafic - Tutoriales InDesign, Photoshop y fotografía. Vectorizar logo &#187; eliminar</title>
	<atom:link href="http://www.macgrafic.com/tag/eliminar/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.macgrafic.com</link>
	<description>MacGrafic - Tutoriales InDesign, Photoshop, Freehand, illustrator y fotografía</description>
	<lastBuildDate>Fri, 09 Dec 2011 21:13:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Eliminar revisiones en WordPress</title>
		<link>http://www.macgrafic.com/eliminar-revisiones-en-wordpress/</link>
		<comments>http://www.macgrafic.com/eliminar-revisiones-en-wordpress/#comments</comments>
		<pubDate>Fri, 18 Sep 2009 18:10:03 +0000</pubDate>
		<dc:creator>Macgrafic</dc:creator>
				<category><![CDATA[Funciones]]></category>
		<category><![CDATA[Noticias]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[eliminar]]></category>
		<category><![CDATA[Optimizar]]></category>
		<category><![CDATA[revisiones]]></category>

		<guid isPermaLink="false">http://www.macgrafic.com/?p=1350</guid>
		<description><![CDATA[Elimina las revisiones o las copias de seguridad de tus entradas en WordPress. Las revisiones siempre vienen bien para recuperar un texto después de haber guardado&#8230; pero ralentizan tu wordpress y llenan de registros en tu base de datos. Decide&#8230; Editamos el fichero wp-config.php y añadimos al final esta línea [php] define(&#8216;WP_POST_REVISIONS&#8217;, false); [/php] Ejectuamos [...]]]></description>
			<content:encoded><![CDATA[<p>Elimina las revisiones o las copias de seguridad de tus entradas en WordPress.<br />
Las revisiones siempre vienen bien para recuperar un texto después de haber guardado&#8230; pero ralentizan tu wordpress y llenan de registros en tu base de datos. Decide&#8230;<br />
<span id="more-1350"></span><br />
<strong>Editamos el fichero wp-config.php y añadimos al final esta línea </strong><br />
[php]<br />
define(&#8216;WP_POST_REVISIONS&#8217;, false);<br />
[/php]</p>
<p><strong>Ejectuamos esta sentencia SQL (desde PHPMyAdmin por ejemplo)</strong><br />
[php]<br />
DELETE FROM `wp_posts` WHERE `post_type` = &quot;revision&quot;;<br />
[/php]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.macgrafic.com/eliminar-revisiones-en-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

