<?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>Flasheves &#187; Wordpress</title>
	<atom:link href="http://www.flasheves.com/tag/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.flasheves.com</link>
	<description>programacion, analisis , diseño</description>
	<lastBuildDate>Thu, 18 Mar 2010 22:48:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>Plugin de WordPress para ocultar post en portada</title>
		<link>http://www.flasheves.com/plugin-de-wordpress-para-ocultar-post-en-portada/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=plugin-de-wordpress-para-ocultar-post-en-portada</link>
		<comments>http://www.flasheves.com/plugin-de-wordpress-para-ocultar-post-en-portada/#comments</comments>
		<pubDate>Thu, 18 Mar 2010 22:26:25 +0000</pubDate>
		<dc:creator>eveevans</dc:creator>
				<category><![CDATA[Proyectos]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.flasheves.com/?p=284</guid>
		<description><![CDATA[Plugin de Wordpress para omitir del home los post con las etiquetas que se especifiquen ]]></description>
			<content:encoded><![CDATA[<p><a rel="attachment wp-att-287" href="http://www.flasheves.com/plugin-de-wordpress-para-ocultar-post-en-portada/etiqueta-no-inicio-p/"><img title="etiqueta-no-inicio-p" src="../wp-content/uploads/2010/03/etiqueta-no-inicio-p.jpg" alt="" width="618" height="155" /></a></p>
<p><a href="http://github.com/eveevans/no-etiqueta-inicio" target="_blank">no-etiqueta-inicio</a> es un plugin para <a href="http://www.wordpress.org" target="_blank">WordPress</a> que te permitirá eliminar de la portada (home) los post (entradas) con las etiquetas que especifiques.</p>
<p>Nace por un requerimiento en un proyecto, pero si a alguien le sirve (muy probablemente te sea útil!) <a href="http://github.com/eveevans/no-etiqueta-inicio" target="_blank">aqui esta.</a></p>
<h2><a rel="attachment wp-att-292" href="http://www.flasheves.com/plugin-de-wordpress-para-ocultar-post-en-portada/etiqueta-no-inicio02/"><img class="size-full wp-image-292 alignright" title="etiqueta-no-inicio02" src="http://www.flasheves.com/wp-content/uploads/2010/03/etiqueta-no-inicio02.jpg" alt="" width="163" height="414" /></a>Funcionamiento:</h2>
<p>En el panel &#8220;<span style="color: #008080;">No Etiquetas</span>&#8220;  ingresas el nombre de las etiquetas (separados por coma) de los post que no quieres que aparescan en portada.</p>
<p>Si por ejemplo escribes &#8220;<span style="color: #008080;"><em>viajes, otros</em></span>&#8220;  todos los post que posean esas etiquetas desaparecerán del home, pero si estarán disponibles en las vistas de categorias, etiquetas y otras páginas.</p>
<h2>Instalación:</h2>
<ol>
<li>Descargas el plugin <a href="http://github.com/eveevans/no-etiqueta-inicio/downloads" target="_blank">aqui</a></li>
<li>Descomprimes los archivos</li>
<li>Subes la carpeta  &#8216;no-etiqueta-inicio&#8217;  al directorio de plugin de tu WordPress  &#8216;/wp-content/plugins/&#8217;</li>
<li>Activas el plugin a través del menú &#8216;Plugins&#8217; de WordPress</li>
</ol>
<p><a href="http://github.com/eveevans/no-etiqueta-inicio">Fuente del Plugin en GitHub</a><br />
<a href="http://github.com/downloads/eveevans/no-etiqueta-inicio/no-etiqueta-inicio.rar">Descargar Plugin</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.flasheves.com/plugin-de-wordpress-para-ocultar-post-en-portada/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Obtener el src de the_post_thumbnail en WordPress</title>
		<link>http://www.flasheves.com/obtener-el-src-de-the_post_thumbnail-en-wordpress/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=obtener-el-src-de-the_post_thumbnail-en-wordpress</link>
		<comments>http://www.flasheves.com/obtener-el-src-de-the_post_thumbnail-en-wordpress/#comments</comments>
		<pubDate>Fri, 12 Feb 2010 22:57:59 +0000</pubDate>
		<dc:creator>eveevans</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[script]]></category>

		<guid isPermaLink="false">http://test.flasheves.com/?p=178</guid>
		<description><![CDATA[Script para obtener el source ( src ) de una imagen definida mediante the_post_thumbnail ]]></description>
			<content:encoded><![CDATA[<p><a rel="attachment wp-att-201" href="http://www.flasheves.com/obtener-el-src-de-the_post_thumbnail-en-wordpress/code01/"><img title="code01" src="../wp-content/uploads/2010/02/code01.jpg" alt="" width="618" height="155" /></a></p>
<p><a href="http://codex.wordpress.org/Template_Tags/the_post_thumbnail">the_post_thumbnail</a> es una de mis funciones favoritas, incorporada a partir de WordPress 2.9 , que permite definir una imagen asociada a  un post y mostrarla facilmente, algo muy útil para hacer temas (templates) atractivos  y amigables desde el punto de vista administrativo.</p>
<p>Ya <a href="http://ayudawordpress.com/actualizar-tu-tema-a-wordpress-2-9">bastante </a>se ha hablado sobre esta <a href="http://wpengineer.com/about-wordpress-post-thumbnail/">función </a>y las<a href="http://wpengineer.com/the-ultimative-guide-for-the_post_thumbnail-in-wordpress-2-9/"> mil maneras de usarla</a>, sin embargo si queremos  hacer algo más avanzado que simplemente mostrar la imagen, lo más probable es que necesitamos solamente el source (src) de la imagen. Para esto usamos la función <a href="http://codex.wordpress.org/Function_Reference/wp_get_attachment_image_src">wp_get_attachment_image_src</a> , la cual recibe como parámetros el ID del <a href="http://codex.wordpress.org/Using_Image_and_File_Attachments">attachment </a>y el tamaño que queremos de la miniatura, y devuelte un arreglo que contiene el URL, el acho y el alto del attachment.</p>
<p>A manera de ejemplo, su uso dentro de <a href="http://codex.wordpress.org/The_Loop">the_loop</a> seria algo asi:</p>
<p><pre class="brush: php;">
&lt;div&gt;
&lt;div&gt;
&lt;pre&gt;&lt;?php if(has_post_thumbnail()):   //si hay thumbnail definido
	$pimagen =  wp_get_attachment_image_src( get_post_thumbnail_id(), 'full' , false );  // arreglo que contiene url, width , height
?&gt;
&lt;img src=&quot;&lt;?php echo $pimagen[0] ?&gt;&quot; alt=&quot;&lt;?php the_title(); ?&gt;&quot; width=&quot;&lt;?php echo $pimagen[1]; ?&gt;&quot; height=&quot;&lt;?php echo $pimagen[2]; ?&gt;&quot; /&gt;

&lt;?php endif; ?&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;/div&gt;
</pre></p>
<p>Obviamente, en este caso esta haciendo practicamente lo mismo que la función <a href="http://codex.wordpress.org/Template_Tags/the_post_thumbnail">the_post_thumbnail</a> , sin embargo las aplicaciones las dejo a tu imaginación. <a href="http://codex.wordpress.org/Template_Tags/the_post_thumbnail"><br />
</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.flasheves.com/obtener-el-src-de-the_post_thumbnail-en-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Miniaturas de Post en WordPress 2.8.x</title>
		<link>http://www.flasheves.com/miniaturas-de-post-en-wordpress-2-8-x/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=miniaturas-de-post-en-wordpress-2-8-x</link>
		<comments>http://www.flasheves.com/miniaturas-de-post-en-wordpress-2-8-x/#comments</comments>
		<pubDate>Wed, 14 Oct 2009 17:18:44 +0000</pubDate>
		<dc:creator>eveevans</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[script]]></category>

		<guid isPermaLink="false">http://www.flasheves.com/?p=75</guid>
		<description><![CDATA[Script para generar miniaturas de los post en Wordpress 2.8 ]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-88" title="loma" src="http://www.flasheves.com/wp-content/uploads/2009/10/loma.jpg" alt="loma" width="620" height="155" /></p>
<p>Entre <a href="http://codex.wordpress.org/Version_2.9">otras de las  funcionalidades</a> que me gustan de la nueva versión de WordPress 2.9 es una función llamada <a href="http://wpengineer.com/new-feature-in-wordpress-2-9-the_post_image/">the_post_image()</a> la cual nos permite generar minuaturas de una imagen del post, muy útil en el momento de hacer un theme.</p>
<p>Sin embargo de vuelta a la realidad y debido a que aun no sale<a href="http://wordpress.org/development/2009/10/getting-involved-with-the-2-9-beta-testing/"> WordPress 2.9 </a>les dejo un script que podemos usar dentro de <a href="http://codex.wordpress.org/The_Loop">the_loop() </a>para generar miniaturas del post.</p>
<p><pre class="brush: php;">
&lt;div&gt;
&lt;div&gt;
&lt;pre&gt;&lt;?php
  $image = null; 
  $attachments =&amp; get_children(array('post_parent'=&gt;get_the_ID(),'post_type'=&gt;'attachment','post_mime_type'=&gt;'image'));
 
     if ($attachments == TRUE) {        
        foreach($attachments as $att) {
        $image = wp_get_attachment_image_src($att-&gt;ID,'thumbnail',false);
        break; 
        }
}
 
 if (isset($image)) {
 ?&gt;
 &lt;a href=&quot;&lt;?php the_permalink() ?&gt;&quot; rel=&quot;bookmark&quot; title=&quot;Enlace permanente a &lt;?php the_title(); ?&gt;&quot;&gt;
 &lt;img src=&quot;&lt;?php echo $image[0] ?&gt;&quot; alt=&quot;&lt;?php the_title(); ?&gt;&quot; width=&quot;&lt;?php echo $image[1]; ?&gt;&quot; height=&quot;&lt;?php echo $image[2]; ?&gt;&quot; /&gt;&lt;/a&gt;
&lt;?php } ?&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;/div&gt;
</pre></p>
<p>Para información detallada sobre la utilización del  script puede verlo en <a href="http://www.frickr.es/2009/01/04/como-mostrar-miniaturas-en-tu-tema-de-wordpress-sin-plugins-ni-hacks/2/">http://www.frickr.es/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.flasheves.com/miniaturas-de-post-en-wordpress-2-8-x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Inicio</title>
		<link>http://www.flasheves.com/inicio/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=inicio</link>
		<comments>http://www.flasheves.com/inicio/#comments</comments>
		<pubDate>Sun, 26 Jul 2009 05:50:45 +0000</pubDate>
		<dc:creator>eveevans</dc:creator>
				<category><![CDATA[Proyectos]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[proyectos]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://localhost/flasheves/?p=3</guid>
		<description><![CDATA[25 de Julio 2009 y son las 11:50pm .... Primer post para ver cuando termino el diseño y publico esto.]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-46" title="evse" src="http://www.flasheves.com/wp-content/uploads/2009/07/evse.jpg" alt="evse" width="620" height="155" /></p>
<p>25 de Julio 2009 y son las 11:50pm &#8230;. Primer post para ver cuando termino el diseño y publico esto.</p>
<p>Actualizacion: Lunes 21 de Semtiembre 2009, 11:43am, el sitio ya esta en su nueva casa y aun estoy terminando de configurar par de cosas, @twittnic se me adelanto en hacer publico mi sitio xD y ahora tengo mas presion  xD</p>
]]></content:encoded>
			<wfw:commentRss>http://www.flasheves.com/inicio/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->