| |||
Imágenes LINK Hola... tengo una pagina que el index, cuando haces click en la imagen te redirije a URL-DE-LA-IMAGEN.jpg y yo quiero que me redirija al post en cuestion... alguien me podria dar una mano? :) Muchas gracias! |
| ||||
Respuesta: Imaganes LINK ¿Probaste cambiando el href del enlace?
__________________ Grupo Telegram Docker en Español |
| |||
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 =/ |
| ||||
Respuesta: Imaganes LINK Estas usando WordPress........ debes consultar la documentacion.... por ejemplo de admin_url() http://codex.wordpress.org/Function_Reference/admin_url
__________________ Salu2! |
| |||
Respuesta: Imágenes LINK ¿Usas un CMS o html a "mano"?
__________________ http://chistalia.es |
Etiquetas: |