Ver Mensaje Individual
  #8 (permalink)  
Antiguo 10/08/2013, 15:03
Avatar de antigoo
antigoo
 
Fecha de Ingreso: octubre-2012
Ubicación: mx
Mensajes: 1.024
Antigüedad: 11 años, 6 meses
Puntos: 83
Respuesta: como poner enlaces a titulos e imagenes?

Al final con este
Código PHP:
Ver original
  1. <?php
  2.  
  3. # get some posts
  4. $posts = get_posts(array('posts_per_page' => 10, 'post_type' => 'post'));
  5.  
  6. # loop through the results
  7. foreach ($posts as $p){
  8.     # Get the permalink
  9.    # get_permalink()
  10.    echo '<a href="'. get_permalink($p->ID) .'" title="'. $p->post_title .'">'. $p->post_title .'</a>';
  11. }
  12.  
  13. ?>

Ya vez era otra cosa.
__________________
Circulo webweb || uniendo webmasters, seos, comunidad para comercio