Pues la verdad es que no veo donde esta el codigo, si me puedes ayudar te lo agradeceria, aqui dejo el codigo de mi index.
Código PHP:
<?php get_header(); ?>
<?
global $options;
foreach ($options as $value) {
if (get_settings( $value['id'] ) === FALSE) { $$value['id'] = $value['std']; } else { $$value['id'] = get_settings( $value['id'] ); }
}
?>
<div><div class="indextop">
<table width="880" border="0">
<tr>
<td><div class="randomgames">
<div class="randomtop"><div class="randomtop123"><h2>Juegos gratis</h2></div></div>
<div class="randomgame">
<?php $recent = new WP_Query("cat=&showposts=8"); while($recent->have_posts()) : $recent->the_post();?>
<div class="gamethumb">
<a href="<?php the_permalink() ?>" rel="bookmark" title="Jugar a <?php the_title_attribute(); ?>" alt="juegos flash"><?php
$tit = the_title('','',FALSE);
echo substr($tit, 0, 15);
if (strlen($tit) > 15) echo " ...";
?></a>
<div class="thumbs">
<a href="<?php the_permalink() ?>" title="Jugar a <?php the_title_attribute(); ?>"><img src="<?php $values = get_post_custom_values("thumb"); echo $values[0]; ?>" alt="juegos flash" height="100" width="130" /></a><br />
</div>
<div class="thumbtitle"><br/>
<div class="thumbtitle">
<?php echo $contenttt=substr(get_the_content(), 0, 180); ?>...</div>
</div>
</div>
<?php endwhile; ?>
</div>
<div class="randombottom"></div></td>
<td valign="top"><div class="randomgamestop">
<div class="randomtop"><div class="randomtop123"><h2>Bienvenido a JUEGOSMON</h2></div></div>
<div class="randomgame">
Hoy en día el Internet se ha convertido en no tan solo un medio en el que las personas puedan informarse sino también en uno en que también se puedan entretener de una o otra manera, pero sin duda alguna uno de las mejores maneras en que las personas se entretienen en la Web es a través de los muchos <u>juegos online</u> que podemos encontrar en esta web, todo los dias <i>juegos</i> nuevos para <b>jugar gratis</b>.
</div>
</div>
<div class="randombottom"></div><br /><div class="randomgamestop">
<div class="randomtop"><div class="randomtop123"><h2>Juegos Mas Jugados</h2></div></div>
<div class="randomgame">
<?php if (function_exists('get_most_viewed')): ?>
<?php get_most_viewed(); ?>
<?php endif; ?>
</div>
</div>
<div class="randombottom"></div><br /><div class="randomgamestop">
<div class="randomtop"><div class="randomtop123"><h2>Juegos</h2></div></div>
<div class="randomgame">
<script type="text/javascript"><!--
google_ad_client = "pub-9692976461470588";
/* 336x280, creado 1/06/11 */
google_ad_slot = "5907873116";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>
</div>
<div class="randombottom"></div></td>
</tr>
<tr>
<td> </td>
<td> </td>
</tr>
</table>
</div>
<div class="indexbottom">
</div>
</div>
</div>
</div>
<div id="pagemenu">
<div class="gotop">
<a class="home" href="<?php echo get_option('home'); ?>/#header">Top</a>
</div>
</div>
<div class="footermenus">
<?if ($tg_comments == "false") { ?>
<div class="footermenu">
</div>
<? } else { ?>
</div>
<? } ?>
<div class="footermenu"><a href=http://www.ademails.com/estadisticas1060012939.htm>
<script type="text/javascript" language="JavaScript">
<!--
document.write("<img src=\"http://www.ademails.com/cgi-bin/contador.cgi?ID=1060012939");
document.write("&referer=");
document.write(escape(document.referrer));
document.write("\" border=0 alt=\"Estadisticas\">");
// -->
</script><noscript><img src=http://www.ademails.com/cgi-bin/contador.cgi?ID=1060012939 border=0 alt="Estadisticas"></noscript></a>
Saludos.