• Hi there,

    I have a problem with adding a read more to my posts. I would really like to have a picture and a little text on my homepage and that you can read the full post when you press read more. I have tried with the_excerpt() instead of the_content(). This does work but you have to click on the title of the post. And I want a read more. Next to that the picture disappears because the_excerpt shortens the text automaticly. I cant find where the_excerpt is specified. Does anyone have any tips 🙂

    ~ Dorien

Viewing 2 replies - 1 through 2 (of 2 total)
  • This might help:
    Customizing_the_Read_More

    Thread Starter doriend

    (@doriend)

    I have read that but that one works with the_content. I have found the_excerpt function in formatting.php. I know have a read more link but I cant seem to link it to the actual post. I took a look at how the title is linked to the post. And that works with permalink. So i tried this

    array_push($words, ‘<link=”<?php the_permalink() ?>”>Lees meer</link>’);

    But when I test this the text goes al freaky

    http://www.iamdorien.nl/screen.jpg

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Read more’ is closed to new replies.