<?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>WordPress Hacks &#187; Editar posts</title>
	<atom:link href="http://wordpress-hacks.com/tag/editar-posts/feed" rel="self" type="application/rss+xml" />
	<link>http://wordpress-hacks.com</link>
	<description>Tips y consejos de WordPress en español</description>
	<lastBuildDate>Wed, 25 Jan 2012 11:59:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>El link para editar los posts, y los comentarios..</title>
		<link>http://wordpress-hacks.com/link-para-editar-los-posts-y-los-comentarios.php</link>
		<comments>http://wordpress-hacks.com/link-para-editar-los-posts-y-los-comentarios.php#comments</comments>
		<pubDate>Sun, 26 Apr 2009 15:13:18 +0000</pubDate>
		<dc:creator>Neri Aispuro</dc:creator>
				<category><![CDATA[Hacks]]></category>
		<category><![CDATA[Edit Comment Link]]></category>
		<category><![CDATA[Edit post Link]]></category>
		<category><![CDATA[Editar posts]]></category>

		<guid isPermaLink="false">http://wordpress-hacks.com/?p=193</guid>
		<description><![CDATA[Si hay algo que debería ser un estandar en la creación de los themes es esta función, algo tan sencillo como poner un enlace para editar cada post, para evitar perder mucho tiempo cuando tengamos que editar un post, yo creo que lo tengo en todos mis sitios y lo [...]]]></description>
			<content:encoded><![CDATA[<p><center><img src="http://wordpress-hacks.com/wp-content/uploads/2009/04/edit-post-link.png" alt="edit post link" title="edit post link" width="231" height="237" class="alignnone size-full wp-image-198" /></center></p>
<p>Si hay algo que <strong>debería ser un estandar</strong> en la creación de los themes es esta función, algo tan sencillo como poner un enlace para editar cada post, para evitar perder mucho tiempo cuando tengamos que editar un post, yo creo que lo tengo en todos mis sitios y lo recomiendo hacer a cada uno que me pregunta que modificar del theme.</p>
<p>Generalmente este código lo agrego en el <strong>single.php</strong>.</p>
<p>Para editar los posts:<br />
<span id="more-193"></span></p>
<div class="igBar"><span id="lphp-3"><a href="#" onclick="javascript:showPlainTxt('php-3'); return false;">Ver texto plano</a></span></div>
<div class="syntax_hilite"><span class="langName">PHP:</span>
<div id="php-3">
<div class="php">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#000000; font-weight:bold;">&lt;?php</span> edit_post_link<span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#FF0000;">'Editar'</span><span style="color:#006600; font-weight:bold;">&#41;</span>; <span style="color:#000000; font-weight:bold;">?&gt;</span> </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p>Para editar los comentarios:</p>
<div class="igBar"><span id="lphp-4"><a href="#" onclick="javascript:showPlainTxt('php-4'); return false;">Ver texto plano</a></span></div>
<div class="syntax_hilite"><span class="langName">PHP:</span>
<div id="php-4">
<div class="php">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#000000; font-weight:bold;">&lt;?php</span> edit_comment_link<span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#FF0000;">'Editar'</span><span style="color:#006600; font-weight:bold;">&#41;</span>; <span style="color:#000000; font-weight:bold;">?&gt;</span> </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p>Pd: Fernando en Ayuda WordPress hace un tiempo <a href="http://ayudawordpress.com/como-anadir-un-enlace-para-editar-posts-y-comentarios/">lo explicó con otro código</a></p>
]]></content:encoded>
			<wfw:commentRss>http://wordpress-hacks.com/link-para-editar-los-posts-y-los-comentarios.php/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>

