<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>Foro aNieto2k &#187; Recent Posts</title>
<link>http://www.anieto2k.com/foro/</link>
<description>Foro aNieto2k &raquo; Recent Posts</description>
<language>en</language>
<pubDate>Tue, 16 Mar 2010 01:39:34 +0000</pubDate>

<item>
<title>zeruibiltaria on "Problema con la Paginación en la Home"</title>
<link>http://www.anieto2k.com/foro/topic/problema-con-la-paginacion-en-la-home#post-3791</link>
<pubDate>Wed, 10 Mar 2010 20:53:45 +0000</pubDate>
<dc:creator>zeruibiltaria</dc:creator>
<guid isPermaLink="false">3791@http://www.anieto2k.com/foro/</guid>
<description>&#60;p&#62;El problema se debe a que query_posts() sobreescribe el valor del offset de página, es decir que WordPress ya no sabe en que página se encuentra. Para ello debemos volver a saber en que página nos encontramos, y eso lo hacemos a través del parámetro “paged”. Así,la llamada a get_query_var(’paged’) nos devolverá 1 si estamos en la primer página o caso contrario el valor del atributo paged. Finalmente le decimos a query_posts() en que página estamos agregando el parámetro &#38;amp;paged=$paged.&#60;/p&#62;
&#60;p&#62;&#38;lt;?php  if (is_home()) {&#60;br /&#62;
$paged = (get_query_var('paged')) ? get_query_var('paged') : 1;&#60;/p&#62;
&#60;p&#62;query_posts(&#34;cat=3&#38;amp;paged=$paged&#34;); &#60;/p&#62;
&#60;p&#62;}?&#38;gt;   &#60;/p&#62;
&#60;p&#62;Abrazo.
&#60;/p&#62;</description>
</item>
<item>
<title>zeruibiltaria on "Problema con la Paginación en la Home"</title>
<link>http://www.anieto2k.com/foro/topic/problema-con-la-paginacion-en-la-home#post-3790</link>
<pubDate>Mon, 08 Mar 2010 23:25:15 +0000</pubDate>
<dc:creator>zeruibiltaria</dc:creator>
<guid isPermaLink="false">3790@http://www.anieto2k.com/foro/</guid>
<description>&#60;p&#62;Hola.&#60;/p&#62;
&#60;p&#62;Quise que mi home desplegara únicamente los post pertenecientes a una categoría, y lo logré añadiendo en la index del theme el siguiente código:&#60;/p&#62;
&#60;p&#62;&#38;lt;?php  if (is_home()) { query_posts(&#34;cat=3&#34;); }?&#38;gt;&#60;/p&#62;
&#60;p&#62;Ocurre que al intentar ir a la siguiente página: &#60;a href=&#34;http://dominio.com/page/2/&#34; rel=&#34;nofollow&#34;&#62;http://dominio.com/page/2/&#60;/a&#62; se vuelve a cargar la misma (la primera)No soy programador pero imagino que el código anterior hace una búsqueda de los post de la categoría 3 que luego son desplegados, y al seguir siendo &#60;a href=&#34;http://dominio.com/page/2/&#34; rel=&#34;nofollow&#34;&#62;http://dominio.com/page/2/&#60;/a&#62; la home, vuelve  a hacer la búsqueda y despliega los mismos post. ¿Esty en lo cierto? ¿Se te ocurre alguna solución?&#60;/p&#62;
&#60;p&#62;Gracias.&#60;/p&#62;
&#60;p&#62;Un Abrazo.
&#60;/p&#62;</description>
</item>
<item>
<title>grankan on "Busquedas por categorias"</title>
<link>http://www.anieto2k.com/foro/topic/busquedas-por-categorias#post-3789</link>
<pubDate>Thu, 25 Feb 2010 19:57:31 +0000</pubDate>
<dc:creator>grankan</dc:creator>
<guid isPermaLink="false">3789@http://www.anieto2k.com/foro/</guid>
<description>&#60;p&#62;Buenas,&#60;/p&#62;
&#60;p&#62;Estoy intentando realizar un buscador algo mas sofisticado con Wordpress. La idea es que pueda buscar por el texto introducido y por dos categorias. Lo que trato, es que aun no pasando la variable $s (no introducimos nada a buscar) pero si seleccionamos una categoria, cuando le demos a buscar muestre todos los post de esa categoria. Estoy intentando con este codigo pero no busca nada, si no introduzco un texto de busqueda:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;br /&#62;
		$paged = (get_query_var('paged')) ? get_query_var('paged') : 1;&#60;br /&#62;
		$categoria = $_GET['categoria'];&#60;br /&#62;
		$pais = $_GET['pais'];&#60;br /&#62;
		$s = get_query_var('s');&#60;br /&#62;
		if (empty($s)):&#60;br /&#62;
			query_posts(&#34;paged=$paged&#38;#38;cat=$categoria,$pais&#34;);&#60;br /&#62;
		else:&#60;br /&#62;
			query_posts(&#34;s=$s&#38;#38;paged=$paged&#38;#38;cat=$categoria,$pais&#34;);&#60;br /&#62;
		endif;&#60;br /&#62;
&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Agradezco cualquier sugerencia,&#60;/p&#62;
&#60;p&#62;Muchas gracias,
&#60;/p&#62;</description>
</item>
<item>
<title>juani on "Permisos de escritura !!"</title>
<link>http://www.anieto2k.com/foro/topic/permisos-de-escritura#post-3788</link>
<pubDate>Thu, 25 Feb 2010 02:45:25 +0000</pubDate>
<dc:creator>juani</dc:creator>
<guid isPermaLink="false">3788@http://www.anieto2k.com/foro/</guid>
<description>&#60;p&#62;por lo que veo no podes subir una imagen, entra por el FTP a tu sitio y a la carpeta uploads fijate si tenes el permiso de la carpeta en 755, si no cambiaselo a 755 y proba
&#60;/p&#62;</description>
</item>
<item>
<title>juani on "Problemas con los titulos."</title>
<link>http://www.anieto2k.com/foro/topic/problemas-con-los-titulos#post-3787</link>
<pubDate>Thu, 25 Feb 2010 02:39:22 +0000</pubDate>
<dc:creator>juani</dc:creator>
<guid isPermaLink="false">3787@http://www.anieto2k.com/foro/</guid>
<description>&#60;p&#62;palomoevo, vi tu blog y ya tenés la etiqueta h1 en el logo, no podes tener mas de una etiqueta H1 por página. Esta bien que los titulos de las post sean H2. Espero que te sirva. saludos
&#60;/p&#62;</description>
</item>
<item>
<title>palomoevo on "Problemas con los titulos."</title>
<link>http://www.anieto2k.com/foro/topic/problemas-con-los-titulos#post-3786</link>
<pubDate>Wed, 24 Feb 2010 09:09:12 +0000</pubDate>
<dc:creator>palomoevo</dc:creator>
<guid isPermaLink="false">3786@http://www.anieto2k.com/foro/</guid>
<description>&#60;p&#62;No se porque en mi wordpress, en la pagina principal cuando yo creo un post y le pongo un texto en formato titulo1 por ejemplo , cuando lo edito se ve con formato &#38;lt;h1&#38;gt; pero al publicarlo en la pagina principal no me guarda ese formato, he revisado el css y esta todo correcto, a ver si alguien me puede ayudar, un saludo.
&#60;/p&#62;</description>
</item>
<item>
<title>erick on "Permisos de escritura !!"</title>
<link>http://www.anieto2k.com/foro/topic/permisos-de-escritura#post-3785</link>
<pubDate>Tue, 23 Feb 2010 15:20:59 +0000</pubDate>
<dc:creator>erick</dc:creator>
<guid isPermaLink="false">3785@http://www.anieto2k.com/foro/</guid>
<description>&#60;p&#62;Tengo un gran problema en mi wordpress 2.9.2, o bueno en cualquier wordpress que instalo. Cuando voy a subir una imagen para utilizar en un post, este no lo permite mostrando el error &#60;strong&#62;Unable to create directory /var/www/firefoxmania/wp-content/uploads/2010/02. Is its parent directory writable by the server?&#60;/strong&#62; y creo que el error esta en que mi sitio no esta en esa direccion, esta en &#60;strong&#62;/wwwgfs/X2/firefoxmania/&#60;/strong&#62; y por eso no crea nada ni permite crear. Mi pregunta es ¿Dónde se cambia eso para que coja esa nueva direccion?
&#60;/p&#62;</description>
</item>
<item>
<title>jose oliveras on "Wordpress e-comerce"</title>
<link>http://www.anieto2k.com/foro/topic/wordpress-e-comerce#post-3784</link>
<pubDate>Mon, 22 Feb 2010 09:16:14 +0000</pubDate>
<dc:creator>jose oliveras</dc:creator>
<guid isPermaLink="false">3784@http://www.anieto2k.com/foro/</guid>
<description>&#60;p&#62;Hola.&#60;br /&#62;
Tengo un cliente que desea montar una tienda online, con solo tres productos. &#60;/p&#62;
&#60;p&#62;He pensado en usar alguno de los &#34;plugins&#34; de WP peo antes me gustaría tener algún &#34;feedback&#34; de algún usuario o si tenéis información al respecto en cuanto a legalidad o inconvenientes del sistema.&#60;/p&#62;
&#60;p&#62;En principio la tienda funcionaría a nivel Europeo. &#60;/p&#62;
&#60;p&#62;Muchas gracias.
&#60;/p&#62;</description>
</item>
<item>
<title>adeljay on "Ayuda page navi"</title>
<link>http://www.anieto2k.com/foro/topic/ayuda-page-navi#post-3783</link>
<pubDate>Fri, 19 Feb 2010 19:04:53 +0000</pubDate>
<dc:creator>adeljay</dc:creator>
<guid isPermaLink="false">3783@http://www.anieto2k.com/foro/</guid>
<description>&#60;p&#62;Espero puedan ayudarme, tengo un Theme al que necesito colocarle el sistema de paginacion con el plugin page navi, esta es la web &#60;a href=&#34;http://www.adeljay.comTengo&#34; rel=&#34;nofollow&#34;&#62;http://www.adeljay.comTengo&#60;/a&#62; el problema con la navegacion en la pagina principal,no se mueve de la pagina 1 , a pesar de que tiene como 4 paginas. &#60;/p&#62;
&#60;p&#62;lei algo sobre el WP_Query pero no entendi mucho el codigo de la pagina es &#60;/p&#62;
&#60;p&#62;&#38;lt;?php get_header(); ?&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;div id=&#34;sidebar_left&#34;&#38;gt;&#38;lt;!-- Sidebar Left --&#38;gt;&#60;/p&#62;
&#60;p&#62;	&#38;lt;div id=&#34;container_left&#34;&#38;gt;&#38;lt;!-- Random Left Posts --&#38;gt;&#60;/p&#62;
&#60;p&#62;		&#38;lt;div class=&#34;random_post&#34;&#38;gt;&#60;/p&#62;
&#60;p&#62;		 &#38;lt;?php&#60;/p&#62;
&#60;p&#62;		 $left = get_settings($shortname.&#34;_randomCategoryPosts&#34;);&#60;br /&#62;
  $middle = get_settings($shortname.&#34;_homePostCategory&#34;);&#60;br /&#62;
  $id = get_cat_id('Gallery');&#60;br /&#62;
$gallery = &#34;cat=&#34; . $id;&#60;/p&#62;
&#60;p&#62;$recent = new WP_Query('cat=-36,-33,-34,-19,-10,-42,-30,-37,-7,-3,-'.$middle.',-'. $gallery.'&#38;#38;include='.$left.'&#38;#38;showposts=5'); while ($recent-&#38;gt;have_posts()) : $recent-&#38;gt;the_post();?&#38;gt;&#60;/p&#62;
&#60;p&#62;			&#38;lt;div class=&#34;left_posts&#34;&#38;gt;&#60;/p&#62;
&#60;p&#62;		 &#60;a&#62;&#34; rel=&#34;bookmark&#34;&#38;gt;&#38;lt;?php the_title(); ?&#38;gt;&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;		 &#38;lt;?php&#60;br /&#62;
		$files = get_children(&#34;post_parent=$id&#38;#38;post_type=attachment&#38;#38;post_mime_type=image&#34;);&#60;br /&#62;
		if ($files) {&#60;br /&#62;
			$keys = array_keys($files);&#60;br /&#62;
			$num=$keys[0];&#60;br /&#62;
			$permalink = get_permalink();&#60;br /&#62;
			$thumb=wp_get_attachment_url($num);&#60;br /&#62;
			$blogurl = get_bloginfo('template_url');&#60;br /&#62;
			print '&#38;lt;div&#38;gt;&#60;a href=&#34;'.$permalink.'&#34; rel=&#34;bookmark&#34;&#62;&#38;lt;img src=&#34;'.$blogurl.'/thumbnail.php?src='.$thumb.'&#38;amp;w=156&#38;amp;zc=0&#34; alt=&#34;temp&#34;  /&#38;gt;&#60;/a&#62;&#38;lt;/div&#38;gt;';&#60;/p&#62;
&#60;p&#62;		}&#60;br /&#62;
		?&#38;gt;&#60;/p&#62;
&#60;p&#62;			&#38;lt;div style=&#34;clear:both;&#34;&#38;gt;&#38;lt;/div&#38;gt;&#60;/p&#62;
&#60;p&#62;				 &#38;lt;?php echo limit_content($post-&#38;gt;post_content, 6) ?&#38;gt;&#60;/p&#62;
&#60;p&#62;	  	&#38;lt;div style=&#34;clear:both;&#34;&#38;gt;&#38;lt;/div&#38;gt;&#60;/p&#62;
&#60;p&#62;	  &#38;lt;/div&#38;gt;&#60;/p&#62;
&#60;p&#62;				&#38;lt;?php endwhile; ?&#38;gt;&#60;/p&#62;
&#60;p&#62;		&#38;lt;/div&#38;gt;&#60;/p&#62;
&#60;p&#62;	&#38;lt;/div&#38;gt;&#38;lt;!-- Random Left Posts Ends --&#38;gt;&#60;/p&#62;
&#60;p&#62;           		&#38;lt;div style=&#34;clear:both;&#34;&#38;gt;&#38;lt;/div&#38;gt;&#60;br /&#62;
           		&#38;lt;?php $recent = new WP_Query(&#34;category_name=Gallery&#38;#38;showposts=1&#34;); while ($recent-&#38;gt;have_posts()) : $recent-&#38;gt;the_post();?&#38;gt;&#60;br /&#62;
				&#38;lt;div id=&#34;photogallery&#34;&#38;gt;&#38;lt;!-- Photo Gallery --&#38;gt;&#60;/p&#62;
&#60;p&#62;				 &#38;lt;?php&#60;br /&#62;
$files = get_children(&#34;post_parent=$id&#38;#38;post_type=attachment&#38;#38;post_mime_type=image&#34;);&#60;br /&#62;
if ($files) {&#60;br /&#62;
	$keys = array_keys($files);&#60;br /&#62;
	$num=$keys[0];&#60;br /&#62;
	$thumb=wp_get_attachment_url($num);&#60;/p&#62;
&#60;p&#62;	print &#34;&#38;lt;div class='photogallery'&#38;gt;&#60;a href='&#34;.get_permalink().&#34;' title='&#34;.get_the_title().&#34;'&#62;&#38;lt;img src='$thumb' class='gallery_image' alt='&#34;.get_the_title().&#34;'  width='160'/&#38;gt;&#60;/a&#62;&#38;lt;/div&#38;gt;&#34;;&#60;br /&#62;
}&#60;br /&#62;
?&#38;gt;&#60;/p&#62;
&#60;p&#62;		&#38;lt;div class=&#34;photogallery_title&#34; id=&#34;post-&#38;lt;?php the_ID(); ?&#38;gt;&#34;&#38;gt;&#60;br /&#62;
			&#60;a&#62;&#34; href=&#34;&#38;lt;?php the_permalink() ?&#38;gt;&#34; rel=&#34;bookmark&#34;&#38;gt;&#38;lt;?php the_title(); ?&#38;gt;&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;		&#38;lt;/div&#38;gt;	&#38;lt;/div&#38;gt;&#38;lt;!-- Photo Gallery Ends --&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;?php endwhile; ?&#38;gt;&#60;/p&#62;
&#60;p&#62;                &#38;lt;div style=&#34;clear:both;&#34;&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;div class=&#34;flickr2&#34;&#38;gt;&#38;lt;center&#38;gt;&#60;br /&#62;
&#38;lt;script type=&#34;text/javascript&#34;&#38;gt;&#38;lt;!--&#60;br /&#62;
google_ad_client = &#34;pub-3075579508555151&#34;;&#60;br /&#62;
/* 160x600, creado 4/02/10 */&#60;br /&#62;
google_ad_slot = &#34;3643552128&#34;;&#60;br /&#62;
google_ad_width = 160;&#60;br /&#62;
google_ad_height = 600;&#60;br /&#62;
//--&#38;gt;&#60;br /&#62;
&#38;lt;/script&#38;gt;&#60;br /&#62;
&#38;lt;script type=&#34;text/javascript&#34;&#60;br /&#62;
src=&#34;http://pagead2.googlesyndication.com/pagead/show_ads.js&#34;&#38;gt;&#60;br /&#62;
&#38;lt;/script&#38;gt;&#60;br /&#62;
&#38;lt;/div&#38;gt;&#60;br /&#62;
	&#38;lt;div class=&#34;flickr&#34;&#38;gt;&#38;lt;!-- flickr --&#38;gt;&#60;/p&#62;
&#60;p&#62; 	&#38;lt;?php if ( !function_exists('get_flickrFeed')&#60;br /&#62;
	&#124;&#124; !get_flickrFeed() ) : ?&#38;gt;&#60;br /&#62;
	&#38;lt;?php endif; ?&#38;gt;&#60;br /&#62;
&#38;lt;/center&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;/div&#38;gt;&#60;/p&#62;
&#60;p&#62;	&#38;lt;/div&#38;gt;&#38;lt;!--flickr Ends--&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;/div&#38;gt;&#38;lt;!-- Sidebar Left Ends --&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;div id=&#34;middle&#34;&#38;gt;&#38;lt;!-- Midle Section --&#38;gt;&#60;/p&#62;
&#60;p&#62;	 &#38;lt;?php&#60;br /&#62;
	    $show = get_settings($shortname.&#34;_homePostCategory&#34;);$recent = new WP_Query('cat='.$show.'&#38;#38;showposts=1'); while ($recent-&#38;gt;have_posts()) : $recent-&#38;gt;the_post();?&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;div style=&#34;clear:both;&#34;&#38;gt;&#38;lt;/div&#38;gt;&#60;br /&#62;
	&#38;lt;div id=&#34;page-wrap&#34;&#38;gt;&#60;/p&#62;
&#60;p&#62;	&#38;lt;div class=&#34;slider-wrap&#34;&#38;gt;&#60;br /&#62;
		&#38;lt;div id=&#34;main-photo-slider&#34; class=&#34;csw&#34;&#38;gt;&#60;br /&#62;
			&#38;lt;div class=&#34;panelContainer&#34;&#38;gt;&#60;/p&#62;
&#60;p&#62;				&#38;lt;div class=&#34;panel&#34; title=&#34;Panel 1&#34;&#38;gt;&#60;br /&#62;
					&#38;lt;div class=&#34;wrapper&#34;&#38;gt;&#60;br /&#62;
						&#38;lt;?php&#60;br /&#62;
$files = get_children(&#34;post_parent=$id&#38;#38;post_type=attachment&#38;#38;post_mime_type=image&#34;);&#60;br /&#62;
if ($files) {&#60;br /&#62;
	$keys = array_keys($files);&#60;br /&#62;
	$num=$keys[0];&#60;br /&#62;
	$thumb=wp_get_attachment_url($num);&#60;br /&#62;
	$blogurl = get_bloginfo('template_url');&#60;br /&#62;
	$permalink = get_permalink();&#60;br /&#62;
	print '&#38;lt;div&#38;gt;&#60;a href=&#34;'.$permalink.'&#34; rel=&#34;bookmark&#34;&#62;&#38;lt;img style=&#34;float:left;padding-right:10px;&#34; src=&#34;'.$blogurl.'/thumbnail.php?src='.$thumb.'&#38;amp;h=282&#38;amp;w=256&#38;amp;zc=1&#34; alt=&#34;temp&#34;  /&#38;gt;&#60;/a&#62;&#38;lt;/div&#38;gt;';&#60;br /&#62;
}&#60;br /&#62;
?&#38;gt;&#38;lt;p&#38;gt;&#38;lt;?php&#60;br /&#62;
$excerpt = get_the_excerpt();&#60;br /&#62;
echo string_limit_words($excerpt, 36);&#60;br /&#62;
echo &#34;...&#38;lt;a class='readmore' href='&#34;;&#60;br /&#62;
the_permalink();&#60;br /&#62;
echo &#34;'&#38;gt;...more&#34;;&#60;br /&#62;
?&#38;gt;&#60;br /&#62;
&#38;lt;/p&#38;gt;&#60;br /&#62;
&#38;lt;div style=&#34;clear:both;&#34;&#38;gt;&#38;lt;/div&#38;gt;&#60;br /&#62;
						&#38;lt;div class=&#34;photo-meta-data&#34;&#38;gt;&#60;/p&#62;
&#60;p&#62;							&#60;a&#62;&#34; href=&#34;&#38;lt;?php the_permalink() ?&#38;gt;&#34; rel=&#34;bookmark&#34;&#38;gt;&#38;lt;?php the_title(); ?&#38;gt;&#60;/a&#62;&#60;br /&#62;
						&#38;lt;/div&#38;gt;&#60;br /&#62;
					&#38;lt;/div&#38;gt;&#60;br /&#62;
				&#38;lt;/div&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;?php endwhile; ?&#38;gt;&#60;/p&#62;
&#60;p&#62; &#38;lt;?php  $show = get_settings($shortname.&#34;_homePostCategory&#34;);$recent = new WP_Query('cat='.$show.'&#38;#38;showposts=1&#38;#38;offset=1'); while ($recent-&#38;gt;have_posts()) : $recent-&#38;gt;the_post();?&#38;gt;&#60;/p&#62;
&#60;p&#62;				&#38;lt;div class=&#34;panel&#34; title=&#34;Panel 2&#34;&#38;gt;&#60;br /&#62;
					&#38;lt;div class=&#34;wrapper&#34;&#38;gt;&#60;br /&#62;
						&#38;lt;?php&#60;br /&#62;
$files = get_children(&#34;post_parent=$id&#38;#38;post_type=attachment&#38;#38;post_mime_type=image&#34;);&#60;br /&#62;
if ($files) {&#60;br /&#62;
	$keys = array_keys($files);&#60;br /&#62;
	$num=$keys[0];&#60;br /&#62;
	$thumb=wp_get_attachment_url($num);&#60;br /&#62;
	$blogurl = get_bloginfo('template_url');&#60;br /&#62;
	$permalink = get_permalink();&#60;br /&#62;
	print '&#38;lt;div&#38;gt;&#60;a href=&#34;'.$permalink.'&#34; rel=&#34;bookmark&#34;&#62;&#38;lt;img style=&#34;float:left;padding-right:10px;&#34; src=&#34;'.$blogurl.'/thumbnail.php?src='.$thumb.'&#38;amp;h=282&#38;amp;w=256&#38;amp;zc=1&#34; alt=&#34;temp&#34;  /&#38;gt;&#60;/a&#62;&#38;lt;/div&#38;gt;';&#60;br /&#62;
}&#60;br /&#62;
?&#38;gt;&#38;lt;p&#38;gt;&#38;lt;?php&#60;br /&#62;
$excerpt = get_the_excerpt();&#60;br /&#62;
echo string_limit_words($excerpt, 36);&#60;br /&#62;
echo &#34;...&#38;lt;a class='readmore' href='&#34;;&#60;br /&#62;
the_permalink();&#60;br /&#62;
echo &#34;'&#38;gt;...more&#34;;&#60;br /&#62;
?&#38;gt;&#60;br /&#62;
&#38;lt;/p&#38;gt;&#60;br /&#62;
&#38;lt;div style=&#34;clear:both;&#34;&#38;gt;&#38;lt;/div&#38;gt;&#60;/p&#62;
&#60;p&#62;						&#38;lt;div class=&#34;photo-meta-data&#34;&#38;gt;&#60;br /&#62;
							&#60;a&#62;&#34; href=&#34;&#38;lt;?php the_permalink() ?&#38;gt;&#34; rel=&#34;bookmark&#34;&#38;gt;&#38;lt;?php the_title(); ?&#38;gt;&#60;/a&#62;&#60;br /&#62;
						&#38;lt;/div&#38;gt;					&#38;lt;/div&#38;gt;&#60;br /&#62;
				&#38;lt;/div&#38;gt;&#38;lt;?php endwhile; ?&#38;gt;&#60;/p&#62;
&#60;p&#62; &#38;lt;?php  $show = get_settings($shortname.&#34;_homePostCategory&#34;);$recent = new WP_Query('cat='.$show.'&#38;#38;showposts=1&#38;#38;showposts=1&#38;#38;offset=2'); while ($recent-&#38;gt;have_posts()) : $recent-&#38;gt;the_post();?&#38;gt;&#60;br /&#62;
				&#38;lt;div class=&#34;panel&#34; title=&#34;Panel 3&#34;&#38;gt;&#60;br /&#62;
					&#38;lt;div class=&#34;wrapper&#34;&#38;gt;&#60;/p&#62;
&#60;p&#62;						&#38;lt;?php&#60;br /&#62;
$files = get_children(&#34;post_parent=$id&#38;#38;post_type=attachment&#38;#38;post_mime_type=image&#34;);&#60;br /&#62;
if ($files) {&#60;br /&#62;
	$keys = array_keys($files);&#60;br /&#62;
	$num=$keys[0];&#60;br /&#62;
	$thumb=wp_get_attachment_url($num);&#60;br /&#62;
	$blogurl = get_bloginfo('template_url');&#60;br /&#62;
	$permalink = get_permalink();&#60;br /&#62;
	print '&#38;lt;div&#38;gt;&#60;a href=&#34;'.$permalink.'&#34; rel=&#34;bookmark&#34;&#62;&#38;lt;img style=&#34;float:left;padding-right:10px;&#34; src=&#34;'.$blogurl.'/thumbnail.php?src='.$thumb.'&#38;amp;h=282&#38;amp;w=256&#38;amp;zc=1&#34; alt=&#34;temp&#34;  /&#38;gt;&#60;/a&#62;&#38;lt;/div&#38;gt;';&#60;br /&#62;
}&#60;br /&#62;
?&#38;gt;&#38;lt;p&#38;gt;&#38;lt;?php&#60;br /&#62;
$excerpt = get_the_excerpt();&#60;br /&#62;
echo string_limit_words($excerpt, 36);&#60;br /&#62;
echo &#34;...&#38;lt;a class='readmore' href='&#34;;&#60;br /&#62;
the_permalink();&#60;br /&#62;
echo &#34;'&#38;gt;...more&#34;;&#60;br /&#62;
?&#38;gt;&#60;br /&#62;
&#38;lt;/p&#38;gt;&#60;br /&#62;
&#38;lt;div style=&#34;clear:both;&#34;&#38;gt;&#38;lt;/div&#38;gt;&#60;br /&#62;
						&#38;lt;div class=&#34;photo-meta-data&#34;&#38;gt;&#60;br /&#62;
							&#60;a&#62;&#34; href=&#34;&#38;lt;?php the_permalink() ?&#38;gt;&#34; rel=&#34;bookmark&#34;&#38;gt;&#38;lt;?php the_title(); ?&#38;gt;&#60;/a&#62;&#60;br /&#62;
						&#38;lt;/div&#38;gt;					&#38;lt;/div&#38;gt;&#60;br /&#62;
				&#38;lt;/div&#38;gt;&#38;lt;?php endwhile; ?&#38;gt;&#60;br /&#62;
				&#38;lt;?php  $show = get_settings($shortname.&#34;_homePostCategory&#34;);$recent = new WP_Query('cat='.$show.'&#38;#38;showposts=1&#38;#38;offset=3'); while ($recent-&#38;gt;have_posts()) : $recent-&#38;gt;the_post();?&#38;gt;						&#38;lt;div class=&#34;panel&#34; title=&#34;Panel 4&#34;&#38;gt;&#60;br /&#62;
					&#38;lt;div class=&#34;wrapper&#34;&#38;gt;&#60;/p&#62;
&#60;p&#62;						&#38;lt;?php&#60;br /&#62;
$files = get_children(&#34;post_parent=$id&#38;#38;post_type=attachment&#38;#38;post_mime_type=image&#34;);&#60;br /&#62;
if ($files) {&#60;br /&#62;
	$keys = array_keys($files);&#60;br /&#62;
	$num=$keys[0];&#60;br /&#62;
	$thumb=wp_get_attachment_url($num);&#60;br /&#62;
	$blogurl = get_bloginfo('template_url');&#60;br /&#62;
	$permalink = get_permalink();&#60;br /&#62;
	print '&#38;lt;div&#38;gt;&#60;a href=&#34;'.$permalink.'&#34; rel=&#34;bookmark&#34;&#62;&#38;lt;img style=&#34;float:left;padding-right:10px;&#34; src=&#34;'.$blogurl.'/thumbnail.php?src='.$thumb.'&#38;amp;h=282&#38;amp;w=256&#38;amp;zc=1&#34; alt=&#34;temp&#34;  /&#38;gt;&#60;/a&#62;&#38;lt;/div&#38;gt;';&#60;br /&#62;
}&#60;br /&#62;
?&#38;gt;&#38;lt;p&#38;gt;&#38;lt;?php&#60;br /&#62;
$excerpt = get_the_excerpt();&#60;br /&#62;
echo string_limit_words($excerpt, 36);&#60;br /&#62;
echo &#34;...&#38;lt;a class='readmore' href='&#34;;&#60;br /&#62;
the_permalink();&#60;br /&#62;
echo &#34;'&#38;gt;...more&#34;;&#60;br /&#62;
?&#38;gt;&#60;br /&#62;
&#38;lt;/p&#38;gt;					&#38;lt;?php endwhile; ?&#38;gt;&#60;br /&#62;
&#38;lt;div style=&#34;clear:both;&#34;&#38;gt;&#38;lt;/div&#38;gt;&#60;br /&#62;
						&#38;lt;div class=&#34;photo-meta-data&#34;&#38;gt;&#60;br /&#62;
						&#60;a&#62;&#34; href=&#34;&#38;lt;?php the_permalink() ?&#38;gt;&#34; rel=&#34;bookmark&#34;&#38;gt;&#38;lt;?php the_title(); ?&#38;gt;&#60;/a&#62;&#60;br /&#62;
						&#38;lt;/div&#38;gt;&#60;br /&#62;
					&#38;lt;/div&#38;gt;&#60;br /&#62;
				&#38;lt;/div&#38;gt;&#60;br /&#62;
				&#38;lt;?php  $show = get_settings($shortname.&#34;_homePostCategory&#34;);$recent = new WP_Query('cat='.$show.'&#38;#38;showposts=1&#38;#38;offset=4'); while ($recent-&#38;gt;have_posts()) : $recent-&#38;gt;the_post();?&#38;gt;&#60;br /&#62;
				&#38;lt;div class=&#34;panel&#34; title=&#34;Panel 5&#34;&#38;gt;&#60;br /&#62;
					&#38;lt;div class=&#34;wrapper&#34;&#38;gt;&#60;/p&#62;
&#60;p&#62;						&#38;lt;?php&#60;br /&#62;
$files = get_children(&#34;post_parent=$id&#38;#38;post_type=attachment&#38;#38;post_mime_type=image&#34;);&#60;br /&#62;
if ($files) {&#60;br /&#62;
	$keys = array_keys($files);&#60;br /&#62;
	$num=$keys[0];&#60;br /&#62;
	$thumb=wp_get_attachment_url($num);&#60;br /&#62;
	$blogurl = get_bloginfo('template_url');&#60;br /&#62;
	$permalink = get_permalink();&#60;br /&#62;
	print '&#38;lt;div&#38;gt;&#60;a href=&#34;'.$permalink.'&#34; rel=&#34;bookmark&#34;&#62;&#38;lt;img style=&#34;float:left;padding-right:10px;&#34; src=&#34;'.$blogurl.'/thumbnail.php?src='.$thumb.'&#38;amp;h=282&#38;amp;w=256&#38;amp;zc=1&#34; alt=&#34;temp&#34;  /&#38;gt;&#60;/a&#62;&#38;lt;/div&#38;gt;';&#60;br /&#62;
}&#60;br /&#62;
?&#38;gt;&#38;lt;p&#38;gt;&#38;lt;?php&#60;br /&#62;
$excerpt = get_the_excerpt();&#60;br /&#62;
echo string_limit_words($excerpt, 36);&#60;br /&#62;
echo &#34;...&#38;lt;a class='readmore' href='&#34;;&#60;br /&#62;
the_permalink();&#60;br /&#62;
echo &#34;'&#38;gt;...more&#34;;&#60;br /&#62;
?&#38;gt;&#60;br /&#62;
&#38;lt;/p&#38;gt;					&#38;lt;?php endwhile; ?&#38;gt;&#60;br /&#62;
&#38;lt;div style=&#34;clear:both;&#34;&#38;gt;&#38;lt;/div&#38;gt;&#60;br /&#62;
						&#38;lt;div class=&#34;photo-meta-data&#34;&#38;gt;&#60;br /&#62;
							&#60;a&#62;&#34; href=&#34;&#38;lt;?php the_permalink() ?&#38;gt;&#34; rel=&#34;bookmark&#34;&#38;gt;&#38;lt;?php the_title(); ?&#38;gt;&#60;/a&#62;&#60;br /&#62;
						&#38;lt;/div&#38;gt;&#60;br /&#62;
					&#38;lt;/div&#38;gt;&#60;br /&#62;
				&#38;lt;/div&#38;gt;&#60;br /&#62;
								&#38;lt;?php  $show = get_settings($shortname.&#34;_homePostCategory&#34;);$recent = new WP_Query('cat='.$show.'&#38;#38;showposts=1&#38;#38;offset=5'); while ($recent-&#38;gt;have_posts()) : $recent-&#38;gt;the_post();?&#38;gt;&#60;br /&#62;
				&#38;lt;div class=&#34;panel&#34; title=&#34;Panel 6&#34;&#38;gt;&#60;br /&#62;
					&#38;lt;div class=&#34;wrapper&#34;&#38;gt;&#60;/p&#62;
&#60;p&#62;						&#38;lt;?php&#60;br /&#62;
$files = get_children(&#34;post_parent=$id&#38;#38;post_type=attachment&#38;#38;post_mime_type=image&#34;);&#60;br /&#62;
if ($files) {&#60;br /&#62;
	$keys = array_keys($files);&#60;br /&#62;
	$num=$keys[0];&#60;br /&#62;
	$thumb=wp_get_attachment_url($num);&#60;br /&#62;
	$blogurl = get_bloginfo('template_url');&#60;br /&#62;
	$permalink = get_permalink();&#60;br /&#62;
	print '&#38;lt;div&#38;gt;&#60;a href=&#34;'.$permalink.'&#34; rel=&#34;bookmark&#34;&#62;&#38;lt;img style=&#34;float:left;padding-right:10px;&#34; src=&#34;'.$blogurl.'/thumbnail.php?src='.$thumb.'&#38;amp;h=282&#38;amp;w=256&#38;amp;zc=1&#34; alt=&#34;temp&#34;  /&#38;gt;&#60;/a&#62;&#38;lt;/div&#38;gt;';&#60;br /&#62;
}&#60;br /&#62;
?&#38;gt;&#38;lt;p&#38;gt;&#38;lt;?php&#60;br /&#62;
$excerpt = get_the_excerpt();&#60;br /&#62;
echo string_limit_words($excerpt, 36);&#60;br /&#62;
echo &#34;...&#38;lt;a class='readmore' href='&#34;;&#60;br /&#62;
the_permalink();&#60;br /&#62;
echo &#34;'&#38;gt;...more&#34;;&#60;br /&#62;
?&#38;gt;&#60;br /&#62;
&#38;lt;/p&#38;gt;					&#38;lt;?php endwhile; ?&#38;gt;&#60;br /&#62;
&#38;lt;div style=&#34;clear:both;&#34;&#38;gt;&#38;lt;/div&#38;gt;&#60;br /&#62;
						&#38;lt;div class=&#34;photo-meta-data&#34;&#38;gt;&#60;br /&#62;
							&#60;a&#62;&#34; href=&#34;&#38;lt;?php the_permalink() ?&#38;gt;&#34; rel=&#34;bookmark&#34;&#38;gt;&#38;lt;?php the_title(); ?&#38;gt;&#60;/a&#62;&#60;br /&#62;
						&#38;lt;/div&#38;gt;&#60;br /&#62;
					&#38;lt;/div&#38;gt;&#60;br /&#62;
				&#38;lt;/div&#38;gt;&#60;/p&#62;
&#60;p&#62;			&#38;lt;/div&#38;gt;&#60;br /&#62;
		&#38;lt;/div&#38;gt;&#60;br /&#62;
&#38;lt;div style=&#34;clear:both;&#34;&#38;gt;&#38;lt;/div&#38;gt;&#60;/p&#62;
&#60;p&#62;			&#38;lt;div id=&#34;movers-row&#34;&#38;gt; &#38;lt;?php  $show = get_settings($shortname.&#34;_homePostCategory&#34;);$recent = new WP_Query('cat='.$show.'&#38;#38;showposts=1'); while ($recent-&#38;gt;have_posts()) : $recent-&#38;gt;the_post();?&#38;gt;&#60;/p&#62;
&#60;p&#62;								&#38;lt;div&#38;gt;		&#38;lt;?php&#60;br /&#62;
$files = get_children(&#34;post_parent=$id&#38;#38;post_type=attachment&#38;#38;post_mime_type=image&#34;);&#60;br /&#62;
if ($files) {&#60;br /&#62;
	$keys = array_keys($files);&#60;br /&#62;
	$num=$keys[0];&#60;br /&#62;
	$thumb=wp_get_attachment_thumb_url($num);&#60;br /&#62;
	$blogurl = get_bloginfo('template_url');&#60;br /&#62;
	$permalink = get_permalink();&#60;/p&#62;
&#60;p&#62;	print '&#60;a href=&#34;#1&#34;&#62;	&#38;lt;img src=&#34;'.$blogurl.'/thumbnail.php?src='.$thumb.'&#38;amp;h=40&#38;amp;w=56&#38;amp;zc=1&#38;amp;q=99&#34; class=&#34;nav-thumb&#34; alt=&#34;temp-thumb&#34;  /&#38;gt;&#60;/a&#62;';&#60;br /&#62;
}&#60;br /&#62;
?&#38;gt;&#38;lt;/div&#38;gt;&#60;br /&#62;
&#38;lt;?php endwhile; ?&#38;gt;&#60;br /&#62;
 &#38;lt;?php  $show = get_settings($shortname.&#34;_homePostCategory&#34;);$recent = new WP_Query('cat='.$show.'&#38;#38;showposts=1&#38;#38;offset=1'); while ($recent-&#38;gt;have_posts()) : $recent-&#38;gt;the_post();?&#38;gt;&#60;br /&#62;
			&#38;lt;div&#38;gt;										&#38;lt;?php&#60;br /&#62;
$files = get_children(&#34;post_parent=$id&#38;#38;post_type=attachment&#38;#38;post_mime_type=image&#34;);&#60;br /&#62;
if ($files) {&#60;br /&#62;
	$keys = array_keys($files);&#60;br /&#62;
	$num=$keys[0];&#60;br /&#62;
	$thumb=wp_get_attachment_thumb_url($num);&#60;br /&#62;
	$blogurl = get_bloginfo('template_url');&#60;br /&#62;
	$permalink = get_permalink();&#60;/p&#62;
&#60;p&#62;	print '&#60;a href=&#34;#2&#34;&#62;	&#38;lt;img src=&#34;'.$blogurl.'/thumbnail.php?src='.$thumb.'&#38;amp;h=40&#38;amp;w=56&#38;amp;zc=1&#38;amp;q=99&#34; class=&#34;nav-thumb&#34; alt=&#34;temp-thumb&#34;  /&#38;gt;&#60;/a&#62;';&#60;br /&#62;
}&#60;br /&#62;
?&#38;gt;&#38;lt;/div&#38;gt;&#38;lt;?php endwhile; ?&#38;gt;&#60;br /&#62;
			 &#38;lt;?php  $show = get_settings($shortname.&#34;_homePostCategory&#34;);$recent = new WP_Query('cat='.$show.'&#38;#38;showposts=1&#38;#38;offset=2'); while ($recent-&#38;gt;have_posts()) : $recent-&#38;gt;the_post();?&#38;gt;&#60;br /&#62;
			&#38;lt;div&#38;gt;										&#38;lt;?php&#60;br /&#62;
$files = get_children(&#34;post_parent=$id&#38;#38;post_type=attachment&#38;#38;post_mime_type=image&#34;);&#60;br /&#62;
if ($files) {&#60;br /&#62;
	$keys = array_keys($files);&#60;br /&#62;
	$num=$keys[0];&#60;br /&#62;
	$thumb=wp_get_attachment_thumb_url($num);&#60;br /&#62;
	$blogurl = get_bloginfo('template_url');&#60;br /&#62;
	$permalink = get_permalink();&#60;/p&#62;
&#60;p&#62;	print '&#60;a href=&#34;#3&#34;&#62;	&#38;lt;img src=&#34;'.$blogurl.'/thumbnail.php?src='.$thumb.'&#38;amp;h=40&#38;amp;w=56&#38;amp;zc=1&#38;amp;q=99&#34; class=&#34;nav-thumb&#34; alt=&#34;temp-thumb&#34;  /&#38;gt;&#60;/a&#62;';&#60;br /&#62;
}&#60;br /&#62;
?&#38;gt;&#38;lt;/div&#38;gt;&#38;lt;?php endwhile; ?&#38;gt;&#60;/p&#62;
&#60;p&#62;			 &#38;lt;?php  $show = get_settings($shortname.&#34;_homePostCategory&#34;);$recent = new WP_Query('cat='.$show.'&#38;#38;showposts=1&#38;#38;offset=3'); while ($recent-&#38;gt;have_posts()) : $recent-&#38;gt;the_post();?&#38;gt;&#60;br /&#62;
			&#38;lt;div&#38;gt;										&#38;lt;?php&#60;br /&#62;
$files = get_children(&#34;post_parent=$id&#38;#38;post_type=attachment&#38;#38;post_mime_type=image&#34;);&#60;br /&#62;
if ($files) {&#60;br /&#62;
	$keys = array_keys($files);&#60;br /&#62;
	$num=$keys[0];&#60;br /&#62;
	$thumb=wp_get_attachment_thumb_url($num);&#60;br /&#62;
	$blogurl = get_bloginfo('template_url');&#60;br /&#62;
	$permalink = get_permalink();&#60;/p&#62;
&#60;p&#62;	print '&#60;a href=&#34;#4&#34;&#62;	&#38;lt;img src=&#34;'.$blogurl.'/thumbnail.php?src='.$thumb.'&#38;amp;h=40&#38;amp;w=56&#38;amp;zc=1&#38;amp;q=99&#34; class=&#34;nav-thumb&#34; alt=&#34;temp-thumb&#34;  /&#38;gt;&#60;/a&#62;';&#60;br /&#62;
}&#60;br /&#62;
?&#38;gt;&#38;lt;/div&#38;gt;&#38;lt;?php endwhile; ?&#38;gt;&#60;/p&#62;
&#60;p&#62;			 &#38;lt;?php  $show = get_settings($shortname.&#34;_homePostCategory&#34;);$recent = new WP_Query('cat='.$show.'&#38;#38;showposts=1&#38;#38;offset=4'); while ($recent-&#38;gt;have_posts()) : $recent-&#38;gt;the_post();?&#38;gt;&#60;br /&#62;
			&#38;lt;div&#38;gt;										&#38;lt;?php&#60;br /&#62;
$files = get_children(&#34;post_parent=$id&#38;#38;post_type=attachment&#38;#38;post_mime_type=image&#34;);&#60;br /&#62;
if ($files) {&#60;br /&#62;
	$keys = array_keys($files);&#60;br /&#62;
	$num=$keys[0];&#60;br /&#62;
	$thumb=wp_get_attachment_thumb_url($num);&#60;br /&#62;
	$blogurl = get_bloginfo('template_url');&#60;br /&#62;
	$permalink = get_permalink();&#60;/p&#62;
&#60;p&#62;	print '&#60;a href=&#34;#5&#34;&#62;	&#38;lt;img src=&#34;'.$blogurl.'/thumbnail.php?src='.$thumb.'&#38;amp;h=40&#38;amp;w=56&#38;amp;zc=1&#38;amp;q=99&#34; class=&#34;nav-thumb&#34; alt=&#34;temp-thumb&#34;  /&#38;gt;&#60;/a&#62;';&#60;br /&#62;
}&#60;br /&#62;
?&#38;gt;&#38;lt;/div&#38;gt;&#38;lt;?php endwhile; ?&#38;gt;&#60;br /&#62;
						 &#38;lt;?php  $show = get_settings($shortname.&#34;_homePostCategory&#34;);$recent = new WP_Query('cat='.$show.'&#38;#38;showposts=1&#38;#38;offset=5'); while ($recent-&#38;gt;have_posts()) : $recent-&#38;gt;the_post();?&#38;gt;&#60;br /&#62;
			&#38;lt;div&#38;gt;										&#38;lt;?php&#60;br /&#62;
$files = get_children(&#34;post_parent=$id&#38;#38;post_type=attachment&#38;#38;post_mime_type=image&#34;);&#60;br /&#62;
if ($files) {&#60;br /&#62;
	$keys = array_keys($files);&#60;br /&#62;
	$num=$keys[0];&#60;br /&#62;
	$thumb=wp_get_attachment_thumb_url($num);&#60;br /&#62;
	$blogurl = get_bloginfo('template_url');&#60;br /&#62;
	$permalink = get_permalink();&#60;/p&#62;
&#60;p&#62;	print '&#60;a href=&#34;#6&#34;&#62;	&#38;lt;img src=&#34;'.$blogurl.'/thumbnail.php?src='.$thumb.'&#38;amp;h=40&#38;amp;w=56&#38;amp;zc=1&#38;amp;q=99&#34; class=&#34;nav-thumb&#34; alt=&#34;temp-thumb&#34;  /&#38;gt;&#60;/a&#62;';&#60;br /&#62;
}&#60;br /&#62;
?&#38;gt;&#38;lt;/div&#38;gt;&#38;lt;?php endwhile; ?&#38;gt;&#60;br /&#62;
		&#38;lt;/div&#38;gt;&#60;/p&#62;
&#60;p&#62;	&#38;lt;/div&#38;gt;&#60;/p&#62;
&#60;p&#62;	&#38;lt;/div&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;?php&#60;/p&#62;
&#60;p&#62; $left = get_settings($shortname.&#34;_randomCategoryPosts&#34;);&#60;br /&#62;
  $middle = get_settings($shortname.&#34;_homePostCategory&#34;);&#60;/p&#62;
&#60;p&#62;$id = get_cat_id('Gallery');&#60;br /&#62;
$gallery = &#34;cat=&#34; . $id;&#60;br /&#62;
$recent = new WP_Query('cat=-'.$middle.',-'.$left.',-'.$gallery.''); while ($recent-&#38;gt;have_posts()) : $recent-&#38;gt;the_post();?&#38;gt;&#60;/p&#62;
&#60;p&#62;		&#38;lt;div class=&#34;post_middle&#34;&#38;gt;&#38;lt;!-- Posts Midle Section --&#38;gt;&#60;/p&#62;
&#60;p&#62;			&#60;a&#62;&#34; class=&#34;titles&#34; title=&#34;&#38;lt;?php the_title(); ?&#38;gt;&#34;  rel=&#34;bookmark&#34;&#38;gt;&#38;lt;?php the_title(); ?&#38;gt;&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;				 &#38;lt;?php&#60;br /&#62;
$files = get_children(&#34;post_parent=$id&#38;#38;post_type=attachment&#38;#38;post_mime_type=image&#34;);&#60;br /&#62;
if ($files) {&#60;br /&#62;
	$keys = array_keys($files);&#60;br /&#62;
	$num=$keys[0];&#60;br /&#62;
	$thumb=wp_get_attachment_url($num);&#60;br /&#62;
	$blogurl = get_bloginfo('template_url');&#60;br /&#62;
	$permalink = get_permalink();&#60;br /&#62;
	$title = get_the_title();&#60;/p&#62;
&#60;p&#62;	$output = '&#60;a href=&#34;'.$permalink.'&#34;&#62;&#38;lt;img alt=&#34;'.$title.'&#34;  src=&#34;'.$blogurl.'/thumbnail.php?src='.$thumb.'&#38;amp;h=100&#38;amp;w=140&#38;amp;zc=1&#38;amp;q=99&#34; /&#38;gt;&#60;/a&#62;';&#60;br /&#62;
    echo $output;&#60;/p&#62;
&#60;p&#62;}&#60;br /&#62;
?&#38;gt;&#60;/p&#62;
&#60;p&#62;			&#38;lt;div class=&#34;entry&#34;&#38;gt;&#60;/p&#62;
&#60;p&#62;				&#38;lt;?php echo limit_content($post-&#38;gt;post_content, 30) ?&#38;gt;&#60;/p&#62;
&#60;p&#62;			&#38;lt;/div&#38;gt;&#60;br /&#62;
&#38;lt;div style=&#34;clear:both&#34;&#38;gt;&#38;lt;/div&#38;gt;&#60;br /&#62;
&#38;lt;div class=&#34;homepage_comments&#34;&#38;gt;&#38;lt;!-- Metadata --&#38;gt;&#60;/p&#62;
&#60;p&#62;					&#60;a&#62;&#34;&#38;gt;&#38;lt;?php comments_number('no comments','one comment','% comments'); ?&#38;gt;.&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;				&#38;lt;/div&#38;gt;&#60;/p&#62;
&#60;p&#62;					&#38;lt;div style=&#34;clear:both&#34;&#38;gt;&#38;lt;/div&#38;gt;&#60;/p&#62;
&#60;p&#62;		&#38;lt;/div&#38;gt;&#38;lt;!-- Posts Midle Section Ends --&#38;gt;&#60;/p&#62;
&#60;p&#62;	&#38;lt;?php endwhile; ?&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;?php if(function_exists('wp_pagenavi')) { wp_pagenavi(); } ?&#38;gt;&#60;br /&#62;
		&#38;lt;div class=&#34;tags&#34;&#38;gt;&#38;lt;!-- Popular Tags Midle Section --&#38;gt;&#60;/p&#62;
&#60;p&#62;				&#38;lt;div class=&#34;tags_container&#34;&#38;gt;&#60;/p&#62;
&#60;p&#62;			&#38;lt;?php if ( function_exists('wp_tag_cloud') ) : ?&#38;gt;&#60;br /&#62;
			&#38;lt;?php wp_tag_cloud('smallest=8&#38;#38;largest=20&#38;#38;number=54'); ?&#38;gt;&#60;br /&#62;
			&#38;lt;/div&#38;gt;&#60;br /&#62;
		&#38;lt;/div&#38;gt;&#38;lt;!-- Popular Tags Midle Section Ends --&#38;gt;&#60;/p&#62;
&#60;p&#62;			&#38;lt;?php endif; ?&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;/div&#38;gt;&#38;lt;!-- Midle Section Ends --&#38;gt;&#60;br /&#62;
&#38;lt;?php get_sidebar();?&#38;gt;&#60;br /&#62;
&#38;lt;?php get_footer();?&#38;gt;
&#60;/p&#62;</description>
</item>
<item>
<title>Furianegra on "Bases de datos"</title>
<link>http://www.anieto2k.com/foro/topic/bases-de-datos#post-3782</link>
<pubDate>Fri, 19 Feb 2010 15:53:39 +0000</pubDate>
<dc:creator>Furianegra</dc:creator>
<guid isPermaLink="false">3782@http://www.anieto2k.com/foro/</guid>
<description>&#60;p&#62;Hola, he montado un periódico digital y viendo las noticias que entran estoy temiendo por mi base de datos. Es decir que se llene, que se me estropee o que no sea capaz de reponerla en caso de tener que subir una copia de seguridad.&#60;br /&#62;
Bueno voy  realizar la pregunta concreta&#60;br /&#62;
1º si la base de datos se llena mucho se ¿pueden utilizar dos?&#60;br /&#62;
2º ¿la  base de datos se estira hasta el infinito?&#60;br /&#62;
3º ¿hay algún pluging que la gestione bien en cuanto a copias de seguridad u otros trabajos?&#60;/p&#62;
&#60;p&#62;Gracias por vuestro trabajo de verdad que es muy de agradecer sobre todo para los que empezamos.
&#60;/p&#62;</description>
</item>
<item>
<title>Herrera on "Dudas para crear una tienda virtual"</title>
<link>http://www.anieto2k.com/foro/topic/dudas-para-crear-una-tienda-virtual#post-3781</link>
<pubDate>Thu, 18 Feb 2010 00:58:08 +0000</pubDate>
<dc:creator>Herrera</dc:creator>
<guid isPermaLink="false">3781@http://www.anieto2k.com/foro/</guid>
<description>&#60;p&#62;Un saludo, este es mi primer post y menos mal que me he fijado en la existencia del foro, que si no le mando un mail con tó mi jeta a Andrés (cuando uno está desesperao pierde la vergüenza) jejeje.&#60;/p&#62;
&#60;p&#62;Bueno al grano, tengo que montar una tienda virtual y había pensado utilizar osCommerce o Magento, inclinándome más por el segundo. &#60;/p&#62;
&#60;p&#62;El tema es que por distintas cuestiones el manejo de clientes se complica, un mismo cliente puede tener distintos roles y a su vez un mismo artículo puede tener varios precios dependiendo del cliente y además de forma arbitraria, es decir, a ti un precio, al otro otro distinto y así.&#60;/p&#62;
&#60;p&#62;Al grano, mi duda es antes de meterme en el barro me gustaría preguntar y que me respondierais qué pensáis que puede ser mejor opción si utilizar oscommerce ó magento, o incluso otro distinto ó desarrollar la aplicación desde el principio de cero e ir atando todas esas características que he comentado.&#60;/p&#62;
&#60;p&#62;Gracias por las posibles respuestas y un saludo :)
&#60;/p&#62;</description>
</item>
<item>
<title>david on "asignar categorias a suscriptores"</title>
<link>http://www.anieto2k.com/foro/topic/asignar-categorias-a-suscriptores#post-3780</link>
<pubDate>Wed, 17 Feb 2010 08:38:11 +0000</pubDate>
<dc:creator>david</dc:creator>
<guid isPermaLink="false">3780@http://www.anieto2k.com/foro/</guid>
<description>&#60;p&#62;buenos dias!&#60;br /&#62;
tengo un problema que solucionar y estoy atascado.es posible asignar categorias a suscriptores en los feeds?quiero que algunos de los suscriptores reciban articulos de algunas categorias y no de todo el blog...se puede hacer?lo he mirado bastante en la web y no he encontrado la solucion hasta ahora,si alguien me puede echar una mano seria de gran ayuda.gracias de antemano!&#60;br /&#62;
David
&#60;/p&#62;</description>
</item>
<item>
<title>online on "Funciones &#34;GET_&#34; de Wordpres"</title>
<link>http://www.anieto2k.com/foro/topic/funciones-get_-de-wordpres#post-3779</link>
<pubDate>Tue, 16 Feb 2010 02:39:04 +0000</pubDate>
<dc:creator>online</dc:creator>
<guid isPermaLink="false">3779@http://www.anieto2k.com/foro/</guid>
<description>&#60;p&#62;Pues eso, simplemente queria saber mas acerca de estas funciones de Wordpress pj. get_header(), get_footer() etc. &#60;/p&#62;
&#60;p&#62;Se que su tarea es llamar a sus respectivos archivos .php, pero cuando Wordpress crea estas funciones ? ya que en los archivos no esta, por que no usan include() de php ? etc. etc.&#60;/p&#62;
&#60;p&#62;Gracias de antemano...
&#60;/p&#62;</description>
</item>
<item>
<title>juani on "Google Maps en mi aplicación"</title>
<link>http://www.anieto2k.com/foro/topic/google-maps-en-mi-aplicacion#post-3778</link>
<pubDate>Mon, 15 Feb 2010 20:31:11 +0000</pubDate>
<dc:creator>juani</dc:creator>
<guid isPermaLink="false">3778@http://www.anieto2k.com/foro/</guid>
<description>&#60;p&#62;Gracias Adriafarres, lo vi, pero no es lo q estoy buscando. supongo q no hay plugin para lo q quiero hacer. por que es algo bastante personalizado.
&#60;/p&#62;</description>
</item>
<item>
<title>Gandulo on "Ultímos post de una categoría (con resúmen)"</title>
<link>http://www.anieto2k.com/foro/topic/ultimos-post-de-una-categoria-con-resumen#post-3777</link>
<pubDate>Mon, 15 Feb 2010 02:49:28 +0000</pubDate>
<dc:creator>Gandulo</dc:creator>
<guid isPermaLink="false">3777@http://www.anieto2k.com/foro/</guid>
<description>&#60;p&#62;Una tarea que parecía sencilla se me ha complicado, pero bueno, les explico lo que quiero hacer: 'Quiero mostrar los últimos post de la categoría principal a la que pertenece un post actual, pero con un pequeño resumen, unas 10 palabras al menos.'&#60;/p&#62;
&#60;p&#62;Así lo estoy intentando:&#60;/p&#62;
&#60;p&#62;Cree un archivo llamado: related.php -&#38;gt; este fue a parar a la carpeta de mi plantilla, y con esto dentro:&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;&#38;lt;?php&#60;/p&#62;
&#60;p&#62;  //Gets category and author info&#60;br /&#62;
  global $wp_query;&#60;br /&#62;
$cats = get_the_category();&#60;br /&#62;
$tempQuery = $wp_query;&#60;br /&#62;
  $currentId = $post-&#38;gt;ID;&#60;br /&#62;
// related category posts&#60;br /&#62;
  $catlist = &#34;&#34;;&#60;br /&#62;
  forEach( $cats as $c ) {&#60;br /&#62;
  if( $catlist != &#34;&#34; ) { $catlist .= &#34;,&#34;; }&#60;br /&#62;
  $catlist .= $c-&#38;gt;cat_ID;&#60;br /&#62;
  }&#60;br /&#62;
  $newQuery = &#34;posts_per_page=5&#38;#38;cat=&#34; . $catlist;&#60;br /&#62;
  query_posts( $newQuery );&#60;br /&#62;
$categoryPosts = &#34;&#34;;&#60;br /&#62;
  $count = 0;&#60;br /&#62;
if (have_posts()) {&#60;br /&#62;
  while (have_posts()) {&#60;br /&#62;
  the_post();&#60;br /&#62;
  if( $count&#38;lt;4 &#38;#38;&#38;#38; $currentId!=$post-&#38;gt;ID) {&#60;br /&#62;
  $count++;&#60;br /&#62;
  $categoryPosts .= '&#60;/p&#62;
&#60;li&#62;&#60;a href=&#34;' . get_permalink() . '&#34;&#62;' . the_title( &#34;&#34;, &#34;&#34;, false ) . '&#60;/a&#62;&#60;/li&#62;
&#60;p&#62;';&#60;br /&#62;
  }&#60;br /&#62;
  }&#60;br /&#62;
  }&#60;br /&#62;
  $wp_query = $tempQuery;&#60;br /&#62;
  ?&#38;gt;
&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;y para mostrar la lista de post uso esto en la plantilla single.php:&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;&#38;lt;?php include('related.php') ?&#38;gt;&#60;/p&#62;
&#60;ul&#62;
&#38;lt;?php echo $categoryPosts; ?&#38;gt;
&#60;/ul&#62;
&#60;/blockquote&#62;
&#60;p&#62;Según yo, a esta linea:&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;  $categoryPosts .= '&#60;/p&#62;
&#60;li&#62;&#60;a href=&#34;' . get_permalink() . '&#34;&#62;' . the_title( &#34;&#34;, &#34;&#34;, false ) . '&#60;/a&#62;&#60;/li&#62;
&#60;p&#62;';&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;debo añadirle un: &#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;'.get_the_excerpt().'&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;pero no funciona ni para atras ni para lante, solo me devuelve los enlaces de los últimos post de la categoría, sin resumen.&#60;/p&#62;
&#60;p&#62;Ideas please&#60;/p&#62;
&#60;p&#62;pd: ya intente con  the_except tambien :(
&#60;/p&#62;</description>
</item>
<item>
<title>Adriafarres on "Google Maps en mi aplicación"</title>
<link>http://www.anieto2k.com/foro/topic/google-maps-en-mi-aplicacion#post-3776</link>
<pubDate>Mon, 08 Feb 2010 19:43:36 +0000</pubDate>
<dc:creator>Adriafarres</dc:creator>
<guid isPermaLink="false">3776@http://www.anieto2k.com/foro/</guid>
<description>&#60;p&#62;Quizás esto te interese (es un plugin que facilita la inserción de mapas en tus posts):&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://wordpress.org/extend/plugins/google-maps-for-wordpress/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/google-maps-for-wordpress/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Saludos!
&#60;/p&#62;</description>
</item>
<item>
<title>Gerangel on "Ayuda con Plugins Role Manager"</title>
<link>http://www.anieto2k.com/foro/topic/ayuda-con-plugins-role-manager#post-3775</link>
<pubDate>Wed, 03 Feb 2010 17:39:15 +0000</pubDate>
<dc:creator>Gerangel</dc:creator>
<guid isPermaLink="false">3775@http://www.anieto2k.com/foro/</guid>
<description>&#60;p&#62;Hola, estoy usando dicho plugins pero necesito configurarlo para que cierto usuario pueda aprobar y/o borrar comentarios, ya probé todas las formas y no puedo. Alguien me ayuda?&#60;/p&#62;
&#60;p&#62;Thank You!
&#60;/p&#62;</description>
</item>
<item>
<title>exactlimon on "remover validacion por correo de los usuarios en wordpress"</title>
<link>http://www.anieto2k.com/foro/topic/remover-validacion-por-correo-de-los-usuarios-en-wordpress#post-3774</link>
<pubDate>Tue, 02 Feb 2010 22:24:57 +0000</pubDate>
<dc:creator>exactlimon</dc:creator>
<guid isPermaLink="false">3774@http://www.anieto2k.com/foro/</guid>
<description>&#60;p&#62;saludos, resulta que tengo un wordpress-mu&#60;br /&#62;
pero el servidor donde lo tengo alojado no tiene servidor de correo y no me deja enviar los correos para que la gente valide sus cuentas.&#60;br /&#62;
como hago para que los usuarios se puedan registrar sin necesidad de validar su cuenta de correo? (sin que la contraseña se les envie al correo)&#60;/p&#62;
&#60;p&#62;pda: se algo de php pero viendo los archivos no encuentro como hacer esto.&#60;br /&#62;
gracias de antemano
&#60;/p&#62;</description>
</item>
<item>
<title>xDiegoxD on "mu global"</title>
<link>http://www.anieto2k.com/foro/topic/mu-global#post-3773</link>
<pubDate>Tue, 02 Feb 2010 10:45:01 +0000</pubDate>
<dc:creator>xDiegoxD</dc:creator>
<guid isPermaLink="false">3773@http://www.anieto2k.com/foro/</guid>
<description>&#60;p&#62;Hola a todos los players!&#60;/p&#62;
&#60;p&#62;Les invito a jugar este increible juego que es el mu global el mejor en su tipo MMORPG&#60;br /&#62;
y entren..!! nos vemos en Helheim_Guild[ZANAX]&#60;br /&#62;
El Mejor Guild del mu global ! jaja nos vemos adentro!!&#60;/p&#62;
&#60;p&#62;No se lo pueden perder esta buenísimo!!&#60;/p&#62;
&#60;p&#62;Aqui les dejo el link: &#60;a href=&#34;http://muonline.webzen.com&#34; rel=&#34;nofollow&#34;&#62;http://muonline.webzen.com&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>juani on "Google Maps en mi aplicación"</title>
<link>http://www.anieto2k.com/foro/topic/google-maps-en-mi-aplicacion#post-3772</link>
<pubDate>Sun, 24 Jan 2010 23:35:43 +0000</pubDate>
<dc:creator>juani</dc:creator>
<guid isPermaLink="false">3772@http://www.anieto2k.com/foro/</guid>
<description>&#60;p&#62;Hola, estoy haciendo un clasificados en wordpress y en el formulario de ingreso de datos del anuncio quiero poner un mapa donde la gente puda hacer click en la dirección de una vivienda en venta y que eso se traduzca en dirección, ciudad, estado y país, y a la vez me de el latitad y longitud para poder guardarlos en un custom field y usarlo para mostrar el mapa en el single php.&#60;br /&#62;
¿Alguién sabe como hacerlo?&#60;br /&#62;
Cosas que he visto es la url &#60;a href=&#34;http://www.mayzes.org/googlemaps.jquery.html&#34; rel=&#34;nofollow&#34;&#62;http://www.mayzes.org/googlemaps.jquery.html&#60;/a&#62; del twit de anieto2k. ¿Se podra hacer con esto?
&#60;/p&#62;</description>
</item>
<item>
<title>chang2034 on "Microsoft Internet Destroyer"</title>
<link>http://www.anieto2k.com/foro/topic/microsoft-internet-destroyer#post-3771</link>
<pubDate>Fri, 22 Jan 2010 11:33:42 +0000</pubDate>
<dc:creator>chang2034</dc:creator>
<guid isPermaLink="false">3771@http://www.anieto2k.com/foro/</guid>
<description>&#60;p&#62;hombre, yo no soy defensor ni detractor de IE, pero.... más de la mitad de los usuarios de internet usan alguna versión de IE como navegador principal... así que si no quieres llegar bien a esos lectores por que usen esos porductos allá tu. Yo si que lo tengo en cuenta en mis diseños.&#60;/p&#62;
&#60;p&#62;saludos.
&#60;/p&#62;</description>
</item>
<item>
<title>xvs on "Modificar estilos del login"</title>
<link>http://www.anieto2k.com/foro/topic/modificar-estilos-del-login#post-3769</link>
<pubDate>Sat, 16 Jan 2010 18:28:51 +0000</pubDate>
<dc:creator>xvs</dc:creator>
<guid isPermaLink="false">3769@http://www.anieto2k.com/foro/</guid>
<description>&#60;p&#62;Hola.&#60;/p&#62;
&#60;p&#62;Estoy intentando añadir a mi tema estilos que modifiquen los del login.css para que al actualizar no tenga que volver a cambiarlos otra vez y poder tener así mi tema totalmente independiente.&#60;/p&#62;
&#60;p&#62;El caso es que he mirado por ahí y me dan esta opción. Tengo que añadirle al archivo functions.php esta función:&#60;/p&#62;
&#60;p&#62;function childtheme_custom_login()&#60;br /&#62;
{&#60;br /&#62;
   echo '&#38;lt;link rel=&#34;stylesheet&#34; type=&#34;text/css&#34; href=&#34;' . get_bloginfo('stylesheet_directory') . '/customlogin.css&#34; /&#38;gt;';&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;add_action('login_head', 'childtheme_custom_login');&#60;br /&#62;
Peero no me funciona, aparte de no ver los cambios gráficamente, según el FireBug ni le llega la hoja de estilos. La cosa esta en que si en vez de añadirle esa función al &#34;login_head&#34; lo hago en &#34;wp_head&#34;, que es el que usar todo el resto de wordpress, si que funciona...&#60;/p&#62;
&#60;p&#62;Alguna idea?&#60;/p&#62;
&#60;p&#62;Un saludo y gracias!
&#60;/p&#62;</description>
</item>
<item>
<title>makiaji on "Cufón no funciona en mi Wordpress"</title>
<link>http://www.anieto2k.com/foro/topic/cufon-no-funciona-en-mi-wordpress#post-3768</link>
<pubDate>Sun, 10 Jan 2010 16:07:50 +0000</pubDate>
<dc:creator>makiaji</dc:creator>
<guid isPermaLink="false">3768@http://www.anieto2k.com/foro/</guid>
<description>&#60;p&#62;Hola,&#60;/p&#62;
&#60;p&#62;Estoy intentando poner Cufón en mi Wordpress 2.9.1 pero no hay forma. Lo he intentado con el plug-in WP-Cufon y poniendo yo el código directamente en el header.php, después de &#38;lt;head&#38;gt; pero no hay forma de que se cambie la fuente por la que he generado con Cufón.&#60;/p&#62;
&#60;p&#62;El script que pongo directamente en header.php es el siguiente:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;script src=&#38;quot;/wp-content/themes/makiaji2010/cufon-yui.js&#38;quot; type=&#38;quot;text/javascript&#38;quot;&#38;gt;&#38;lt;/script&#38;gt;
&#38;lt;script src=&#38;quot;/wp-content/themes/makiaji2010/z.js&#38;quot; type=&#38;quot;text/javascript&#38;quot;&#38;gt;&#38;lt;/script&#38;gt;
&#38;lt;script type=&#38;quot;text/javascript&#38;quot;&#38;gt; Cufon.replace(&#38;#39;h2&#38;#39;); &#38;lt;/script&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Y cuando uso WP-Cufon le pongo para sobrescribir de la siguiente forma:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;Cufon.replace('h2', { fontFamily: 'z' });&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Pero no hay forma, se sigue mostrando la misma fuente de siempre.&#60;/p&#62;
&#60;p&#62;¿Que puedo estar haciendo mal?&#60;/p&#62;
&#60;p&#62;Gracias y un saludo
&#60;/p&#62;</description>
</item>
<item>
<title>zeruibiltaria on "Microsoft Internet Destroyer"</title>
<link>http://www.anieto2k.com/foro/topic/microsoft-internet-destroyer#post-3767</link>
<pubDate>Fri, 08 Jan 2010 00:35:11 +0000</pubDate>
<dc:creator>zeruibiltaria</dc:creator>
<guid isPermaLink="false">3767@http://www.anieto2k.com/foro/</guid>
<description>&#60;p&#62;No voy a invertir tiempo y esfuerzo en que mi blog se vea bien en IE. Pienso que es mejor informar a sus usuarios de que existen mejores alternativas. &#60;/p&#62;
&#60;p&#62;He añadido un código en php que detecta IE y muestra un mensaje.&#60;/p&#62;
&#60;p&#62;Saludos.
&#60;/p&#62;</description>
</item>
<item>
<title>zeruibiltaria on "Microsoft Internet Destroyer"</title>
<link>http://www.anieto2k.com/foro/topic/microsoft-internet-destroyer#post-3766</link>
<pubDate>Thu, 07 Jan 2010 14:40:17 +0000</pubDate>
<dc:creator>zeruibiltaria</dc:creator>
<guid isPermaLink="false">3766@http://www.anieto2k.com/foro/</guid>
<description>&#60;p&#62;Hola.&#60;/p&#62;
&#60;p&#62;Recientemente me he dado cuenta de que uno de mis dos blog se ve completamente destrozado en Internet Explorer. Calculo que hasta aquí nada que os sorprenda.&#60;/p&#62;
&#60;p&#62;Lo curiso es que ambos blog tienen un diseño IDÉNTICO (utilizo el Theme &#34;iTheme&#34;)&#60;/p&#62;
&#60;p&#62;¿Existen armas contra ese monstruo llamado Microsoft y su Internet Destroyer?&#60;/p&#62;
&#60;p&#62;Saludos y Feliz Año.
&#60;/p&#62;</description>
</item>
<item>
<title>mailinator on "Script PHP para redireccionar si no hay flash"</title>
<link>http://www.anieto2k.com/foro/topic/script-php-para-redireccionar-si-no-hay-flash#post-3765</link>
<pubDate>Mon, 04 Jan 2010 23:34:42 +0000</pubDate>
<dc:creator>mailinator</dc:creator>
<guid isPermaLink="false">3765@http://www.anieto2k.com/foro/</guid>
<description>&#60;p&#62;Hola jamelgas, estaba buscando un script en php para que detecte si el navegador del usuario soporta flash. Si no tiene flash, entonces que redirija a la version en html, se puede hacer?? Resulta sencillo, pero no tengo ni pidea de php... y en la red no encontre nada similar...&#60;/p&#62;
&#60;p&#62;Gracias
&#60;/p&#62;</description>
</item>
<item>
<title>ivoserrano on "directorio de instalacion"</title>
<link>http://www.anieto2k.com/foro/topic/directorio-de-instalacion#post-3764</link>
<pubDate>Mon, 04 Jan 2010 20:04:20 +0000</pubDate>
<dc:creator>ivoserrano</dc:creator>
<guid isPermaLink="false">3764@http://www.anieto2k.com/foro/</guid>
<description>&#60;p&#62;Hola amigos&#60;/p&#62;
&#60;p&#62;Me gustaria instalar mi wordpress en una carpeta de mi servidor por ejemplo:/html_public/miblog&#60;/p&#62;
&#60;p&#62;El problema es que quiero que mi url url sea &#60;a href=&#34;http://www.midominio.com&#34; rel=&#34;nofollow&#34;&#62;http://www.midominio.com&#60;/a&#62; i redireccione a esta carpeta pero sin poner el nombre de miblog(www.midominio.com/miblog)&#60;/p&#62;
&#60;p&#62;Como puedo hacerlo, actualmente mi home va a /html_public/&#60;br /&#62;
Y si fuera posible, para tema de SEO, google indexara dentro de dicha carpeta&#60;/p&#62;
&#60;p&#62;Muchas gracias
&#60;/p&#62;</description>
</item>
<item>
<title>alvarorafael on "Ayuda - Botones"</title>
<link>http://www.anieto2k.com/foro/topic/ayuda-botones#post-3763</link>
<pubDate>Sun, 03 Jan 2010 01:18:24 +0000</pubDate>
<dc:creator>alvarorafael</dc:creator>
<guid isPermaLink="false">3763@http://www.anieto2k.com/foro/</guid>
<description>&#60;p&#62;Eso que ves son herramientas sociales, para publicar el post en diferentes páginas. Se instala mediante un plugin que puede ser Sociable o ShareThis.
&#60;/p&#62;</description>
</item>
<item>
<title>narcisovalle on "Poner Adsense hacia abajo del menú desplegable"</title>
<link>http://www.anieto2k.com/foro/topic/poner-adsense-hacia-abajo-del-menu-desplegable#post-3762</link>
<pubDate>Sat, 02 Jan 2010 15:00:30 +0000</pubDate>
<dc:creator>narcisovalle</dc:creator>
<guid isPermaLink="false">3762@http://www.anieto2k.com/foro/</guid>
<description>&#60;p&#62;Hola&#60;br /&#62;
Pues tengo adsense en mi blog wordpress, y cuando el menú saca el desplegable con opciones se muestran por debajo del bloque de adsense.&#60;br /&#62;
No sé que puedo hacer, porque creo que no puedo modificar el código adsense para que se hunda hacia abajo.&#60;/p&#62;
&#60;p&#62;EL menú desplegable para wordpress es el plugin de multi level navigation de pixopoint.&#60;/p&#62;
&#60;p&#62;un saludo
&#60;/p&#62;</description>
</item>
<item>
<title>alvarorafael on "BubbleGUM"</title>
<link>http://www.anieto2k.com/foro/topic/bubblegum#post-3761</link>
<pubDate>Sat, 02 Jan 2010 14:40:13 +0000</pubDate>
<dc:creator>alvarorafael</dc:creator>
<guid isPermaLink="false">3761@http://www.anieto2k.com/foro/</guid>
<description>&#60;p&#62;Hola, acabo de encontrar que en el pie de página aparece un código extraño y que, obviamente, yo no coloqué. ¿Alguien sabe qué función tiene este código que empieza así: bubbleGUM-start?
&#60;/p&#62;</description>
</item>
<item>
<title>rookus on "Problema con wp-polls 0.8 y wordpress 2.7 !"</title>
<link>http://www.anieto2k.com/foro/topic/problema-con-wp-polls-08-y-wordpress-27#post-3760</link>
<pubDate>Thu, 31 Dec 2009 07:37:46 +0000</pubDate>
<dc:creator>rookus</dc:creator>
<guid isPermaLink="false">3760@http://www.anieto2k.com/foro/</guid>
<description>&#60;p&#62;Hola, a mi me pasa lo mismo aunque directamente se queda muerto, como si el botóno de enviar o ver resultados no tuviera links ni nada.&#60;br /&#62;
Uso firefox y la consola de errores me dice esto:&#60;/p&#62;
&#60;p&#62;Advertencia: Error al interpretar el valor para 'filter'.  Declaración rechazada.&#60;br /&#62;
Archivo de origen: &#60;a href=&#34;http://www.diegocosta.com.ar/wp-admin/load-styles.php?c=1&#38;#38;dir=ltr&#38;#38;load=global,wp-admin&#38;#38;ver=e4eab9cd4c0d1d89ac2f6a52f5a3db98&#34; rel=&#34;nofollow&#34;&#62;http://www.diegocosta.com.ar/wp-admin/load-styles.php?c=1&#38;#38;dir=ltr&#38;#38;load=global,wp-admin&#38;#38;ver=e4eab9cd4c0d1d89ac2f6a52f5a3db98&#60;/a&#62;&#60;br /&#62;
Línea: 2&#60;/p&#62;
&#60;p&#62;No tengo idea. Yo estoy usando un theme que modifiqué a mi gusto pero no lo hice yo y se me escapan algunos conceptos.&#60;/p&#62;
&#60;p&#62;Saludos y muchas gracias.
&#60;/p&#62;</description>
</item>
<item>
<title>zani on "El tipo de archivo no se ajusta a las directivas de seguridad. Prueba con otro."</title>
<link>http://www.anieto2k.com/foro/topic/el-tipo-de-archivo-no-se-ajusta-a-las-directivas-de-seguridad-prueba-con-otro#post-3757</link>
<pubDate>Mon, 28 Dec 2009 17:56:24 +0000</pubDate>
<dc:creator>zani</dc:creator>
<guid isPermaLink="false">3757@http://www.anieto2k.com/foro/</guid>
<description>&#60;p&#62;Hola,&#60;/p&#62;
&#60;p&#62;En el pasado he conseguido subir archivos .cbv (bases de datos de partidas de ajedrez) sin ningún problema pero ahora de repente, después de actualizar a la versión 2.9, no me deja y me da el siguiente error cuando trato de subir algún archivo igual:&#60;/p&#62;
&#60;p&#62;&#34;El tipo de archivo no se ajusta a las directivas de seguridad. Prueba con otro.&#34;&#60;/p&#62;
&#60;p&#62;He buscado por ahí pero no consigo dar con la solución. He intentado subirlo como administrador y también me da el mismo problema. No se que hacer.&#60;/p&#62;
&#60;p&#62;Gracias por adelantado.
&#60;/p&#62;</description>
</item>
<item>
<title>mismisimos on "No puedo cambiar el read more de mi theme"</title>
<link>http://www.anieto2k.com/foro/topic/no-puedo-cambiar-el-read-more-de-mi-theme#post-3756</link>
<pubDate>Mon, 28 Dec 2009 16:31:02 +0000</pubDate>
<dc:creator>mismisimos</dc:creator>
<guid isPermaLink="false">3756@http://www.anieto2k.com/foro/</guid>
<description>&#60;p&#62;gracias por tu respuesta!! ahora sólo me falta lo del read more, yaquedo todo pero no lo puedo encontrar :(
&#60;/p&#62;</description>
</item>
<item>
<title>alvarorafael on "Asideshop"</title>
<link>http://www.anieto2k.com/foro/topic/asideshop#post-3755</link>
<pubDate>Mon, 28 Dec 2009 12:40:26 +0000</pubDate>
<dc:creator>alvarorafael</dc:creator>
<guid isPermaLink="false">3755@http://www.anieto2k.com/foro/</guid>
<description>&#60;p&#62;Hola, grupo&#60;/p&#62;
&#60;p&#62;Como muchos usuarios de Wordpress, encuentro útil el uso de asides para resaltar categorías especiales o para esas entradas mínimas que muchas veces escribimos.&#60;/p&#62;
&#60;p&#62;Yo era usuario de Asideshop, pero este pluggin dejó de funcionar a partir de la versión 2.8 de Wordpress, razón por la cual mi blog anda desactualizado hasta la fecha.&#60;/p&#62;
&#60;p&#62;Alguien sabrá si existe una actualización de este pluggin? He seguido las instrucciones para crear una categoría personalizada de asides que está en este foro y la página del creador de Wordpress, pero nada que se me da. Agradecería mucho una ayuda en este menudo rollo, para ver si así puedo actualizar mi blog sin perder esta categoría.&#60;/p&#62;
&#60;p&#62;Saludos!
&#60;/p&#62;</description>
</item>
<item>
<title>Ferran Muoz on "Ayuda - Botones"</title>
<link>http://www.anieto2k.com/foro/topic/ayuda-botones#post-3754</link>
<pubDate>Sun, 27 Dec 2009 10:40:52 +0000</pubDate>
<dc:creator>Ferran Muoz</dc:creator>
<guid isPermaLink="false">3754@http://www.anieto2k.com/foro/</guid>
<description>&#60;p&#62;Muy buenas.&#60;/p&#62;
&#60;p&#62;Veréis, viendo blogs (algunos alojados en Wordpress) he visto que en la gran mayoría, al final de los post/noticias, hay botones para compartir en algunas redes sociales o en algunas webs de difusión (no digo nombres para no hacer spam pero ya me entendéis)&#60;/p&#62;
&#60;p&#62;¿Eso como se implementa?&#60;/p&#62;
&#60;p&#62;Saludos
&#60;/p&#62;</description>
</item>

</channel>
</rss>
