http://es.all-free-download.com/plantillas-web-gratis/la_plantilla_de_noticias_web_1815.html
pero no he podido ya que en tese codigo esta todo junto las categorias las noticas y el listado de noticas, no he podido lograr adaptarla a este pagina alguien me puede ehcar una mano gracias
aca este el codigo
<?php
include ("conectar.php");
?>
Código PHP:
Ver original
<?php if($_GET['noticia'] <> ""){ $noticia = mysqli_query($conexion, "SELECT Titulo,Contenido,Fecha FROM noticias WHERE Id = '$_GET[noticia]'"); echo "<b>$not[Titulo]</b> $not[Fecha]<br><br> <div style='word-wrap:break-word; width:500px;'>$not[Contenido]<br></div>"; include ("comentarios.php"); }else{ echo "La noticia no existe."; } }elseif($_GET['categoria'] == ""){ echo "¿De que te gustan las notcias? <br>"; echo "<br> <a href='?categoria=$not[Categoria]'>$not[Categoria]</a>"; }} }elseif($_GET['categoria'] <> "'"){ echo "Aqui estan todas las noticias de <b>$_GET[categoria]</b>"; echo "<br><a href='?noticia=$not[Id]'>$not[Titulo]</a>"; } }else{ } ?>
Soy novato gracias