• Resolved vercceti

    (@vercceti)


    Hi.
    I have a custom theme. Since Friday I have not made any modification and it was perfect. Today I find the bar and the footer widgets blended. I tried to reinstall the theme and WordPress, but nothing.

    We put the main theme for you shall see the problem: url

    Thanks.

    Greetings.

Viewing 6 replies - 1 through 6 (of 6 total)
  • You have code errors that need fixing like unclosed div tags and improperly nested div tags (div tags cannot go inside p tags).

    Thread Starter vercceti

    (@vercceti)

    Thanks.

    Where is located the index?

    Your index is the index.php file in your chosen theme’s directory.

    Thread Starter vercceti

    (@vercceti)

    The index of the theme is

    <?php get_header(); ?>
    
    	<div id="content" class="narrowcolumn">
    
    	<?php if (have_posts()) : ?>
    
    		<?php while (have_posts()) : the_post(); ?>
    
    			<div <?php post_class(); ?> id="post-<?php the_ID(); ?>">
    				<h2><a href="<?php the_permalink() ?>" rel="bookmark" title="<?php printf(__('Permanent Link to %s', 'kubrick'), the_title_attribute('echo=0')); ?>"><?php the_title(); ?></a></h2>
    				<small><?php the_time(__('F jS, Y', 'kubrick')) ?> <!-- by <?php the_author() ?> --></small>
    
    				<div class="entry">
    					<?php the_content(__('Read the rest of this entry &raquo;', 'kubrick')); ?>
    				</div>
    
    				<p class="postmetadata"><?php the_tags(__('Tags:', 'kubrick') . ' ', ', ', '<br />'); ?> <?php printf(__('Posted in %s', 'kubrick'), get_the_category_list(', ')); ?> | <?php edit_post_link(__('Edit', 'kubrick'), '', ' | '); ?>  <?php comments_popup_link(__('No Comments »', 'kubrick'), __('1 Comment »', 'kubrick'), __('% Comments »', 'kubrick'), '', __('Comments Closed', 'kubrick') ); ?></p>
    			</div>
    
    		<?php endwhile; ?>
    
    		<div class="navigation">
    			<div class="alignleft"><?php next_posts_link(__('&laquo; Older Entries', 'kubrick')) ?></div>
    			<div class="alignright"><?php previous_posts_link(__('Newer Entries &raquo;', 'kubrick')) ?></div>
    		</div>
    
    	<?php else : ?>
    
    		<h2 class="center"><?php _e('Not Found', 'kubrick'); ?></h2>
    		<p class="center"><?php _e('Sorry, but you are looking for something that isn’t here.', 'kubrick'); ?></p>
    		<?php include (TEMPLATEPATH . "/searchform.php"); ?>
    
    	<?php endif; ?>
    
    	</div>
    
    <?php get_sidebar(); ?>
    
    <?php get_footer(); ?>

    But the source is

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="es-ES">
    
    <head profile="http://gmpg.org/xfn/11">
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    
    <title>PlanetaPS3</title>
    
    <link rel="stylesheet" href="http://www.planetaps3.com/wp-content/themes/default/style.css" type="text/css" media="screen" />
    <link rel="alternate" type="application/rss+xml" title="Canal RSS de PlanetaPS3" href="http://www.planetaps3.com/feed/" />
    <link rel="alternate" type="application/atom+xml" title="Canal Atom de PlanetaPS3" href="http://www.planetaps3.com/feed/atom/" />
    <link rel="pingback" href="http://www.planetaps3.com/xmlrpc.php" />
    
    <style type="text/css" media="screen">
    
    	#page { background: url("http://www.planetaps3.com/wp-content/themes/default/images/kubrickbgwide.jpg") repeat-y top; border: none; }
    
    </style>
    
    <link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://www.planetaps3.com/xmlrpc.php?rsd" />
    <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="http://www.planetaps3.com/wp-includes/wlwmanifest.xml" />
    <meta name="generator" content="WordPress 2.7.1" />
    
    <!-- all in one seo pack 1.4.7.4 [301,319] -->
    <meta name="keywords" content="demo,playstation network,red alert,playstation store,contenido descargable,fifa 09,trofeos,naughty dog,uncharted 2,battlefield record,gundam,juegos japoneses,mobile suit gundam,killzone 2,playstation 3,scea,ageia,nvidia,physx,sony,ps3,retrasos,sacred 2,famitsu,ninja gaiden ii,ninja gaiden sigma 2,tecmo,xbox 360,konami,metal gear solid 4,platinum,buzz!,heavenly sword,littlebigplanet,media molecule,patapon 2,3d,burnout paradise,ces 2009,criterion games,gran turismo 5 prologue,nintendo 64,wipeout hd,f.e.a.r. 2,monolith productions,xbox live,playstation,tarjetas jugador,crash commando,everibody's golf,high octane,pain,rag doll kung fu,rock band,street fighter iv,street skater 2,trivialpursuit,watchmen,wheelman,epic games,titan pack,unreal tournament,infamous,sly copper,gamecards,playfire,crash comando,demos,guitar hero,high velocity bowling,locoroco 2,lummies supernova,metal gear online,naruto: ultimate ninja storm,no gravity,prince of persia,skate 2,wanted,wwe" />
    <!-- /all in one seo pack -->
    <link rel="stylesheet" type="text/css" media="screen" href="http://www.planetaps3.com/wp-content/plugins/dropcap_first/dropcap_style.css" />
    		<link rel="stylesheet" type="text/css" href="http://www.planetaps3.com/wp-content/plugins/openid/f/openid.min.css?ver=519" />
    			<link rel="openid2.provider" href="http://www.planetaps3.com/openid/server" />
    			<link rel="openid2.local_id" href="http://www.planetaps3.com/author/admin/" />
    			<link rel="openid.server" href="http://www.planetaps3.com/openid/server" />
    			<link rel="openid.delegate" href="http://www.planetaps3.com/author/admin/" /><link rel="stylesheet" type="text/css" media="screen" href="http://www.planetaps3.com/wp-content/plugins/sociable/sociable.css" />
    <style type="text/css" media="screen">
    
    		/* Begin Contact Form CSS */
    
    		.contactform {
    			position: relative;
    			overflow: hidden;
    			}
    
    		.contactleft {
    			width: 25%;
    			text-align: right;
    			clear: both;
    			float: left;
    			display: inline;
    			padding: 4px;
    			margin: 5px 0;
    			}
    
    		.contactright {
    			width: 70%;
    			text-align: left;
    			float: right;
    			display: inline;
    			padding: 4px;
    			margin: 5px 0;
    			}
    
        .contacterror {
          border: 1px solid #ff0000;
        	}
    		/* End Contact Form CSS */
    
    	</style>
    
    </head>
    <body>
    <div id="page">
    
    <div id="header">
    	<div id="headerimg">
    		<h1><a href="http://www.planetaps3.com/">PlanetaPS3</a></h1>
    		<div class="description">Un mundo de información sobre Playstation 3</div>
    	</div>
    </div>
    <hr />
    
    	<div id="content" class="narrowcolumn">
    
    			<div class="post hentry category-noticias" id="post-370">
    				<h2><a href="http://www.planetaps3.com/noticias/problemas-en-la-web/" rel="bookmark" title="Enlace permanente a Problemas en la web">Problemas en la web</a></h2>
    				<small>21 de Marzo de 2009 <!-- by admin --></small>
    
    				<div class="entry">
    					<p class="dropcap-first">Actualmente estamos experimentando con problemas en la web debido a un fallo interno cuya causa es desconocida. </p>				</div>
    
    				<p class="postmetadata"> Publicado en <a href="http://www.planetaps3.com/category/noticias/" title="Ver todas las entradas en Noticias" rel="category tag">Noticias</a> | <a class="post-edit-link" href="http://www.planetaps3.com/wp-admin/post.php?action=edit&amp;post=370" title="Editar entrada">Editar</a> |   <a href="http://www.planetaps3.com/noticias/problemas-en-la-web/#respond" title="Comentarios en Problemas en la web">No hay comentarios »</a></p>
    			</div>
    
    			<div class="post hentry category-noticias tag-demo tag-playstation-network tag-red-alert" id="post-362">
    				<h2><a href="http://www.planetaps3.com/noticias/demo-de-red-alert-3/" rel="bookmark" title="Enlace permanente a Demo de Red Alert 3">Demo de Red Alert 3</a></h2>
    				<small>20 de Marzo de 2009 <!-- by projeck --></small>
    
    				<div class="entry">
    					<p class="dropcap-first">
    <div class="copy">
    <div>
    <p>EA publica hoy en la PlayStation Network la demo Command & Conquer Red Alert 3: Ultimate Edition, la versión mejorada para la consola de Sony. La demo incluye dos misiones de campaña y un tutorial.</p>				</div>
    
    				<p class="postmetadata">Etiquetas: <a href="http://www.planetaps3.com/tag/demo/" rel="tag">demo</a>, <a href="http://www.planetaps3.com/tag/playstation-network/" rel="tag">playstation network</a>, <a href="http://www.planetaps3.com/tag/red-alert/" rel="tag">Red Alert</a><br /> Publicado en <a href="http://www.planetaps3.com/category/noticias/" title="Ver todas las entradas en Noticias" rel="category tag">Noticias</a> | <a class="post-edit-link" href="http://www.planetaps3.com/wp-admin/post.php?action=edit&amp;post=362" title="Editar entrada">Editar</a> |   <a href="http://www.planetaps3.com/noticias/demo-de-red-alert-3/#respond" title="Comentarios en Demo de Red Alert 3">No hay comentarios »</a></p>
    			</div>
    
    			<div class="post hentry category-noticias tag-playstation-store" id="post-359">
    				<h2><a href="http://www.planetaps3.com/noticias/actualizacion-playstation-store-europea-190309/" rel="bookmark" title="Enlace permanente a Actualización PlayStation Store europea (19/03/09)">Actualización PlayStation Store europea (19/03/09)</a></h2>
    				<small>20 de Marzo de 2009 <!-- by Red XIII --></small>
    
    				<div class="entry">
    					<p class="dropcap-first">Esta semana, en la actualización de la PlayStation Store europea podemos destacar el lanzamiento en versión digital de SOCOM Confrontation y una buena cantidad de juegos completos para PSP (entre otros Resistance: Retribution), además del clásico Silent Hill de la primera PlayStation.</p>				</div>
    
    				<p class="postmetadata">Etiquetas: <a href="http://www.planetaps3.com/tag/playstation-store/" rel="tag">playstation store</a><br /> Publicado en <a href="http://www.planetaps3.com/category/noticias/" title="Ver todas las entradas en Noticias" rel="category tag">Noticias</a> | <a class="post-edit-link" href="http://www.planetaps3.com/wp-admin/post.php?action=edit&amp;post=359" title="Editar entrada">Editar</a> |   <a href="http://www.planetaps3.com/noticias/actualizacion-playstation-store-europea-190309/#respond" title="Comentarios en Actualización PlayStation Store europea (19/03/09)">No hay comentarios »</a></p>
    			</div>
    
    			<div class="post hentry category-noticias tag-contenido-descargable tag-fifa-09 tag-trofeos" id="post-323">
    				<h2><a href="http://www.planetaps3.com/noticias/fifa-09-ya-tiene-trofeos/" rel="bookmark" title="Enlace permanente a FIFA 09 ya tiene trofeos">FIFA 09 ya tiene trofeos</a></h2>
    				<small>20 de Marzo de 2009 <!-- by projeck --></small>
    
    				<div class="entry">
    					<p class="dropcap-first">Con el contenido descargable llamado “Ultimate Team”, que trata de hacer tu equipo ideal a partir de cartas que salen de sobres, al estilo Yu-Gi-Oh o Magic, han añadido por fin los trofeos. Al iniciar el juego, si estáis conectados a Internet, se bajará la actualización 1.02 que añade el soporte de los trofeos.</p>				</div>
    
    				<p class="postmetadata">Etiquetas: <a href="http://www.planetaps3.com/tag/contenido-descargable/" rel="tag">contenido descargable</a>, <a href="http://www.planetaps3.com/tag/fifa-09/" rel="tag">fifa 09</a>, <a href="http://www.planetaps3.com/tag/trofeos/" rel="tag">trofeos</a><br /> Publicado en <a href="http://www.planetaps3.com/category/noticias/" title="Ver todas las entradas en Noticias" rel="category tag">Noticias</a> | <a class="post-edit-link" href="http://www.planetaps3.com/wp-admin/post.php?action=edit&amp;post=323" title="Editar entrada">Editar</a> |   <a href="http://www.planetaps3.com/noticias/fifa-09-ya-tiene-trofeos/#respond" title="Comentarios en FIFA 09 ya tiene trofeos">No hay comentarios »</a></p>
    			</div>
    
    			<div class="post hentry category-noticias tag-naughty-dog tag-uncharted-2" id="post-312">
    				<h2><a href="http://www.planetaps3.com/noticias/nuevas-de-uncharted-2/" rel="bookmark" title="Enlace permanente a Nuevas imágenes de Uncharted 2">Nuevas imágenes de Uncharted 2</a></h2>
    				<small>19 de Marzo de 2009 <!-- by Red XIII --></small>
    
    				<div class="entry">
    					<p class="dropcap-first">La revista norteamericana IGN ha desvelado nuevas imágenes del esperado Uncharted 2: Among Thieves en una entrevista a los desarrolladores de la secuela de esta aventura de acción, Naughty Dog. Tras el salto podéis ver la galería completa. </p>				</div>
    
    				<p class="postmetadata">Etiquetas: <a href="http://www.planetaps3.com/tag/naughty-dog/" rel="tag">naughty dog</a>, <a href="http://www.planetaps3.com/tag/uncharted-2/" rel="tag">uncharted 2</a><br /> Publicado en <a href="http://www.planetaps3.com/category/noticias/" title="Ver todas las entradas en Noticias" rel="category tag">Noticias</a> | <a class="post-edit-link" href="http://www.planetaps3.com/wp-admin/post.php?action=edit&amp;post=312" title="Editar entrada">Editar</a> |   <a href="http://www.planetaps3.com/noticias/nuevas-de-uncharted-2/#respond" title="Comentarios en Nuevas imágenes de Uncharted 2">No hay comentarios »</a></p>
    			</div>
    
    			<div class="post hentry category-noticias tag-battlefield-record tag-gundam tag-juegos-japoneses tag-mobile-suit-gundam" id="post-307">
    				<h2><a href="http://www.planetaps3.com/noticias/un-nuevo-juego-de-robots-para-ps3/" rel="bookmark" title="Enlace permanente a Un nuevo juego de “robots” para PS3">Un nuevo juego de “robots” para PS3</a></h2>
    				<small>19 de Marzo de 2009 <!-- by projeck --></small>
    
    				<div class="entry">
    					<p class="dropcap-first">En el último número de la revista especializada japonesa Famitsu, anuncian un nuevo juego de Gundam, llamado Mobile Suit Gundam Battlefield Record U.C.0081, que se basará en el universo del anime.</p>				</div>
    
    				<p class="postmetadata">Etiquetas: <a href="http://www.planetaps3.com/tag/battlefield-record/" rel="tag">battlefield record</a>, <a href="http://www.planetaps3.com/tag/gundam/" rel="tag">gundam</a>, <a href="http://www.planetaps3.com/tag/juegos-japoneses/" rel="tag">juegos japoneses</a>, <a href="http://www.planetaps3.com/tag/mobile-suit-gundam/" rel="tag">mobile suit gundam</a><br /> Publicado en <a href="http://www.planetaps3.com/category/noticias/" title="Ver todas las entradas en Noticias" rel="category tag">Noticias</a> | <a class="post-edit-link" href="http://www.planetaps3.com/wp-admin/post.php?action=edit&amp;post=307" title="Editar entrada">Editar</a> |   <a href="http://www.planetaps3.com/noticias/un-nuevo-juego-de-robots-para-ps3/#respond" title="Comentarios en Un nuevo juego de “robots” para PS3">No hay comentarios »</a></p>
    			</div>
    
    			<div class="post hentry category-noticias tag-killzone-2 tag-playstation-3 tag-scea" id="post-305">
    				<h2><a href="http://www.planetaps3.com/noticias/nos-espera-un-ano-fantastico-segun-son/" rel="bookmark" title="Enlace permanente a “Nos espera un año fantástico”, según Sony">“Nos espera un año fantástico”, según Sony</a></h2>
    				<small>18 de Marzo de 2009 <!-- by Red XIII --></small>
    
    				<div class="entry">
    					<p class="dropcap-first">Sony ha comentado por medio de Scott Steinberg, representante de marketing de SCEA, que a PlayStation 3 le espera un año fantástico en lo referente al lanzamiento de nuevos y potentes títulos para deleite de los usuarios de su consola.</p>				</div>
    
    				<p class="postmetadata">Etiquetas: <a href="http://www.planetaps3.com/tag/killzone-2/" rel="tag">killzone 2</a>, <a href="http://www.planetaps3.com/tag/playstation-3/" rel="tag">playstation 3</a>, <a href="http://www.planetaps3.com/tag/scea/" rel="tag">scea</a><br /> Publicado en <a href="http://www.planetaps3.com/category/noticias/" title="Ver todas las entradas en Noticias" rel="category tag">Noticias</a> | <a class="post-edit-link" href="http://www.planetaps3.com/wp-admin/post.php?action=edit&amp;post=305" title="Editar entrada">Editar</a> |   <a href="http://www.planetaps3.com/noticias/nos-espera-un-ano-fantastico-segun-son/#respond" title="Comentarios en “Nos espera un año fantástico”, según Sony">No hay comentarios »</a></p>
    			</div>
    
    			<div class="post hentry category-noticias tag-ageia tag-nvidia tag-physx tag-sony" id="post-297">
    				<h2><a href="http://www.planetaps3.com/noticias/physx-en-nuestras-ps3/" rel="bookmark" title="Enlace permanente a PhysX en nuestras PS3">PhysX en nuestras PS3</a></h2>
    				<small>18 de Marzo de 2009 <!-- by projeck --></small>
    
    				<div class="entry">
    					<p class="dropcap-first">PhysX es un chip que permite realizar cálculos físicos muy complejos, utilizado en tarjetas gráficas Nvidia potentes, que permite un mayor nivel de realismo en la física de un juego.</p>				</div>
    
    				<p class="postmetadata">Etiquetas: <a href="http://www.planetaps3.com/tag/ageia/" rel="tag">ageia</a>, <a href="http://www.planetaps3.com/tag/nvidia/" rel="tag">nvidia</a>, <a href="http://www.planetaps3.com/tag/physx/" rel="tag">physx</a>, <a href="http://www.planetaps3.com/tag/sony/" rel="tag">sony</a><br /> Publicado en <a href="http://www.planetaps3.com/category/noticias/" title="Ver todas las entradas en Noticias" rel="category tag">Noticias</a> | <a class="post-edit-link" href="http://www.planetaps3.com/wp-admin/post.php?action=edit&amp;post=297" title="Editar entrada">Editar</a> |   <a href="http://www.planetaps3.com/noticias/physx-en-nuestras-ps3/#respond" title="Comentarios en PhysX en nuestras PS3">No hay comentarios »</a></p>
    			</div>
    
    			<div class="post hentry category-noticias tag-ps3 tag-retrasos tag-sacred-2" id="post-291">
    				<h2><a href="http://www.planetaps3.com/noticias/sacred-2-retrasado-aun-mas/" rel="bookmark" title="Enlace permanente a Sacred 2 retrasado aún más">Sacred 2 retrasado aún más</a></h2>
    				<small>18 de Marzo de 2009 <!-- by projeck --></small>
    
    				<div class="entry">
    					<p class="dropcap-first">Malas noticias para aquellos que estén esperando Sacred 2 en PS3, juego que ya apareció en noviembre del año pasado en PC, pero que se está haciendo esperar en consolas.</p>				</div>
    
    				<p class="postmetadata">Etiquetas: <a href="http://www.planetaps3.com/tag/ps3/" rel="tag">ps3</a>, <a href="http://www.planetaps3.com/tag/retrasos/" rel="tag">retrasos</a>, <a href="http://www.planetaps3.com/tag/sacred-2/" rel="tag">sacred 2</a><br /> Publicado en <a href="http://www.planetaps3.com/category/noticias/" title="Ver todas las entradas en Noticias" rel="category tag">Noticias</a> | <a class="post-edit-link" href="http://www.planetaps3.com/wp-admin/post.php?action=edit&amp;post=291" title="Editar entrada">Editar</a> |   <a href="http://www.planetaps3.com/noticias/sacred-2-retrasado-aun-mas/#respond" title="Comentarios en Sacred 2 retrasado aún más">No hay comentarios »</a></p>
    			</div>
    
    			<div class="post hentry category-noticias tag-famitsu tag-ninja-gaiden-ii tag-ninja-gaiden-sigma-2 tag-playstation-3 tag-tecmo tag-xbox-360" id="post-281">
    				<h2><a href="http://www.planetaps3.com/noticias/famitsu-anuncia-la-llegada-de-ninja-gaiden-ii-a-ps3/" rel="bookmark" title="Enlace permanente a Famitsu anuncia la llegada de Ninja Gaiden II a PS3">Famitsu anuncia la llegada de Ninja Gaiden II a PS3</a></h2>
    				<small>17 de Marzo de 2009 <!-- by Red XIII --></small>
    
    				<div class="entry">
    					<p class="dropcap-first">Para alegría de los jugadores de PlayStation 3 y fans de la saga Ninja Gaiden, la revista japonesa Famitsu ha confirmado que el hasta ahora Ninja Gaiden II exclusivo de Xbox 360 también llegará a PS3 bajo el título de Ninja Gaiden Sigma 2.</p>				</div>
    
    				<p class="postmetadata">Etiquetas: <a href="http://www.planetaps3.com/tag/famitsu/" rel="tag">famitsu</a>, <a href="http://www.planetaps3.com/tag/ninja-gaiden-ii/" rel="tag">ninja gaiden ii</a>, <a href="http://www.planetaps3.com/tag/ninja-gaiden-sigma-2/" rel="tag">ninja gaiden sigma 2</a>, <a href="http://www.planetaps3.com/tag/playstation-3/" rel="tag">playstation 3</a>, <a href="http://www.planetaps3.com/tag/tecmo/" rel="tag">tecmo</a>, <a href="http://www.planetaps3.com/tag/xbox-360/" rel="tag">xbox 360</a><br /> Publicado en <a href="http://www.planetaps3.com/category/noticias/" title="Ver todas las entradas en Noticias" rel="category tag">Noticias</a> | <a class="post-edit-link" href="http://www.planetaps3.com/wp-admin/post.php?action=edit&amp;post=281" title="Editar entrada">Editar</a> |   <a href="http://www.planetaps3.com/noticias/famitsu-anuncia-la-llegada-de-ninja-gaiden-ii-a-ps3/#respond" title="Comentarios en Famitsu anuncia la llegada de Ninja Gaiden II a PS3">No hay comentarios »</a></p>
    			</div>
    
    			<div class="post hentry category-noticias tag-konami tag-metal-gear-solid-4 tag-platinum tag-playstation-3" id="post-273">
    				<h2><a href="http://www.planetaps3.com/noticias/metal-gear-solid-4-supera-los-45-millones-de-ventas/" rel="bookmark" title="Enlace permanente a Metal Gear Solid 4 supera los 4,5 millones de ventas">Metal Gear Solid 4 supera los 4,5 millones de ventas</a></h2>
    				<small>16 de Marzo de 2009 <!-- by Red XIII --></small>
    
    				<div class="entry">
    					<p class="dropcap-first">Konami ha comunicado que su título estrella del pasado año para PlayStation 3, Metal Gear Solid 4: Guns of the Patriots, ya ha logrado vender más de 4,5 millones de copias en todo el mundo desde que se produjera su lanzamiento mundial el pasado mes de junio.</p>				</div>
    
    				<p class="postmetadata">Etiquetas: <a href="http://www.planetaps3.com/tag/konami/" rel="tag">konami</a>, <a href="http://www.planetaps3.com/tag/metal-gear-solid-4/" rel="tag">metal gear solid 4</a>, <a href="http://www.planetaps3.com/tag/platinum/" rel="tag">platinum</a>, <a href="http://www.planetaps3.com/tag/playstation-3/" rel="tag">playstation 3</a><br /> Publicado en <a href="http://www.planetaps3.com/category/noticias/" title="Ver todas las entradas en Noticias" rel="category tag">Noticias</a> | <a class="post-edit-link" href="http://www.planetaps3.com/wp-admin/post.php?action=edit&amp;post=273" title="Editar entrada">Editar</a> |   <a href="http://www.planetaps3.com/noticias/metal-gear-solid-4-supera-los-45-millones-de-ventas/#respond" title="Comentarios en Metal Gear Solid 4 supera los 4,5 millones de ventas">No hay comentarios »</a></p>
    			</div>
    
    			<div class="post hentry category-noticias tag-buzz tag-heavenly-sword tag-killzone-2 tag-littlebigplanet tag-media-molecule tag-patapon-2" id="post-236">
    				<h2><a href="http://www.planetaps3.com/noticias/nuevo-contenido-gratuito-y-de-pago-para-littlebigplanet/" rel="bookmark" title="Enlace permanente a Nuevo contenido gratuito y de pago para LittleBigPlanet">Nuevo contenido gratuito y de pago para LittleBigPlanet</a></h2>
    				<small>15 de Marzo de 2009 <!-- by admin --></small>
    
    				<div class="entry">
    					<p class="dropcap-first">Tras un tiempo sin tener nada nuevo en el frente, Media Molecule vuelve a la carga con novedades descargables para el exitoso LittleBigPlanet. </p>				</div>
    
    				<p class="postmetadata">Etiquetas: <a href="http://www.planetaps3.com/tag/buzz/" rel="tag">buzz!</a>, <a href="http://www.planetaps3.com/tag/heavenly-sword/" rel="tag">heavenly sword</a>, <a href="http://www.planetaps3.com/tag/killzone-2/" rel="tag">killzone 2</a>, <a href="http://www.planetaps3.com/tag/littlebigplanet/" rel="tag">littlebigplanet</a>, <a href="http://www.planetaps3.com/tag/media-molecule/" rel="tag">media molecule</a>, <a href="http://www.planetaps3.com/tag/patapon-2/" rel="tag">patapon 2</a><br /> Publicado en <a href="http://www.planetaps3.com/category/noticias/" title="Ver todas las entradas en Noticias" rel="category tag">Noticias</a> | <a class="post-edit-link" href="http://www.planetaps3.com/wp-admin/post.php?action=edit&amp;post=236" title="Editar entrada">Editar</a> |   <a href="http://www.planetaps3.com/noticias/nuevo-contenido-gratuito-y-de-pago-para-littlebigplanet/#comments" title="Comentarios en Nuevo contenido gratuito y de pago para LittleBigPlanet">1 comentario »</a></p>
    			</div>
    
    			<div class="post hentry category-noticias tag-3d tag-burnout-paradise tag-ces-2009 tag-criterion-games tag-gran-turismo-5-prologue tag-nintendo-64 tag-ps3 tag-sony tag-wipeout-hd" id="post-230">
    				<h2><a href="http://www.planetaps3.com/noticias/burnout-paradise-tambien-podria-tener-tecnologia-3d/" rel="bookmark" title="Enlace permanente a Burnout Paradise también podría tener tecnología 3D">Burnout Paradise también podría tener tecnología 3D</a></h2>
    				<small>15 de Marzo de 2009 <!-- by admin --></small>
    
    				<div class="entry">
    					<p class="dropcap-first">No, no nos referimos a aquellos maravillosos gráficos en tres dimensiones que podemos disfrutar desde la mítica Nintendo 64. Nos referimos al nuevo proyecto que Sony presentó en el pasado CES 2009 de las Vegas.</p>				</div>
    
    				<p class="postmetadata">Etiquetas: <a href="http://www.planetaps3.com/tag/3d/" rel="tag">3d</a>, <a href="http://www.planetaps3.com/tag/burnout-paradise/" rel="tag">burnout paradise</a>, <a href="http://www.planetaps3.com/tag/ces-2009/" rel="tag">ces 2009</a>, <a href="http://www.planetaps3.com/tag/criterion-games/" rel="tag">criterion games</a>, <a href="http://www.planetaps3.com/tag/gran-turismo-5-prologue/" rel="tag">gran turismo 5 prologue</a>, <a href="http://www.planetaps3.com/tag/nintendo-64/" rel="tag">nintendo 64</a>, <a href="http://www.planetaps3.com/tag/ps3/" rel="tag">ps3</a>, <a href="http://www.planetaps3.com/tag/sony/" rel="tag">sony</a>, <a href="http://www.planetaps3.com/tag/wipeout-hd/" rel="tag">wipeout hd</a><br /> Publicado en <a href="http://www.planetaps3.com/category/noticias/" title="Ver todas las entradas en Noticias" rel="category tag">Noticias</a> | <a class="post-edit-link" href="http://www.planetaps3.com/wp-admin/post.php?action=edit&amp;post=230" title="Editar entrada">Editar</a> |   <a href="http://www.planetaps3.com/noticias/burnout-paradise-tambien-podria-tener-tecnologia-3d/#respond" title="Comentarios en Burnout Paradise también podría tener tecnología 3D">No hay comentarios »</a></p>
    			</div>
    
    			<div class="post hentry category-noticias tag-fear-2 tag-monolith-productions tag-playstation-store tag-xbox-live" id="post-225">
    				<h2><a href="http://www.planetaps3.com/noticias/pack-gratutito-para-fear-2-en-abril/" rel="bookmark" title="Enlace permanente a Pack gratuito para F.E.A.R. 2 en Abril">Pack gratuito para F.E.A.R. 2 en Abril</a></h2>
    				<small>15 de Marzo de 2009 <!-- by admin --></small>
    
    				<div class="entry">
    					<p class="dropcap-first">Gracias a un descuido por una actualización que nunca debería de haber existido en el bazar de Xbox Live (equivalente a la PSN Store), sabemos que Monolith Productions sacará dentro de unas semanas un nuevo contenido descargable para F.E.A.R. 2, un pack llamado “Soldados de Juguete” que además será totalmente gratis. </p>				</div>
    
    				<p class="postmetadata">Etiquetas: <a href="http://www.planetaps3.com/tag/fear-2/" rel="tag">f.e.a.r. 2</a>, <a href="http://www.planetaps3.com/tag/monolith-productions/" rel="tag">monolith productions</a>, <a href="http://www.planetaps3.com/tag/playstation-store/" rel="tag">playstation store</a>, <a href="http://www.planetaps3.com/tag/xbox-live/" rel="tag">xbox live</a><br /> Publicado en <a href="http://www.planetaps3.com/category/noticias/" title="Ver todas las entradas en Noticias" rel="category tag">Noticias</a> | <a class="post-edit-link" href="http://www.planetaps3.com/wp-admin/post.php?action=edit&amp;post=225" title="Editar entrada">Editar</a> |   <a href="http://www.planetaps3.com/noticias/pack-gratutito-para-fear-2-en-abril/#respond" title="Comentarios en Pack gratuito para F.E.A.R. 2 en Abril">No hay comentarios »</a></p>
    			</div>
    
    			<div class="post hentry category-noticias tag-playstation tag-playstation-network tag-tarjetas-jugador" id="post-277">
    				<h2><a href="http://www.planetaps3.com/noticias/ya-disponibles-las-tarjetas-de-jugador/" rel="bookmark" title="Enlace permanente a Ya disponibles las tarjetas de jugador">Ya disponibles las tarjetas de jugador</a></h2>
    				<small>13 de Marzo de 2009 <!-- by projeck --></small>
    
    				<div class="entry">
    					<p class="dropcap-first">Tal y como ya anunciábamos anteriormente <a href="http://www.planetaps3.com/noticias/desvelan-las-tarjetas-de-jugador-oficiales/">aquí</a>, se habían anunciado las tarjetas de jugador con información de los trofeos actualizada, desde la página oficial de PlayStation.</p>				</div>
    
    				<p class="postmetadata">Etiquetas: <a href="http://www.planetaps3.com/tag/playstation/" rel="tag">playstation</a>, <a href="http://www.planetaps3.com/tag/playstation-network/" rel="tag">playstation network</a>, <a href="http://www.planetaps3.com/tag/tarjetas-jugador/" rel="tag">tarjetas jugador</a><br /> Publicado en <a href="http://www.planetaps3.com/category/noticias/" title="Ver todas las entradas en Noticias" rel="category tag">Noticias</a> | <a class="post-edit-link" href="http://www.planetaps3.com/wp-admin/post.php?action=edit&amp;post=277" title="Editar entrada">Editar</a> |   <a href="http://www.planetaps3.com/noticias/ya-disponibles-las-tarjetas-de-jugador/#respond" title="Comentarios en Ya disponibles las tarjetas de jugador">No hay comentarios »</a></p>
    			</div>
    
    			<div class="post hentry category-noticias tag-burnout-paradise tag-buzz tag-crash-commando tag-everibodys-golf tag-high-octane tag-littlebigplanet tag-pain tag-patapon-2 tag-rag-doll-kung-fu tag-rock-band tag-street-fighter-iv tag-street-skater-2 tag-trivialpursuit tag-watchmen tag-wheelman" id="post-205">
    				<h2><a href="http://www.planetaps3.com/noticias/actualizacion-playstation-store-europea-120309/" rel="bookmark" title="Enlace permanente a Actualización PlayStation Store europea (12/03/09)">Actualización PlayStation Store europea (12/03/09)</a></h2>
    				<small>13 de Marzo de 2009 <!-- by Red XIII --></small>
    
    				<div class="entry">
    					<p class="dropcap-first">Como cada jueves, Sony Computer Entertainment ha actualizado la PlayStation Store europea con nuevos contenidos, destacando la demo de Wheelman o nuevos coches para Burnout Paradise.</p>				</div>
    
    				<p class="postmetadata">Etiquetas: <a href="http://www.planetaps3.com/tag/burnout-paradise/" rel="tag">burnout paradise</a>, <a href="http://www.planetaps3.com/tag/buzz/" rel="tag">buzz!</a>, <a href="http://www.planetaps3.com/tag/crash-commando/" rel="tag">crash commando</a>, <a href="http://www.planetaps3.com/tag/everibodys-golf/" rel="tag">everibody's golf</a>, <a href="http://www.planetaps3.com/tag/high-octane/" rel="tag">high octane</a>, <a href="http://www.planetaps3.com/tag/littlebigplanet/" rel="tag">littlebigplanet</a>, <a href="http://www.planetaps3.com/tag/pain/" rel="tag">pain</a>, <a href="http://www.planetaps3.com/tag/patapon-2/" rel="tag">patapon 2</a>, <a href="http://www.planetaps3.com/tag/rag-doll-kung-fu/" rel="tag">rag doll kung fu</a>, <a href="http://www.planetaps3.com/tag/rock-band/" rel="tag">rock band</a>, <a href="http://www.planetaps3.com/tag/street-fighter-iv/" rel="tag">street fighter iv</a>, <a href="http://www.planetaps3.com/tag/street-skater-2/" rel="tag">street skater 2</a>, <a href="http://www.planetaps3.com/tag/trivialpursuit/" rel="tag">trivialpursuit</a>, <a href="http://www.planetaps3.com/tag/watchmen/" rel="tag">watchmen</a>, <a href="http://www.planetaps3.com/tag/wheelman/" rel="tag">wheelman</a><br /> Publicado en <a href="http://www.planetaps3.com/category/noticias/" title="Ver todas las entradas en Noticias" rel="category tag">Noticias</a> | <a class="post-edit-link" href="http://www.planetaps3.com/wp-admin/post.php?action=edit&amp;post=205" title="Editar entrada">Editar</a> |   <a href="http://www.planetaps3.com/noticias/actualizacion-playstation-store-europea-120309/#comments" title="Comentarios en Actualización PlayStation Store europea (12/03/09)">1 comentario »</a></p>
    			</div>
    
    			<div class="post hentry category-noticias tag-epic-games tag-titan-pack tag-trofeos tag-unreal-tournament" id="post-202">
    				<h2><a href="http://www.planetaps3.com/noticias/trofeos-ya-disponibles-en-unreal-tournamet-3/" rel="bookmark" title="Enlace permanente a Trofeos ya disponibles en Unreal Tournamet 3">Trofeos ya disponibles en Unreal Tournamet 3</a></h2>
    				<small>11 de Marzo de 2009 <!-- by Red XIII --></small>
    
    				<div class="entry">
    					<p class="dropcap-first">Desde el día de hoy está disponible un nuevo parche para Unreal Tournamet 3 que lleva al juego a la versión 2.00. Esta actualización del juego de Epic Games trae el sistema de trofeos y un nuevo modo de juego: pantalla partida para dos jugadores; entre otras mejores de menor importancia.</p>				</div>
    
    				<p class="postmetadata">Etiquetas: <a href="http://www.planetaps3.com/tag/epic-games/" rel="tag">epic games</a>, <a href="http://www.planetaps3.com/tag/titan-pack/" rel="tag">titan pack</a>, <a href="http://www.planetaps3.com/tag/trofeos/" rel="tag">trofeos</a>, <a href="http://www.planetaps3.com/tag/unreal-tournament/" rel="tag">unreal tournament</a><br /> Publicado en <a href="http://www.planetaps3.com/category/noticias/" title="Ver todas las entradas en Noticias" rel="category tag">Noticias</a> | <a class="post-edit-link" href="http://www.planetaps3.com/wp-admin/post.php?action=edit&amp;post=202" title="Editar entrada">Editar</a> |   <a href="http://www.planetaps3.com/noticias/trofeos-ya-disponibles-en-unreal-tournamet-3/#respond" title="Comentarios en Trofeos ya disponibles en Unreal Tournamet 3">No hay comentarios »</a></p>
    			</div>
    
    			<div class="post hentry category-noticias tag-infamous tag-playstation-network tag-sly-copper tag-sony" id="post-191">
    				<h2><a href="http://www.planetaps3.com/noticias/infamous-llega-en-junio-y-pronto-habra-demo/" rel="bookmark" title="Enlace permanente a inFAMOUS llega en junio y pronto habrá demo">inFAMOUS llega en junio y pronto habrá demo</a></h2>
    				<small>8 de Marzo de 2009 <!-- by Red XIII --></small>
    
    				<div class="entry">
    					<p class="dropcap-first">Sony ha anunciado la fecha de lanzamiento del esperado videojuego de acción inFAMOUS. Éste juego exclusivo de PlayStation 3, desarrollado por Sucker Punch (creadores del entrañable Sly Copper), llegará a nuestras consolas en el mes de junio.</p>				</div>
    
    				<p class="postmetadata">Etiquetas: <a href="http://www.planetaps3.com/tag/infamous/" rel="tag">infamous</a>, <a href="http://www.planetaps3.com/tag/playstation-network/" rel="tag">playstation network</a>, <a href="http://www.planetaps3.com/tag/sly-copper/" rel="tag">sly copper</a>, <a href="http://www.planetaps3.com/tag/sony/" rel="tag">sony</a><br /> Publicado en <a href="http://www.planetaps3.com/category/noticias/" title="Ver todas las entradas en Noticias" rel="category tag">Noticias</a> | <a class="post-edit-link" href="http://www.planetaps3.com/wp-admin/post.php?action=edit&amp;post=191" title="Editar entrada">Editar</a> |   <a href="http://www.planetaps3.com/noticias/infamous-llega-en-junio-y-pronto-habra-demo/#respond" title="Comentarios en inFAMOUS llega en junio y pronto habrá demo">No hay comentarios »</a></p>
    			</div>
    
    			<div class="post hentry category-noticias tag-gamecards tag-playfire tag-sony tag-tarjetas-jugador tag-trofeos" id="post-186">
    				<h2><a href="http://www.planetaps3.com/noticias/desvelan-las-tarjetas-de-jugador-oficiales/" rel="bookmark" title="Enlace permanente a Desvelan las tarjetas de jugador oficiales">Desvelan las tarjetas de jugador oficiales</a></h2>
    				<small>8 de Marzo de 2009 <!-- by admin --></small>
    
    				<div class="entry">
    					<p class="dropcap-first">Últimamente Sony nos está sorprendiendo cada vez más con esas propuestas que parecía que nunca iban a llegar. La última ha sido la revelación de las nuevas imágenes de las tarjetas de jugador oficiales de PlayStation 3.</p>				</div>
    
    				<p class="postmetadata">Etiquetas: <a href="http://www.planetaps3.com/tag/gamecards/" rel="tag">gamecards</a>, <a href="http://www.planetaps3.com/tag/playfire/" rel="tag">playfire</a>, <a href="http://www.planetaps3.com/tag/sony/" rel="tag">sony</a>, <a href="http://www.planetaps3.com/tag/tarjetas-jugador/" rel="tag">tarjetas jugador</a>, <a href="http://www.planetaps3.com/tag/trofeos/" rel="tag">trofeos</a><br /> Publicado en <a href="http://www.planetaps3.com/category/noticias/" title="Ver todas las entradas en Noticias" rel="category tag">Noticias</a> | <a class="post-edit-link" href="http://www.planetaps3.com/wp-admin/post.php?action=edit&amp;post=186" title="Editar entrada">Editar</a> |   <a href="http://www.planetaps3.com/noticias/desvelan-las-tarjetas-de-jugador-oficiales/#respond" title="Comentarios en Desvelan las tarjetas de jugador oficiales">No hay comentarios »</a></p>
    			</div>
    
    			<div class="post hentry category-noticias tag-burnout-paradise tag-crash-comando tag-demos tag-fear-2 tag-guitar-hero tag-high-velocity-bowling tag-locoroco-2 tag-lummies-supernova tag-metal-gear-online tag-naruto-ultimate-ninja-storm tag-no-gravity tag-playstation-store tag-prince-of-persia tag-rock-band tag-skate-2 tag-street-fighter-iv tag-wanted tag-watchmen tag-wwe" id="post-173">
    				<h2><a href="http://www.planetaps3.com/noticias/actualizacion-playstation-store-europea-050309/" rel="bookmark" title="Enlace permanente a Actualización PlayStation Store europea (05/03/09)">Actualización PlayStation Store europea (05/03/09)</a></h2>
    				<small>6 de Marzo de 2009 <!-- by Red XIII --></small>
    
    				<div class="entry">
    					<p class="dropcap-first">Os traemos los nuevos contenidos que han llegado esta semana a la PlayStation Store europea:</p>				</div>
    
    				<p class="postmetadata">Etiquetas: <a href="http://www.planetaps3.com/tag/burnout-paradise/" rel="tag">burnout paradise</a>, <a href="http://www.planetaps3.com/tag/crash-comando/" rel="tag">crash comando</a>, <a href="http://www.planetaps3.com/tag/demos/" rel="tag">demos</a>, <a href="http://www.planetaps3.com/tag/fear-2/" rel="tag">f.e.a.r. 2</a>, <a href="http://www.planetaps3.com/tag/guitar-hero/" rel="tag">guitar hero</a>, <a href="http://www.planetaps3.com/tag/high-velocity-bowling/" rel="tag">high velocity bowling</a>, <a href="http://www.planetaps3.com/tag/locoroco-2/" rel="tag">locoroco 2</a>, <a href="http://www.planetaps3.com/tag/lummies-supernova/" rel="tag">lummies supernova</a>, <a href="http://www.planetaps3.com/tag/metal-gear-online/" rel="tag">metal gear online</a>, <a href="http://www.planetaps3.com/tag/naruto-ultimate-ninja-storm/" rel="tag">naruto: ultimate ninja storm</a>, <a href="http://www.planetaps3.com/tag/no-gravity/" rel="tag">no gravity</a>, <a href="http://www.planetaps3.com/tag/playstation-store/" rel="tag">playstation store</a>, <a href="http://www.planetaps3.com/tag/prince-of-persia/" rel="tag">prince of persia</a>, <a href="http://www.planetaps3.com/tag/rock-band/" rel="tag">rock band</a>, <a href="http://www.planetaps3.com/tag/skate-2/" rel="tag">skate 2</a>, <a href="http://www.planetaps3.com/tag/street-fighter-iv/" rel="tag">street fighter iv</a>, <a href="http://www.planetaps3.com/tag/wanted/" rel="tag">wanted</a>, <a href="http://www.planetaps3.com/tag/watchmen/" rel="tag">watchmen</a>, <a href="http://www.planetaps3.com/tag/wwe/" rel="tag">wwe</a><br /> Publicado en <a href="http://www.planetaps3.com/category/noticias/" title="Ver todas las entradas en Noticias" rel="category tag">Noticias</a> | <a class="post-edit-link" href="http://www.planetaps3.com/wp-admin/post.php?action=edit&amp;post=173" title="Editar entrada">Editar</a> |   <a href="http://www.planetaps3.com/noticias/actualizacion-playstation-store-europea-050309/#respond" title="Comentarios en Actualización PlayStation Store europea (05/03/09)">No hay comentarios »</a></p>
    			</div>
    
    		<div class="navigation">
    			<div class="alignleft"><a href="http://www.planetaps3.com/page/2/" >&laquo; Entradas más antiguas</a></div>
    			<div class="alignright"></div>
    		</div>
    
    	</div>
    
    	<div id="sidebar">
    		<ul>
    			<li id="user-login" class="widget widget_userlogin"><a name="login"></a><h2 class="widgettitle">Panel de Control</h2><ul class="menu"><li><a href="http://www.planetaps3.com/wp-admin/">Administración</a></li><li><a href="http://www.planetaps3.com/wp-admin/post-new.php">Escribir Entrada</a></li><li><a href="http://www.planetaps3.com/wp-admin/edit.php">Editar Entradas</a></li><li><a href="http://www.planetaps3.com/wp-admin/themes.php">Editar Temas</a></li><li><a href="http://www.planetaps3.com/wp-admin/options-general.php">Opciones</a></li><li><a href="http://www.planetaps3.com/wp-admin/users.php">Editar Usuarios</a></li><li><a href="http://www.planetaps3.com/wp-admin/profile.php">Editar Perfil</a></li><li><a href="http://www.planetaps3.com/wp-login.php?action=logout&amp;redirect_to=http%3A%2F%2Fwww.planetaps3.com&amp;_wpnonce=8183497f6f">Cerrar Sesión</a></li></ul></li><li id="tag_cloud" class="widget widget_tag_cloud"><h2 class="widgettitle">Etiquetas</h2><a href='http://www.planetaps3.com/tag/burnout-paradise/' class='tag-link-38' title='4 temas' rel="tag" style='font-size: 16.4pt;'>burnout paradise</a>
    <a href='http://www.planetaps3.com/tag/buzz/' class='tag-link-87' title='2 temas' rel="tag" style='font-size: 10.8pt;'>buzz!</a>
    <a href='http://www.planetaps3.com/tag/crash-comando/' class='tag-link-47' title='1 tema' rel="tag" style='font-size: 8pt;'>crash comando</a>
    <a href='http://www.planetaps3.com/tag/criterion-games/' class='tag-link-60' title='2 temas' rel="tag" style='font-size: 10.8pt;'>criterion games</a>
    <a href='http://www.planetaps3.com/tag/demos/' class='tag-link-41' title='1 tema' rel="tag" style='font-size: 8pt;'>demos</a>
    <a href='http://www.planetaps3.com/tag/epic-games/' class='tag-link-20' title='1 tema' rel="tag" style='font-size: 8pt;'>epic games</a>
    <a href='http://www.planetaps3.com/tag/fear-2/' class='tag-link-45' title='2 temas' rel="tag" style='font-size: 10.8pt;'>f.e.a.r. 2</a>
    <a href='http://www.planetaps3.com/tag/far-cry-2/' class='tag-link-49' title='1 tema' rel="tag" style='font-size: 8pt;'>far cry 2</a>
    <a href='http://www.planetaps3.com/tag/gamecards/' class='tag-link-26' title='1 tema' rel="tag" style='font-size: 8pt;'>gamecards</a>
    <a href='http://www.planetaps3.com/tag/google/' class='tag-link-55' title='1 tema' rel="tag" style='font-size: 8pt;'>google</a>
    <a href='http://www.planetaps3.com/tag/guitar-hero/' class='tag-link-40' title='2 temas' rel="tag" style='font-size: 10.8pt;'>guitar hero</a>
    <a href='http://www.planetaps3.com/tag/hawx/' class='tag-link-53' title='1 tema' rel="tag" style='font-size: 8pt;'>hawx</a>
    <a href='http://www.planetaps3.com/tag/high-velocity-bowling/' class='tag-link-35' title='1 tema' rel="tag" style='font-size: 8pt;'>high velocity bowling</a>
    <a href='http://www.planetaps3.com/tag/home/' class='tag-link-48' title='1 tema' rel="tag" style='font-size: 8pt;'>home</a>
    <a href='http://www.planetaps3.com/tag/infamous/' class='tag-link-22' title='1 tema' rel="tag" style='font-size: 8pt;'>infamous</a>
    <a href='http://www.planetaps3.com/tag/killzone-2/' class='tag-link-56' title='4 temas' rel="tag" style='font-size: 16.4pt;'>killzone 2</a>
    <a href='http://www.planetaps3.com/tag/littlebigplanet/' class='tag-link-89' title='2 temas' rel="tag" style='font-size: 10.8pt;'>littlebigplanet</a>
    <a href='http://www.planetaps3.com/tag/locoroco-2/' class='tag-link-46' title='1 tema' rel="tag" style='font-size: 8pt;'>locoroco 2</a>
    <a href='http://www.planetaps3.com/tag/lummies-supernova/' class='tag-link-33' title='1 tema' rel="tag" style='font-size: 8pt;'>lummies supernova</a>
    <a href='http://www.planetaps3.com/tag/metal-gear-online/' class='tag-link-44' title='1 tema' rel="tag" style='font-size: 8pt;'>metal gear online</a>
    <a href='http://www.planetaps3.com/tag/naruto-ultimate-ninja-storm/' class='tag-link-36' title='1 tema' rel="tag" style='font-size: 8pt;'>naruto: ultimate ninja storm</a>
    <a href='http://www.planetaps3.com/tag/no-gravity/' class='tag-link-31' title='1 tema' rel="tag" style='font-size: 8pt;'>no gravity</a>
    <a href='http://www.planetaps3.com/tag/patapon-2/' class='tag-link-86' title='2 temas' rel="tag" style='font-size: 10.8pt;'>patapon 2</a>
    <a href='http://www.planetaps3.com/tag/playfire/' class='tag-link-28' title='1 tema' rel="tag" style='font-size: 8pt;'>playfire</a>
    <a href='http://www.planetaps3.com/tag/playstation/' class='tag-link-67' title='3 temas' rel="tag" style='font-size: 13.6pt;'>playstation</a>
    <a href='http://www.planetaps3.com/tag/playstation-3/' class='tag-link-100' title='3 temas' rel="tag" style='font-size: 13.6pt;'>playstation 3</a>
    <a href='http://www.planetaps3.com/tag/playstation-network/' class='tag-link-24' title='6 temas' rel="tag" style='font-size: 22pt;'>playstation network</a>
    <a href='http://www.planetaps3.com/tag/playstation-store/' class='tag-link-29' title='6 temas' rel="tag" style='font-size: 22pt;'>playstation store</a>
    <a href='http://www.planetaps3.com/tag/prince-of-persia/' class='tag-link-37' title='1 tema' rel="tag" style='font-size: 8pt;'>prince of persia</a>
    <a href='http://www.planetaps3.com/tag/ps3/' class='tag-link-79' title='2 temas' rel="tag" style='font-size: 10.8pt;'>ps3</a>
    <a href='http://www.planetaps3.com/tag/resident-evil-5/' class='tag-link-51' title='1 tema' rel="tag" style='font-size: 8pt;'>resident evil 5</a>
    <a href='http://www.planetaps3.com/tag/rock-band/' class='tag-link-39' title='2 temas' rel="tag" style='font-size: 10.8pt;'>rock band</a>
    <a href='http://www.planetaps3.com/tag/skate-2/' class='tag-link-34' title='1 tema' rel="tag" style='font-size: 8pt;'>skate 2</a>
    <a href='http://www.planetaps3.com/tag/sly-copper/' class='tag-link-23' title='1 tema' rel="tag" style='font-size: 8pt;'>sly copper</a>
    <a href='http://www.planetaps3.com/tag/sony/' class='tag-link-25' title='5 temas' rel="tag" style='font-size: 19.2pt;'>sony</a>
    <a href='http://www.planetaps3.com/tag/street-fighter-iv/' class='tag-link-32' title='4 temas' rel="tag" style='font-size: 16.4pt;'>street fighter iv</a>
    <a href='http://www.planetaps3.com/tag/tarjetas-jugador/' class='tag-link-27' title='2 temas' rel="tag" style='font-size: 10.8pt;'>tarjetas jugador</a>
    <a href='http://www.planetaps3.com/tag/titan-pack/' class='tag-link-21' title='1 tema' rel="tag" style='font-size: 8pt;'>titan pack</a>
    <a href='http://www.planetaps3.com/tag/tom-clancys/' class='tag-link-52' title='1 tema' rel="tag" style='font-size: 8pt;'>tom clancy's</a>
    <a href='http://www.planetaps3.com/tag/trofeos/' class='tag-link-19' title='4 temas' rel="tag" style='font-size: 16.4pt;'>trofeos</a>
    <a href='http://www.planetaps3.com/tag/wanted/' class='tag-link-42' title='1 tema' rel="tag" style='font-size: 8pt;'>wanted</a>
    <a href='http://www.planetaps3.com/tag/warhawk/' class='tag-link-50' title='1 tema' rel="tag" style='font-size: 8pt;'>warhawk</a>
    <a href='http://www.planetaps3.com/tag/watchmen/' class='tag-link-30' title='2 temas' rel="tag" style='font-size: 10.8pt;'>watchmen</a>
    <a href='http://www.planetaps3.com/tag/wwe/' class='tag-link-43' title='1 tema' rel="tag" style='font-size: 8pt;'>wwe</a>
    <a href='http://www.planetaps3.com/tag/youtube/' class='tag-link-54' title='1 tema' rel="tag" style='font-size: 8pt;'>youtube</a></li>		<li id="text-379916511" class="widget widget_text">			<h2 class="widgettitle">Autores</h2>			<div class="textwidget"><a href="http://www.planetaps3.com/author/admin/">Vercceti</a>
    <p>
    <a href="http://www.planetaps3.com/author/franjrs/">Red XIII</a>
    <p>
    <a href="http://www.planetaps3.com/author/projeck/">projeck</a></div>
    		</li>		</ul>
    	</div>
    
    <hr />
    <div id="footer">
    <!-- If you'd like to support WordPress, having the "powered by" link somewhere on your blog is the best way; it's our only promotion or advertising. -->
    	<p>
    		PlanetaPS3 se precia de funcionar con <a href="http://wordpress.org/">WordPress</a>		<br /><a href="http://www.planetaps3.com/feed/">Entradas (RSS)</a> y <a href="http://www.planetaps3.com/comments/feed/">Comentarios (RSS)</a>.		<!-- 43 consultas. 1,036 segundos. -->
    	</p>
    </div>
    </div>
    
    <!-- Gorgeous design by Michael Heilemann - http://binarybonsai.com/kubrick/ -->
    
    		</body>
    </html>

    Your tradedoubler ad code contains errors, and I think that you have div tags in your post (like <div class="copy">), which are messing up the div tags in your theme. div tag errors are a major cause of display problems, and if they are in your posts, pages, or widgets, then switching themes won’t make them go away.

    I have a question on the Titan Theme – where do you tell it to open a new page when you use the Goggle XML site button???? Right now it opens in the same window. Thanks Venus

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Very very strange’ is closed to new replies.