• Hello,

    If I add a read more <!–read more–> in my post it’s not working. It’s in the html but nothing happens on my home page. Anyone know how or where to fix this?

    in my index.php file from my theme it says
    <span class=”entry”><?php the_content(‘Read more…’); ?></span>

    Is there something wrong with this?

    All help really appreciated.

Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter flowieso

    (@flowieso)

    Sorry I mean it says

    <div class=”entry”>

    <?php the_content(‘Read more’); ?>
    <div class=”clear”>

    Could the problem be there?

    Try just using <!--more--> in your posts.

    Thread Starter flowieso

    (@flowieso)

    Hi,

    Thanks for your reply. That is what I do. It’s in the HTML of the editor, but it just doesn’t work on my homepage. Could it be something in my
    post-template.php? Or functions.php or index.php even?

    Thread Starter flowieso

    (@flowieso)

    The weird thing is, it works on my archive, but not on my homepage. That’s weird right?

    The weird thing would be a <!--read more--> tag working at all!

    Thread Starter flowieso

    (@flowieso)

    Why is that?

    Because <!--read more--> isn’t a valid tag in WordPress.

    Thread Starter flowieso

    (@flowieso)

    I’m using <!–more–> in the html-editor, That is not the problem. The read more works in my archive, but not on my home page. Anyone?

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