<?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>Blooging &#187; WordPress</title>
	<atom:link href="http://www.blooging.net/category/wordpress/feed" rel="self" type="application/rss+xml" />
	<link>http://www.blooging.net</link>
	<description>Desarrollo Web y WordPress</description>
	<lastBuildDate>Fri, 12 Mar 2010 01:14:11 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Blog en blanco ¿qué hago?</title>
		<link>http://www.blooging.net/blog-en-blanco-wordpress.html</link>
		<comments>http://www.blooging.net/blog-en-blanco-wordpress.html#comments</comments>
		<pubDate>Fri, 12 Mar 2010 00:27:56 +0000</pubDate>
		<dc:creator>JuanK</dc:creator>
				<category><![CDATA[Asides]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://www.blooging.net/?p=1366</guid>
		<description><![CDATA[Hoy tuve un problema  graande y realmente me asusté un poco, pero manteniendo la calma pude arreglarlo. Mi blog quedó totalmente en blanco, sin ningún indicio de cuál pudo ser el problema, ya que ni siquiera mostraba los típicos errores de php. Si te pasó esto alguna vez o en este momento tienes el problema [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Hoy tuve un problema  graande y realmente me asusté un poco, pero manteniendo la calma pude arreglarlo. Mi blog quedó <strong>totalmente en blanco</strong>, sin ningún indicio de cuál pudo ser el problema, ya que ni siquiera mostraba los típicos errores de php. Si te pasó esto alguna vez o en este momento tienes el problema te recomiendo entrar a <a title="¡Mi blog está en blanco ¿Qué hago?!" href="http://ayudawordpress.com/mi-blog-esta-en-blanco-que-hago/">este post de Ayuda WordPress</a>, donde nos muestran los principales problemas. Está muy completo y lo más probable es que soluciones tu problema, lo malo es que cuando me pasó a mí no encontré ese post y lo tuve que hacer sólo.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blooging.net/blog-en-blanco-wordpress.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Migrar usuarios de bbPress a WordPress</title>
		<link>http://www.blooging.net/migrar-usuarios-de-bbpress-a-wordpress.html</link>
		<comments>http://www.blooging.net/migrar-usuarios-de-bbpress-a-wordpress.html#comments</comments>
		<pubDate>Mon, 08 Feb 2010 00:34:55 +0000</pubDate>
		<dc:creator>JuanK</dc:creator>
				<category><![CDATA[Asides]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[bbPress]]></category>

		<guid isPermaLink="false">http://www.blooging.net/?p=1344</guid>
		<description><![CDATA[Fernando nos muestra una forma simple, gracias a su explicación,  de cómo migrar los usuarios de bbPress (sistema de foros)  a WordPress, para luego poder integrar estos 2 sistemas en uno sólo. Si usas bbPress no puedes perdertelo.
]]></description>
			<content:encoded><![CDATA[<p>Fernando nos muestra una forma simple, gracias a su explicación,  de cómo <a title="Migrar usuarios de bbPress a WordPress" href="http://ayudawordpress.com/como-migrar-usuarios-de-bbpress-a-wordpress/">migrar los usuarios de bbPress</a> (sistema de foros)  a <a title="Categoría WordPress" href="http://www.blooging.net/category/wordpress">WordPress</a>, para luego poder integrar estos 2 sistemas en uno sólo. Si usas <strong>bbPress </strong>no puedes perdertelo.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blooging.net/migrar-usuarios-de-bbpress-a-wordpress.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Redireccionar Feed a FeedBurner</title>
		<link>http://www.blooging.net/redireccionar-feed-a-feedburner.html</link>
		<comments>http://www.blooging.net/redireccionar-feed-a-feedburner.html#comments</comments>
		<pubDate>Sat, 02 Jan 2010 05:13:14 +0000</pubDate>
		<dc:creator>JuanK</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Feed]]></category>
		<category><![CDATA[FeedBurner]]></category>
		<category><![CDATA[Redirección]]></category>

		<guid isPermaLink="false">http://www.blooging.net/?p=1334</guid>
		<description><![CDATA[Hace unos días vimos como cambiar la dirección de nuestro feed en la barra de direcciones, pero esta vez haremos un método que es aún más efectivo, hacer una redirección 302 de nuestro feed hacia FeedBurner.
Para hacer esto necesitamos editar nuestro archivo .htaccess y agregar estas líneas al comienzo del archivo:


# redireccion temporal del feed [...]]]></description>
			<content:encoded><![CDATA[<p>Hace unos días vimos como <a href="http://www.blooging.net/cambiar-direccion-feed-de-la-barra-de-direcciones.html" title="Cambiar dirección Feed de la barra de direcciones">cambiar la dirección de nuestro feed en la barra de direcciones</a>, pero esta vez haremos un método que es aún más efectivo, hacer una redirección 302 de nuestro feed hacia FeedBurner.</p>
<p>Para hacer esto necesitamos editar nuestro archivo .htaccess y agregar estas <strong>líneas al comienzo del archivo</strong>:</p>
<div class="syntax_hilite">
<div id="html-2">
<div class="html"># redireccion temporal del feed rss de WordPress al de Feedburner<br />
<span style="color: #009900;">&lt;IfModule mod_rewrite.c&gt;</span><br />
RewriteEngine on<br />
RewriteCond %{HTTP_USER_AGENT} !FeedBurner&nbsp; [NC]<br />
RewriteCond %{HTTP_USER_AGENT} !FeedValidator [NC]<br />
RewriteRule ^feed/?([_0-9a-z-]+)?/?$ http://feeds.feedburner.com/ID-FeedBurner [R=302,NC,L]<br />
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;</span></a>/IfModule&gt;</span></div>
</div>
</div>
<p></p>
<p>Del código sólo debemos editar nuestra URL de FeedBurner y listo.</p>
<p><strong>Nota: </strong>debes escribir el código al comienzo, no lo olvides, ya que de otro modo no funcionará.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blooging.net/redireccionar-feed-a-feedburner.html/feed</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Cambiar dirección Feed de la Barra de Direcciones</title>
		<link>http://www.blooging.net/cambiar-direccion-feed-de-la-barra-de-direcciones.html</link>
		<comments>http://www.blooging.net/cambiar-direccion-feed-de-la-barra-de-direcciones.html#comments</comments>
		<pubDate>Fri, 25 Dec 2009 20:47:01 +0000</pubDate>
		<dc:creator>JuanK</dc:creator>
				<category><![CDATA[Blogger]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Feed]]></category>
		<category><![CDATA[FeedBurner]]></category>

		<guid isPermaLink="false">http://www.blooging.net/?p=1320</guid>
		<description><![CDATA[
Si usas Firefox debes estar acostumbrado a ver ese simbolo de RSS al lado de la dirección de nuestra página, siempre y cuando tengamos incluída la dirección de nuestro Feed entre las etiquetas &#60;head&#62; y &#60;/head&#62;.
Si usamos WordPress, el símbolo de RSS nos llevará a nuestro feed por defecto, osea: "http://tublog.com/feed", el problema está en [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://www.blooging.net/wp-content/uploads/2009/12/dirección-feed.png"><img class="alignnone size-full wp-image-1321" title="Dirección del Feed" src="http://www.blooging.net/wp-content/uploads/2009/12/dirección-feed.png" alt="" width="862" height="74" /></a></p>
<p>Si usas Firefox debes estar acostumbrado a ver ese simbolo de <strong>RSS </strong>al lado de la dirección de nuestra página, siempre y cuando tengamos incluída la dirección de nuestro Feed entre las etiquetas &lt;head&gt; y &lt;/head&gt;.</p>
<p>Si usamos <a title="Posts sobre WordPress" href="http://www.blooging.net/category/wordpress">WordPress</a>, el símbolo de RSS nos llevará a nuestro feed por defecto, osea: "http://tublog.com/feed", el problema está en que la mayoría de las personas ahora utiliza FeedBurner como administrador para nuestros suscritos.</p>
<p>También nos encontraremos con este símbolo en <a title="posts sobre Blogger" href="http://www.blooging.net/category/blogger">Blogger</a>, donde nuestro feed por defecto es: "http://tublog.blogspot.com/feeds/posts/default".</p>
<p>Lo siguiente que haremos será editar esta dirección, para que nos redirija automáticamente a <strong>FeedBurner</strong>, sin la necesidad de utilizar algún plugin, ya que existen plugins innecesarios que hacen este trabajo, que es muy simple.</p>
<p><strong>En WordPress editaremos la siguiente línea, en el fichero <em>header.php</em>:</strong></p>
<div class="syntax_hilite">
<div id="html-5">
<div class="html"><span style="color: #009900;"><a href="http://december.com/html/4/element/link.html"><span style="color: #000000; font-weight: bold;">&lt;link</span></a> <span style="color: #000066;">rel</span>=<span style="color: #ff0000;">"alternate"</span> <span style="color: #000066;">type</span>=<span style="color: #ff0000;">"application/rss+xml"</span> <span style="color: #000066;">title</span>=<span style="color: #ff0000;">"RSS 2.0"</span> <span style="color: #000066;">href</span>=<span style="color: #ff0000;">"&lt;?php bloginfo('rss2_url'); ?&gt;</span>&quot; /&gt; </span></div>
</div>
</div>
<p></p>
<p><span id="more-1320"></span>Y la cambiaremos por la siguiente:</p>
<div class="syntax_hilite">
<div id="html-6">
<div class="html"><span style="color: #009900;"><a href="http://december.com/html/4/element/link.html"><span style="color: #000000; font-weight: bold;">&lt;link</span></a> <span style="color: #000066;">rel</span>=<span style="color: #ff0000;">"alternate"</span> <span style="color: #000066;">type</span>=<span style="color: #ff0000;">"application/rss+xml"</span> <span style="color: #000066;">title</span>=<span style="color: #ff0000;">"Feed de Blooging"</span> <span style="color: #000066;">href</span>=<span style="color: #ff0000;">"http://feeds.feedburner.com/Blooging"</span> /<span style="color: #000000; font-weight: bold;">&gt;</span></a></span></div>
</div>
</div>
<p></p>
<p>Debemos editar la URL del Feed y el atributo "title", donde mostraremos algo más amigable que el típico "RSS 2.0".</p>
<p><strong>En Blogger haremos lo siguiente:</strong></p>
<ul>
<li>Entramos a nuestro Escritorio</li>
<li>Luego entramos a Configuración</li>
<li>Y ahora a Feed del Sitio</li>
<li>Nos dirigimos a: "Publicar URL redireccionada del feed" y escribimos nuestra URL ed FeedBurner o cualquier otro servicio que utilizemos.</li>
</ul>
<p>Con esto podremos asegurarnos que los que visitan nuestro sitio se suscribirán a nuestro feed de FeedBurner y no al que viene por defecto.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blooging.net/cambiar-direccion-feed-de-la-barra-de-direcciones.html/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Listar últimos posts de un autor</title>
		<link>http://www.blooging.net/listar-ultimos-posts-de-un-autor.html</link>
		<comments>http://www.blooging.net/listar-ultimos-posts-de-un-autor.html#comments</comments>
		<pubDate>Thu, 24 Dec 2009 00:56:47 +0000</pubDate>
		<dc:creator>JuanK</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Hack]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Truco]]></category>

		<guid isPermaLink="false">http://www.blooging.net/?p=1313</guid>
		<description><![CDATA[
WordPress es uno de esos CMS's que nos permiten hacer muchas cosas, cómo listar los últimos post de un autor determinado.
Para hacerlo, tan solo debemos copiar este código en el lugar que deseemos de nuestro blog, normalmente va ubicado en sidebar.php.


&#60;div id="ultimos-posts"&#62;
&#160; &#160; &#60;h2&#62;Ultimos Posts de JuanK&#60;/h2&#62;
&#160; &#160; &#60;?php query_posts&#40;'showposts=5&#38;author_name=juank'&#41;; ?&#62;
&#160; &#160; &#60;?php while &#40;have_posts&#40;&#41;&#41; [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="alignnone size-full wp-image-1314" title="Últimos posts de cada Autor" src="http://www.blooging.net/wp-content/uploads/2009/12/ultimos-posts-autor-e1261615518998.png" alt="" width="195" height="87" /></p>
<p style="text-align: justify;"><span style="color: #000000;"><a title="Úlltimos posts en la categoría WordPress" href="http://www.blooging.net/category/wordpress">WordPress </a>es uno de esos CMS's que nos permiten hacer muchas cosas, cómo <strong>listar</strong></span><strong> los últimos post de un autor</strong> determinado.</p>
<p style="text-align: justify;">Para hacerlo, tan solo debemos copiar este código en el lugar que deseemos de nuestro blog, normalmente va ubicado en <em>sidebar.php</em>.</p>
<div class="syntax_hilite">
<div id="php-8">
<div class="php">&lt;div id=<span style="color:#FF0000;">"ultimos-posts"</span>&gt;<br />
&nbsp; &nbsp; &lt;h2&gt;Ultimos Posts de JuanK&lt;/h2&gt;<br />
&nbsp; &nbsp; <span style="color:#000000; font-weight:bold;">&lt;?php</span> query_posts<span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#FF0000;">'showposts=5&amp;author_name=juank'</span><span style="color:#006600; font-weight:bold;">&#41;</span>; <span style="color:#000000; font-weight:bold;">?&gt;</span><br />
&nbsp; &nbsp; <span style="color:#000000; font-weight:bold;">&lt;?php</span> <span style="color:#616100;">while</span> <span style="color:#006600; font-weight:bold;">&#40;</span>have_posts<span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#006600; font-weight:bold;">&#41;</span><span style="color:#006600; font-weight:bold;">&#41;</span> : the_post<span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#006600; font-weight:bold;">&#41;</span>; <span style="color:#000000; font-weight:bold;">?&gt;</span><br />
&nbsp; &nbsp; &lt;li&gt;<br />
&nbsp; &nbsp; &lt;a href=<span style="color:#FF0000;">"&lt;?php the_permalink() ?&gt;"</span> rel=<span style="color:#FF0000;">"bookmark"</span> title=<span style="color:#FF0000;">"&lt;?php _e('Permalink para'); ?&gt; &lt;?php the_title(); ?&gt;"</span>&gt;&lt;?php the_title<span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#006600; font-weight:bold;">&#41;</span>; ?&gt;&lt;/a&gt;<br />
&nbsp; &nbsp; &lt;/li&gt;<br />
&nbsp; &nbsp; <span style="color:#000000; font-weight:bold;">&lt;?php</span> <span style="color:#616100;">endwhile</span>;?&gt;<br />
&lt;/div&gt;</div>
</div>
</div>
<p></p>
<p style="text-align: justify;">Lo que hace este código es mostrar los últimos 5 posts del autor determinado en "<strong>author_name</strong>". Ahí debemos escribir el nombre del escritor que deseemos, muy útil si queremos mostrarlo como el "escritor destacado del mes" (es sólo un ejemplo, pero sería bueno).</p>
<p style="text-align: justify;">Para darle estilos, sólo debemos agregar "#ultimos-posts" a nuestra hoja de estilos y listo.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blooging.net/listar-ultimos-posts-de-un-autor.html/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Mostrar contenido de un Feed</title>
		<link>http://www.blooging.net/mostrar-contenido-de-un-feed.html</link>
		<comments>http://www.blooging.net/mostrar-contenido-de-un-feed.html#comments</comments>
		<pubDate>Sat, 19 Dec 2009 00:48:18 +0000</pubDate>
		<dc:creator>JuanK</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Tutoriales]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Feed]]></category>
		<category><![CDATA[Mostrar Feed de otro Blog en tu Blog]]></category>
		<category><![CDATA[Post]]></category>

		<guid isPermaLink="false">http://www.blooging.net/?p=1300</guid>
		<description><![CDATA[
Ya hemos visto varias formas para mostrar el contenido de un feed en cualquier lugar del blog, pues ahora veremos otra forma que es mucho más efectiva y rápida, utilizando WordPress.
Este método lo tengo implementado en la sección "Blogs  de Ayuda" desde hace unos días y realmente funciona mucho más rápido que utilizando FeedBurner.
Podemos hacerlo [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="alignnone size-full wp-image-1302" title="Mostrar Feed" src="http://www.blooging.net/wp-content/uploads/2009/12/feed-ayuda.png" alt="Mostrar Feed" width="282" height="197" /></p>
<p>Ya hemos visto varias formas para <a title="Añade un Feed RSS de otro Blog o Foro" href="http://www.blooging.net/anade-rss-de-blog-o-foro.html">mostrar el contenido de un feed</a> <a title="Añade un Feed RSS Dinámico de otro Blog" href="http://www.blooging.net/anade-un-feed-rss-dinamico-de-otro-blog.html">en cualquier lugar del blog</a>, pues ahora veremos otra forma que es mucho más efectiva y rápida, utilizando WordPress.</p>
<p>Este método lo tengo implementado en la sección "<a title="Lista de Blogs de Ayuda" href="http://www.blooging.net/lista-de-blogs-de-ayuda.html">Blogs  de Ayuda</a>" desde hace unos días y realmente funciona mucho más rápido que <a title="Mostrar Feed con FeedBurner" href="http://www.blooging.net/mostrar-entradas-via-rss-con-feedburner.html">utilizando FeedBurner</a>.</p>
<p>Podemos hacerlo de 3 formas, una donde sólo mostraremos el título del post con su url, mostrar el título y un extracto del contenido o mostrar el título y todo el contenido.</p>
<p>Para mostrar sólo el título utilizaremos este código:</p>
<div class="syntax_hilite">
<div id="php-13">
<div class="php"><span style="color:#000000; font-weight:bold;">&lt;?php</span> <span style="color:#616100;">if</span><span style="color:#006600; font-weight:bold;">&#40;</span><a href="http://www.php.net/function_exists"><span style="color:#000066;">function_exists</span></a><span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#FF0000;">'fetch_feed'</span><span style="color:#006600; font-weight:bold;">&#41;</span><span style="color:#006600; font-weight:bold;">&#41;</span> <span style="color:#006600; font-weight:bold;">&#123;</span></p>
<p>&nbsp; &nbsp; <span style="color:#616100;">include_once</span><span style="color:#006600; font-weight:bold;">&#40;</span>ABSPATH.WPINC.<span style="color:#FF0000;">'/feed.php'</span><span style="color:#006600; font-weight:bold;">&#41;</span>;<br />
&nbsp; &nbsp; <span style="color:#0000FF;">$feed</span> = fetch_feed<span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#FF0000;">'http://feeds2.feedburner.com/Ayuda-Blogs'</span><span style="color:#006600; font-weight:bold;">&#41;</span>;</p>
<p>&nbsp; &nbsp; <span style="color:#0000FF;">$limit</span> = <span style="color:#0000FF;">$feed</span>-&gt;<span style="color:#006600;">get_item_quantity</span><span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#CC66CC;">7</span><span style="color:#006600; font-weight:bold;">&#41;</span>; <span style="color:#FF9933; font-style:italic;">// Especificar el número de links</span><br />
&nbsp; &nbsp; <span style="color:#0000FF;">$items</span> = <span style="color:#0000FF;">$feed</span>-&gt;<span style="color:#006600;">get_items</span><span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#CC66CC;">0</span>, <span style="color:#0000FF;">$limit</span><span style="color:#006600; font-weight:bold;">&#41;</span>; <span style="color:#FF9933; font-style:italic;">// Crea un &quot;array&quot; con los links</span></p>
<p><span style="color:#006600; font-weight:bold;">&#125;</span><br />
<span style="color:#616100;">if</span> <span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#0000FF;">$limit</span> == <span style="color:#CC66CC;">0</span><span style="color:#006600; font-weight:bold;">&#41;</span> <a href="http://www.php.net/echo"><span style="color:#000066;">echo</span></a> <span style="color:#FF0000;">'&lt;div&gt;No hay artículos en el feed o es inaccesible.&lt;/div&gt;'</span>;<br />
<span style="color:#616100;">else</span> <span style="color:#616100;">foreach</span> <span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#0000FF;">$items</span> <span style="color:#616100;">as</span> <span style="color:#0000FF;">$item</span><span style="color:#006600; font-weight:bold;">&#41;</span> : <span style="color:#000000; font-weight:bold;">?&gt;</span></p>
<p>&lt;div <span style="color:#000000; font-weight:bold;">class</span>=<span style="color:#FF0000;">"titulo"</span>&gt;<br />
&nbsp; &nbsp; &lt;li&gt;&lt;a href=<span style="color:#FF0000;">"&lt;?php echo $item-&gt;get_permalink(); ?&gt;"</span><br />
&nbsp; &nbsp;&nbsp; &nbsp;title=<span style="color:#FF0000;">"&lt;?php echo $item-&gt;get_title(); ?&gt; | &lt;?php echo $item-&gt;get_date('j F Y'); ?&gt;"</span>&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000000; font-weight:bold;">&lt;?php</span> <a href="http://www.php.net/echo"><span style="color:#000066;">echo</span></a> <span style="color:#0000FF;">$item</span>-&gt;<span style="color:#006600;">get_title</span><span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#006600; font-weight:bold;">&#41;</span>; <span style="color:#000000; font-weight:bold;">?&gt;</span><br />
&nbsp; &nbsp; &lt;/a&gt;&lt;/li&gt;<br />
&lt;/div&gt;<br />
<span style="color:#000000; font-weight:bold;">&lt;?php</span> endforeach; <span style="color:#000000; font-weight:bold;">?&gt;</span></div>
</div>
</div>
<p></p>
<p>Para mostrar el título y un extracto utilizaremos este otro código:</p>
<p><span id="more-1300"></span></p>
<div class="syntax_hilite">
<div id="php-14">
<div class="php"><span style="color:#000000; font-weight:bold;">&lt;?php</span> <span style="color:#616100;">if</span><span style="color:#006600; font-weight:bold;">&#40;</span><a href="http://www.php.net/function_exists"><span style="color:#000066;">function_exists</span></a><span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#FF0000;">'fetch_feed'</span><span style="color:#006600; font-weight:bold;">&#41;</span><span style="color:#006600; font-weight:bold;">&#41;</span> <span style="color:#006600; font-weight:bold;">&#123;</span></p>
<p>&nbsp; &nbsp; <span style="color:#616100;">include_once</span><span style="color:#006600; font-weight:bold;">&#40;</span>ABSPATH.WPINC.<span style="color:#FF0000;">'/feed.php'</span><span style="color:#006600; font-weight:bold;">&#41;</span>;<br />
&nbsp; &nbsp; <span style="color:#0000FF;">$feed</span> = fetch_feed<span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#FF0000;">'http://feeds2.feedburner.com/Ayuda-Blogs'</span><span style="color:#006600; font-weight:bold;">&#41;</span>;</p>
<p>&nbsp; &nbsp; <span style="color:#0000FF;">$limit</span> = <span style="color:#0000FF;">$feed</span>-&gt;<span style="color:#006600;">get_item_quantity</span><span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#CC66CC;">7</span><span style="color:#006600; font-weight:bold;">&#41;</span>; <span style="color:#FF9933; font-style:italic;">// Especificar el número de links</span><br />
&nbsp; &nbsp; <span style="color:#0000FF;">$items</span> = <span style="color:#0000FF;">$feed</span>-&gt;<span style="color:#006600;">get_items</span><span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#CC66CC;">0</span>, <span style="color:#0000FF;">$limit</span><span style="color:#006600; font-weight:bold;">&#41;</span>; <span style="color:#FF9933; font-style:italic;">// Crea un &quot;array&quot; con los links</span></p>
<p><span style="color:#006600; font-weight:bold;">&#125;</span><br />
<span style="color:#616100;">if</span> <span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#0000FF;">$limit</span> == <span style="color:#CC66CC;">0</span><span style="color:#006600; font-weight:bold;">&#41;</span> <a href="http://www.php.net/echo"><span style="color:#000066;">echo</span></a> <span style="color:#FF0000;">'&lt;div&gt;No hay artículos en el feed o es inaccesible.&lt;/div&gt;'</span>;<br />
<span style="color:#616100;">else</span> <span style="color:#616100;">foreach</span> <span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#0000FF;">$items</span> <span style="color:#616100;">as</span> <span style="color:#0000FF;">$item</span><span style="color:#006600; font-weight:bold;">&#41;</span> : <span style="color:#000000; font-weight:bold;">?&gt;</span></p>
<p>&lt;div <span style="color:#000000; font-weight:bold;">class</span>=<span style="color:#FF0000;">"titulo"</span>&gt;<br />
&nbsp; &nbsp; &lt;li&gt;&lt;a href=<span style="color:#FF0000;">"&lt;?php echo $item-&gt;get_permalink(); ?&gt;"</span><br />
&nbsp; &nbsp;&nbsp; &nbsp;title=<span style="color:#FF0000;">"&lt;?php echo $item-&gt;get_title(); ?&gt; | &lt;?php echo $item-&gt;get_date('j F Y'); ?&gt;"</span>&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000000; font-weight:bold;">&lt;?php</span> <a href="http://www.php.net/echo"><span style="color:#000066;">echo</span></a> <span style="color:#0000FF;">$item</span>-&gt;<span style="color:#006600;">get_title</span><span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#006600; font-weight:bold;">&#41;</span>; <span style="color:#000000; font-weight:bold;">?&gt;</span><br />
&nbsp; &nbsp; &lt;/a&gt;&lt;/li&gt;<br />
&lt;/div&gt;<br />
&lt;div <span style="color:#000000; font-weight:bold;">class</span>=<span style="color:#FF0000;">"extracto"</span>&gt;<br />
&nbsp; &nbsp; <span style="color:#000000; font-weight:bold;">&lt;?php</span> <a href="http://www.php.net/echo"><span style="color:#000066;">echo</span></a> <a href="http://www.php.net/substr"><span style="color:#000066;">substr</span></a><span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#0000FF;">$item</span>-&gt;<span style="color:#006600;">get_description</span><span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#006600; font-weight:bold;">&#41;</span>, <span style="color:#CC66CC;">0</span>, <span style="color:#CC66CC;">200</span><span style="color:#006600; font-weight:bold;">&#41;</span>; <span style="color:#000000; font-weight:bold;">?&gt;</span> <br />
&nbsp; &nbsp; &lt;span&gt;<span style="color:#006600; font-weight:bold;">&#91;</span>...<span style="color:#006600; font-weight:bold;">&#93;</span>&lt;/span&gt;<br />
&lt;/div&gt;</p>
<p><span style="color:#000000; font-weight:bold;">&lt;?php</span> endforeach; <span style="color:#000000; font-weight:bold;">?&gt;</span></div>
</div>
</div>
<p></p>
<p>Podemos elegir la extensión que tendrá el extracto en caracteres, que por defecto trae 200 y que puedes modificar donde dice:</p>
<div class="syntax_hilite">
<div id="php-15">
<div class="php"><span style="color:#000000; font-weight:bold;">&lt;?php</span> <a href="http://www.php.net/echo"><span style="color:#000066;">echo</span></a> <a href="http://www.php.net/substr"><span style="color:#000066;">substr</span></a><span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#0000FF;">$item</span>-&gt;<span style="color:#006600;">get_description</span><span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#006600; font-weight:bold;">&#41;</span>, <span style="color:#CC66CC;">0</span>, <span style="color:#CC66CC;">200</span><span style="color:#006600; font-weight:bold;">&#41;</span>; <span style="color:#000000; font-weight:bold;">?&gt;</span></div>
</div>
</div>
<p></p>
<p>Y por último podemos mostrar el título y el contenido del feed completo, utilizando este código:</p>
<div class="syntax_hilite">
<div id="php-16">
<div class="php"><span style="color:#000000; font-weight:bold;">&lt;?php</span> <span style="color:#616100;">if</span><span style="color:#006600; font-weight:bold;">&#40;</span><a href="http://www.php.net/function_exists"><span style="color:#000066;">function_exists</span></a><span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#FF0000;">'fetch_feed'</span><span style="color:#006600; font-weight:bold;">&#41;</span><span style="color:#006600; font-weight:bold;">&#41;</span> <span style="color:#006600; font-weight:bold;">&#123;</span></p>
<p>&nbsp; &nbsp; <span style="color:#616100;">include_once</span><span style="color:#006600; font-weight:bold;">&#40;</span>ABSPATH.WPINC.<span style="color:#FF0000;">'/feed.php'</span><span style="color:#006600; font-weight:bold;">&#41;</span>;<br />
&nbsp; &nbsp; <span style="color:#0000FF;">$feed</span> = fetch_feed<span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#FF0000;">'http://feeds2.feedburner.com/Ayuda-Blogs'</span><span style="color:#006600; font-weight:bold;">&#41;</span>;</p>
<p>&nbsp; &nbsp; <span style="color:#0000FF;">$limit</span> = <span style="color:#0000FF;">$feed</span>-&gt;<span style="color:#006600;">get_item_quantity</span><span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#CC66CC;">7</span><span style="color:#006600; font-weight:bold;">&#41;</span>; <span style="color:#FF9933; font-style:italic;">// Especificar el número de links</span><br />
&nbsp; &nbsp; <span style="color:#0000FF;">$items</span> = <span style="color:#0000FF;">$feed</span>-&gt;<span style="color:#006600;">get_items</span><span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#CC66CC;">0</span>, <span style="color:#0000FF;">$limit</span><span style="color:#006600; font-weight:bold;">&#41;</span>; <span style="color:#FF9933; font-style:italic;">// Crea un &quot;array&quot; con los links</span></p>
<p><span style="color:#006600; font-weight:bold;">&#125;</span><br />
<span style="color:#616100;">if</span> <span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#0000FF;">$limit</span> == <span style="color:#CC66CC;">0</span><span style="color:#006600; font-weight:bold;">&#41;</span> <a href="http://www.php.net/echo"><span style="color:#000066;">echo</span></a> <span style="color:#FF0000;">'&lt;div&gt;No hay artículos en el feed o es inaccesible.&lt;/div&gt;'</span>;<br />
<span style="color:#616100;">else</span> <span style="color:#616100;">foreach</span> <span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#0000FF;">$items</span> <span style="color:#616100;">as</span> <span style="color:#0000FF;">$item</span><span style="color:#006600; font-weight:bold;">&#41;</span> : <span style="color:#000000; font-weight:bold;">?&gt;</span></p>
<p>&lt;div <span style="color:#000000; font-weight:bold;">class</span>=<span style="color:#FF0000;">"titulo"</span>&gt;<br />
&nbsp; &nbsp; &lt;a href=<span style="color:#FF0000;">"&lt;?php echo $item-&gt;get_permalink(); ?&gt;"</span><br />
&nbsp; &nbsp;&nbsp; &nbsp;title=<span style="color:#FF0000;">"&lt;?php echo $item-&gt;get_title(); ?&gt; | &lt;?php echo $item-&gt;get_date('j F Y'); ?&gt;"</span>&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000000; font-weight:bold;">&lt;?php</span> <a href="http://www.php.net/echo"><span style="color:#000066;">echo</span></a> <span style="color:#0000FF;">$item</span>-&gt;<span style="color:#006600;">get_title</span><span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#006600; font-weight:bold;">&#41;</span>; <span style="color:#000000; font-weight:bold;">?&gt;</span><br />
&nbsp; &nbsp; &lt;/a&gt;<br />
&lt;/div&gt;</p>
<p>&lt;div <span style="color:#000000; font-weight:bold;">class</span>=<span style="color:#FF0000;">"contenido"</span>&gt;<br />
&nbsp; &nbsp; &lt;p&gt;&lt;?php <a href="http://www.php.net/echo"><span style="color:#000066;">echo</span></a> <span style="color:#0000FF;">$item</span>-&gt;<span style="color:#006600;">get_content</span><span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#006600; font-weight:bold;">&#41;</span>; ?&gt;&lt;/p&gt;<br />
&lt;/div&gt;</p>
<p><span style="color:#000000; font-weight:bold;">&lt;?php</span> endforeach; <span style="color:#000000; font-weight:bold;">?&gt;</span></div>
</div>
</div>
<p></p>
<p>Este último muestra el artículo completo, siempre y cuando el feed esté configurado para mostrarse completamente, ya que algunos sólo muestran extractos. </p>
<p>Para modificar el feed que se mostrará deben modificar la tercera línea y agregar el feed que quieran, en este caso se muestra el de <a title="Feed Blogs de Ayuda" href="http://feeds2.feedburner.com/Ayuda-Blogs">Blogs de Ayuda</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blooging.net/mostrar-contenido-de-un-feed.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Mostrar Posts Programados</title>
		<link>http://www.blooging.net/mostrar-posts-programados.html</link>
		<comments>http://www.blooging.net/mostrar-posts-programados.html#comments</comments>
		<pubDate>Sun, 13 Dec 2009 19:39:11 +0000</pubDate>
		<dc:creator>JuanK</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Hack]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Post]]></category>

		<guid isPermaLink="false">http://www.blooging.net/?p=1289</guid>
		<description><![CDATA[
Ayer, mientras estaba ociando en twitter, me encontré con un post de THEbatzuk donde nos muestran cómo incluír una lista con nuestros posts que están programados, osea, aquellas entradas que se publicarán automáticamente en el futuro.
En su post nos muestra un código, que a mi parecer es muy largo y complicado de entender, es por [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="alignnone size-full wp-image-1290" title="Posts Programados" src="http://www.blooging.net/wp-content/uploads/2009/12/programados.png" alt="Posts Programados" width="243" height="133" /></p>
<p style="text-align: justify;">Ayer, mientras estaba ociando en twitter, me encontré con un post de <a href="http://thebatzuk.org/">THEbatzuk</a> donde nos muestran cómo incluír una lista con nuestros posts que están programados, osea, aquellas entradas que se publicarán automáticamente en el futuro.</p>
<p style="text-align: justify;">En su post nos muestra un código, que a mi parecer es muy largo y complicado de entender, es por eso que preferí utilizar el código que nos muestran en <a title="Hacks de WordPress" href="http://www.smashingmagazine.com/2009/01/07/10-killer-wordpress-hacks/">Smashing Magazine</a>, pero con una pequeña modificación.</p>
<p style="text-align: justify;">Este es el código a utilizar:</p>
<div class="syntax_hilite">
<div id="php-18">
<div class="php">&lt;h2&gt;Programados&lt;/h2&gt;<br />
&lt;div <span style="color:#000000; font-weight:bold;">class</span>=<span style="color:#FF0000;">"programados"</span>&gt;<br />
<span style="color:#000000; font-weight:bold;">&lt;?php</span><br />
<span style="color:#0000FF;">$my_query</span> = <span style="color:#000000; font-weight:bold;">new</span> WP_Query<span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#FF0000;">'post_status=future&amp;order=ASC&amp;showposts=5'</span><span style="color:#006600; font-weight:bold;">&#41;</span>;<br />
<span style="color:#616100;">if</span> <span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#0000FF;">$my_query</span>-&gt;<span style="color:#006600;">have_posts</span><span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#006600; font-weight:bold;">&#41;</span><span style="color:#006600; font-weight:bold;">&#41;</span> <span style="color:#006600; font-weight:bold;">&#123;</span><br />
&nbsp; &nbsp; <span style="color:#616100;">while</span> <span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#0000FF;">$my_query</span>-&gt;<span style="color:#006600;">have_posts</span><span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#006600; font-weight:bold;">&#41;</span><span style="color:#006600; font-weight:bold;">&#41;</span> : <span style="color:#0000FF;">$my_query</span>-&gt;<span style="color:#006600;">the_post</span><span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#006600; font-weight:bold;">&#41;</span>; <span style="color:#000000; font-weight:bold;">?&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;li&gt;&lt;?php the_title<span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#006600; font-weight:bold;">&#41;</span>; <span style="color:#000000; font-weight:bold;">?&gt;</span> &amp;raquo; <span style="color:#000000; font-weight:bold;">&lt;?php</span> the_time<span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#FF0000;">'d/m/Y'</span><span style="color:#006600; font-weight:bold;">&#41;</span>; ?&gt;&lt;/li&gt;<br />
&nbsp; &nbsp; <span style="color:#000000; font-weight:bold;">&lt;?php</span> <span style="color:#616100;">endwhile</span>; <span style="color:#006600; font-weight:bold;">&#125;</span> <span style="color:#000000; font-weight:bold;">?&gt;</span><br />
&lt;/div&gt;</div>
</div>
</div>
<p></p>
<p style="text-align: justify;">Entendiendo el código:</p>
<ul>
<li><em>post_status=future: </em>nos mostrará los posts que están programados.</li>
<li><em>order=ASC:</em> ordenará la lista desde el post con fecha más reciente hasta el que tenga una fecha más lejana.</li>
<li><em>showposts=5: </em>limitará el número de posts a mostrar, dejándolo en 5.</li>
</ul>
<p>La lista se mostrará de la siguiente forma:</p>
<ul>
<li>Título: nos muestra el título del post gracias a la variable <em>the_title</em>.</li>
<li>Flechita: sólo lo usamos para separar el título de la fecha, se muestra gracias a <em>&amp;raquo;.</em></li>
<li>Fecha: nos muestra la fecha en que será publicado el post gracias a la variable <em>the_time</em>, se divide en: <em>día/mes/año</em>.</li>
</ul>
<p>Cómo verán, el código se encuentra dentro de un div, con el cuál pueden modificar la apariencia de la lista.</p>
<p>Espero que les sea de utilidad.</p>
<p><strong>Vía:</strong> <a title="THEbatzuk" href="http://thebatzuk.org/2009/12/mostrar-lista-de-posts-programados-en-wordpress.html">Mostrar lista de posts programados en WordPress</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.blooging.net/mostrar-posts-programados.html/feed</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Efecto Cargando con CSS</title>
		<link>http://www.blooging.net/efecto-cargando-con-css.html</link>
		<comments>http://www.blooging.net/efecto-cargando-con-css.html#comments</comments>
		<pubDate>Sat, 05 Dec 2009 02:23:35 +0000</pubDate>
		<dc:creator>JuanK</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Truco]]></category>

		<guid isPermaLink="false">http://www.blooging.net/?p=1280</guid>
		<description><![CDATA[
¿Te gustaría mostrar tus imágenes con este efecto, hasta que terminen de cargar?
Para hacerlo es muy simple y como siempre nos ayudaremos con nuestro amigo CSS.
Para generar este truco sólo debemos agregar la imágen como background, de modo que cuando la imágen termine de cargar, esta quede debajo y no sea visible.
Utilizaremos la class "entry", [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="alignnone size-full wp-image-1281" title="Cargando" src="http://www.blooging.net/wp-content/uploads/2009/12/ajax-loader.gif" alt="Cargando" width="32" height="32" /></p>
<p style="text-align: justify;"><strong>¿Te gustaría mostrar tus imágenes con este efecto, hasta que terminen de cargar?</strong></p>
<p style="text-align: justify;">Para hacerlo es muy simple y como siempre nos ayudaremos con nuestro amigo <strong>CSS</strong>.</p>
<p style="text-align: justify;">Para generar este truco sólo debemos agregar la imágen como <em>background</em>, de modo que cuando la imágen termine de cargar, esta quede debajo y no sea visible.</p>
<p style="text-align: justify;">Utilizaremos la class "<strong>entry</strong>", que es la clase por defecto en <a href="http://www.blooging.net/category/wordpress" title="Entradas sobre WordPress">WordPress</a>, si usas otro sistema, sólo deberás cambiarla.</p>
<p style="text-align: justify;">El CSS necesario para el efecto es este:</p>
<div class="syntax_hilite">
<div id="css-20">
<div class="css"><span style="color: #6666ff;">.entry </span>img <span style="color: #66cc66;">&#123;</span><span style="color: #000000; font-weight: bold;">background</span>: <span style="color: #993333;">url</span><span style="color: #66cc66;">&#40;</span>http://img130.imageshack.us/img130/<span style="color: #cc66cc;">2134</span>/ajaxloader.gif<span style="color: #66cc66;">&#41;</span> <span style="color: #993333;">no-repeat</span> <span style="color: #993333;">center</span> <span style="color: #993333;">center</span><span style="color: #66cc66;">&#125;</span></div>
</div>
</div>
<p></p>
<p style="text-align: justify;">Ahora, sólo debes entrar a alguna entrada donde tengas imágenes que pesen harto, para que puedas observar el efecto, si quires un ejemplo, entra aquí.</p>
<p style="text-align: justify;"><a title="Ejemplo CSS Cargando" href="http://pruebas.blooging.net/cargando.html">Ejemplo CSS cargando</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blooging.net/efecto-cargando-con-css.html/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Limitar lista de Archivos</title>
		<link>http://www.blooging.net/limitar-lista-archivos.html</link>
		<comments>http://www.blooging.net/limitar-lista-archivos.html#comments</comments>
		<pubDate>Sun, 15 Nov 2009 22:48:57 +0000</pubDate>
		<dc:creator>JuanK</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Truco]]></category>

		<guid isPermaLink="false">http://www.blooging.net/?p=1267</guid>
		<description><![CDATA[
Este blog existe desde hace 1 año y por culpa de eso la lista de archivos se hacía muy larga y ocupaba espacio innecesario en mi sidebar. A razón de esto busqué una solución en el Codex de WordPress para limitar el número de archivos a mostrar y lo encontré.
Lo que haremos será editar la [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="alignnone size-full wp-image-1268" title="Archivero" src="http://www.blooging.net/wp-content/uploads/2009/11/archivero.png" alt="Archivero" width="268" height="176" /></p>
<p style="text-align: justify;">Este blog existe <a title="Cumpleaños del Blog" href="http://www.blooging.net/cumpleanos-del-blog.html">desde hace 1 año</a> y por culpa de eso la lista de archivos se hacía muy larga y ocupaba espacio innecesario en mi sidebar. A razón de esto busqué una solución en el <a title="Codex" href="http://codex.wordpress.org/Main_Page">Codex de WordPress</a> para limitar el número de archivos a mostrar y lo <a title="Código Archivos" href="http://codex.wordpress.org/Template_Tags/wp_get_archives">encontré</a>.</p>
<p style="text-align: justify;">Lo que haremos será editar la línea de código que nos muestra los archivos, que por defecto es así:</p>
<div class="syntax_hilite">
<div id="php-23">
<div class="php"><span style="color:#000000; font-weight:bold;">&lt;?php</span> wp_get_archives<span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#FF0000;">'type=monthly'</span><span style="color:#006600; font-weight:bold;">&#41;</span>; <span style="color:#000000; font-weight:bold;">?&gt;</span></div>
</div>
</div>
<p></p>
<p style="text-align: justify;">Para limitar el número de archivos a mostrar agregaremos lo siguiente:</p>
<div class="syntax_hilite">
<div id="php-24">
<div class="php"><span style="color:#000000; font-weight:bold;">&lt;?php</span> wp_get_archives<span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#FF0000;">'type=monthly&amp;limit=6'</span><span style="color:#006600; font-weight:bold;">&#41;</span>; <span style="color:#000000; font-weight:bold;">?&gt;</span></div>
</div>
</div>
<p></p>
<p style="text-align: justify;">Cómo verán, ahora sólo muestra 6, ya que ese es el límite que le impuse. Claro que tu puedes poner de límite el número que quieras.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blooging.net/limitar-lista-archivos.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>CSS en la etiqueta &#8220;more&#8221; en WordPress</title>
		<link>http://www.blooging.net/css-etiqueta-more-wordpress.html</link>
		<comments>http://www.blooging.net/css-etiqueta-more-wordpress.html#comments</comments>
		<pubDate>Sat, 03 Oct 2009 19:03:31 +0000</pubDate>
		<dc:creator>JuanK</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.blooging.net/?p=1225</guid>
		<description><![CDATA[Hace un tiempo les mostré como agregar estilo a la etiqueta more en WordPress, pero al parecer ese código no código no funciona con Internet Explorer. Entonces giObanii me dió un código, con el cual si es compatible y lo mejor es que usamos un estilo predefinido por WordPress.
No tendremos que hacer ninguna modificación a [...]]]></description>
			<content:encoded><![CDATA[<p>Hace un tiempo les mostré <a title="Agregar estilo a la etiqueta &quot;more&quot; en WordPress" href="http://www.blooging.net/anadir-estilo-a-la-etiqueta-more-wordpress.html">como agregar estilo a la etiqueta more en WordPress</a>, pero al parecer ese <a title="Comentario" href="http://www.blooging.net/anadir-estilo-a-la-etiqueta-more-wordpress.html/comment-page-1#comment-714">código no código no funciona con Internet Explorer</a>. Entonces <strong><a href="http://elkagadero.com/">giObanii</a></strong> me dió un código, con el cual si es compatible y lo mejor es que usamos un estilo predefinido por WordPress.</p>
<p>No tendremos que hacer ninguna modificación a la línea que aplica la función. (Si la modificaste como en el post anterior, cambiala por la siguiente, que es la default)</p>
<div class="syntax_hilite">
<div id="php-27">
<div class="php"><span style="color:#000000; font-weight:bold;">&lt;?php</span> the_content<span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#FF0000;">'Seguir leyendo...'</span><span style="color:#006600; font-weight:bold;">&#41;</span>; <span style="color:#000000; font-weight:bold;">?&gt;</span></div>
</div>
</div>
<p></p>
<p>Ahora para agregar nuestro CSS tendremos que usar el siguiente <strong>"class"</strong>:</p>
<div class="syntax_hilite">
<div id="css-28">
<div class="css"><span style="color: #6666ff;">.more-link </span><span style="color: #66cc66;">&#123;</span><br />
<span style="color: #000000; font-weight: bold;">font-size</span>: 12px;<br />
<span style="color: #000000; font-weight: bold;">background</span>: <span style="color: #993333;">url</span><span style="color: #66cc66;">&#40;</span>dirección de imágen<span style="color: #66cc66;">&#41;</span> 2px;<br />
<span style="color: #66cc66;">&#125;</span></p>
<p>&nbsp;<span style="color: #808080; font-style: italic;">/*Al pasar el cursor*/</span></p>
<p>.more-link<span style="color: #3333ff;">:hover </span><span style="color: #66cc66;">&#123;</span><br />
<span style="color: #000000; font-weight: bold;">font-size</span>: 12px;<br />
<span style="color: #000000; font-weight: bold;">background</span>: <span style="color: #993333;">url</span><span style="color: #66cc66;">&#40;</span>dirección de imágen<span style="color: #66cc66;">&#41;</span> 2px;<br />
<span style="color: #66cc66;">&#125;</span></div>
</div>
</div>
<p></p>
<p>Como verán el CSS nos da la opción de mostrar una imágen distinta al pasar el mouse por el enlace. Ustedes modifiquen el CSS para que quede acorde con el diseño de su sitio.</p>
<p>Muchas gracias a <strong><a href="http://elkagadero.com/">giObanii</a></strong> por el aporte <img src='http://www.blooging.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.blooging.net/css-etiqueta-more-wordpress.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

<!-- www.000webhost.com Analytics Code -->
<script type="text/javascript" src="http://analytics.hosting24.com/count.php"></script>
<noscript><a href="http://www.hosting24.com/"><img src="http://analytics.hosting24.com/count.php" alt="web hosting" /></a></noscript>
<!-- End Of Analytics Code -->
