Ver Mensaje Individual
  #1 (permalink)  
Antiguo 03/03/2011, 09:04
ManuelFM
 
Fecha de Ingreso: marzo-2011
Mensajes: 2
Antigüedad: 13 años, 2 meses
Puntos: 0
Imagen fija solo en la primera pagina de los post.

Hola

Estoy pasando mi web al completo a WordPress 3.1. La web original es www.fangames.es y en la que estoy realizando las pruebas es www.fangamesbeta.x10.mx/. Obviamente el tema que utilizo lo he creado yo con Artisteer 3. Los plugin que tengo activos son los que van de serie con WordPress.

Bien os comento el problema.

Como veis en esta web www.anaitgames.com encima de los post de la primera pagina hay dos imágenes destacadas que cuando le das a ves la paginas anteriores desaparecen. Me gustaría saber cómo se podría hacer resto con mi nueva web ya que mi web también tiene una sección de destacados.

Yo probé por incluir este código en page.php pero se ve permanente:

<td bgcolor="#ececee" width="758" valign="top" cellpadding="0" cellspacing="0"><? include("noticias.html"); ?>

También puedo integrar este código, aunque nunca lo use por que el otro es más rápido de sustituir. Ete ese le código que contiene noticias.html:

<!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">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Documento sin título</title>
<style type="text/css">
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
</style>
</head>

<body>
<table width="785" border="0" align="top" cellpadding="0" cellspacing="0">
<tr>
<td colspan="3"><img src="images/noticias_01.jpg" width="785" height="31" /></td>
</tr>
<tr>
<td width="268"><div align="left"><a href="http://www.fangames.es/index.php?fn_mode=comments&fn_id=91"><img src="images/noticias/1.jpg" width="260" height="157" border="0" /></a></div></td>

<td width="267"><div align="center"><a href="http://www.fangames.es/?fn_mode=fullnews&fn_id=86"><img src="images/noticias/2.jpg" width="260" height="157" border="0" /></a></div></td>

<td width="266"><div align="right"><a href="http://www.fangames.es/?fn_mode=fullnews&fn_id=89"><img src=
"images/noticias/3.jpg" width="260" height="157" border="0" /></a></div></td>


</tr>
<tr>

</tr>
</table>
</body>
</html>

Gracias.