Title: Image permalink
Last modified: August 19, 2016

---

# Image permalink

 *  [digitalmovement](https://wordpress.org/support/users/digitalmovement/)
 * (@digitalmovement)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/image-permalink/)
 * Just a quick question,
 * I have this piece of code for my pagination links
 *     ```
       <div class="left">
       	<?php next_posts_link('<img src="images/placeholder.png" />'); ?>
       </div>
       ```
   
 * but now i want to use always the same image for the first item, and second and
   so on.
 * This is what i tried:
 * `<a href="<?php the_permalink()('<img src="images/placeholder.png" />'); ?>"</
   a>`
 * But for some reason it doesn’t work.
    Hope someone can help me out.
 * Cheers

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [Chip Bennett](https://wordpress.org/support/users/chipbennett/)
 * (@chipbennett)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/image-permalink/#post-1984758)
 * This is bad HTML syntax:
 *     ```
       <a href="<?php the_permalink()('<img src="images/placeholder.png" />'); ?>"</a>
       ```
   
 * Do you mean this, instead?
 *     ```
       <a href="<?php the_permalink(); ?>"><img src="images/placeholder.png" /></a>
       ```
   
 *  Thread Starter [digitalmovement](https://wordpress.org/support/users/digitalmovement/)
 * (@digitalmovement)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/image-permalink/#post-1984763)
 * Im not that good a scripting, but learning a lot.
 * thanks

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Image permalink’ is closed to new replies.

## Tags

 * [image permalink](https://wordpress.org/support/topic-tag/image-permalink/)

 * 2 replies
 * 2 participants
 * Last reply from: [digitalmovement](https://wordpress.org/support/users/digitalmovement/)
 * Last activity: [15 years, 2 months ago](https://wordpress.org/support/topic/image-permalink/#post-1984763)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
