Support » Fixing WordPress » ReadMore errors

  • I’m following the guide on this site regarding the ReadMore customization. But it isn’t working …

    Having a custom text for each post


    Although the_content() is usually called from the template with a standard text as described above, it is possible to have an individual text for certain posts. In the visual editor, simply write <!–more Your custom text –>.

    So, you may have something like this:

    <!--more But wait, there's more! -->

    Here is my code

    <!--more to continue reading, click here! -->

    How it appears on my site

    <!–more to continue reading, click here! –>

Viewing 1 replies (of 1 total)
  • Thread Starter SickSquirrel

    (@sicksquirrel)

    I researched this again and it says to add code

    <?php the_content("...continue reading the story called " . the_title('', '', false)); ?>

    But it doesn’t say which file to add it to. I checked each index.php for the_content. Single.php, functions.php and a few others. No reference found. I checked the therm used plus wp directories.

Viewing 1 replies (of 1 total)
  • The topic ‘ReadMore errors’ is closed to new replies.