Title: Image   read more
Last modified: August 18, 2016

---

# Image read more

 *  Resolved [dubdesign](https://wordpress.org/support/users/dubdesign/)
 * (@dubdesign)
 * [19 years ago](https://wordpress.org/support/topic/image-read-more/)
 * At the moment this is my “read more” code:
    `<?php the_content('Read more on:'.
   the_title('', '', false)."..."); ?>`
 * My goal is to have a little image before the “Read more on:” part.
    I want a 
   little arrow image _before_ the text – it doesn’t necessarily have to link as
   well as the text.
 * I **did** read the [WordPress documentation on adding an image](http://codex.wordpress.org/Customizing_the_Read_More),
   but because my php knowledge is that limited I can’t apply adding an image to
   my specific code.
 * I have managed to get the image in there on a few occasions but alas, it didn’t
   display the ‘read more’ text correctly (it only showed the image.)
 * Any ideas?

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

 *  [wilsonmorgado](https://wordpress.org/support/users/wilsonmorgado/)
 * (@wilsonmorgado)
 * [19 years ago](https://wordpress.org/support/topic/image-read-more/#post-559784)
 * You can use this code
    `<?php the_content('Read More...<img alt="ler mais" src
   ="http://blog.wilson.com.pt/wp-content/uploads/2007/05/lermais.PNG"/>'); ?>`
 * Change this code in you index.php file
 *  Thread Starter [dubdesign](https://wordpress.org/support/users/dubdesign/)
 * (@dubdesign)
 * [19 years ago](https://wordpress.org/support/topic/image-read-more/#post-559786)
 * Yeah… as said, I **did** read the wordpress docs on this and saw the above code
   too… but what I have problems with, is getting an image into _my specific_ code.(
   ie. with the ‘title parameter’ in there too – and not just like it is in the 
   example, without the parameter)
 * Also, I would like it that the image doesn’t link, I would like that it’s next
   to the ‘more’ link, without actually linking itself.
 * Again, my ‘more’ code:
 * `<?php the_content('Read more on: '.the_title('', '', false)."..."); ?>`

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

The topic ‘Image read more’ is closed to new replies.

## Tags

 * [more](https://wordpress.org/support/topic-tag/more/)
 * [read](https://wordpress.org/support/topic-tag/read/)

 * 2 replies
 * 2 participants
 * Last reply from: [dubdesign](https://wordpress.org/support/users/dubdesign/)
 * Last activity: [19 years ago](https://wordpress.org/support/topic/image-read-more/#post-559786)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
