Ver Mensaje Individual
  #4 (permalink)  
Antiguo 05/06/2013, 17:50
Acerino
 
Fecha de Ingreso: abril-2013
Ubicación: Av. Siempre viva 742
Mensajes: 60
Antigüedad: 11 años
Puntos: 5
Respuesta: Imaganes LINK

<div class="entry-content">
<p><?php printf( __( 'Ready to publish your first post? <a href="%1$s">Get started here</a>.', 'patchwork' ), admin_url( 'post-new.php' ) ); ?></p>
</div><!-- .entry-content -->

ESTE CODIGO ESTA EN INDEX.PHP
--------------------------------------------------------------------------------------------------------

<a href="<?php echo $next_attachment_url; ?>" title="<?php echo esc_attr( get_the_title() ); ?>" rel="attachment"><?php
$attachment_size = apply_filters( 'patchwork_attachment_size', 1200 );
echo wp_get_attachment_image( $post->ID, array( $attachment_size, $attachment_size ) ); // filterable image width with, essentially, no limit for image height.
?></a>

ESTE CODIGO ESTA EN IMAGE.PHP
------------------------------------------------------------------------------------------------------

Ese es el codigo que encuentro... y no se como cambiar el href... o sea que tengo que poner para que me redirija al post de la imagen?

muy malo soy para eso del seo y las paginas =/