• Resolved pinoyismcom

    (@pinoyismcom)


    Hi. I already searched the forum and even google but I could not make the read more link show up in my home page.

    I am using the <!–more–> tag and my index.php code looks like this

    <div class=”entry”>
    <?php if (is_single()) { ?>
    <?php the_content(‘Read on…’); ?>
    <?php } else { ?>
    <?php the_excerpt(); ?>
    <?php } ?>
    </div> <!– .entry –>

Viewing 5 replies - 1 through 5 (of 5 total)
  • Get rid of the test for the if (is_single()).

    Thread Starter pinoyismcom

    (@pinoyismcom)

    WOW oh WOW!

    Thanks MichealH. You solved it.

    New code now looks like this

    <div class=”entry”>
    <?php the_content(‘Read on…’); ?>
    </div> <!– .entry –>

    I’m having this problem myself. No matter what I try I get no Read More to show. I changed themes recently so it’s gotta be something with the theme but I’m at a loss. It’s cutting off the text and putting […] but that’s it. No Read More link. The only way a reader can view the whole post is to click on the post’s title. An example can be found at https://www.t2feathers.com/wp/?cat=20. The theme is called Christian Sun.

    Thanks in advance.

    Hi,

    Glad hear somebody has solved the “read more” problem. I am newbie & desperately look for solution of the problem in the internet & still have no idea.

    It seems quicktags “more” does not work. I use WP 2.7.1 and standard theme, as well. Below is what I did :
    1. Add new post
    2. Switch the editor to HTML view
    3. Click button more to insert <!–more–> between words
    4. Save and Upload
    But I can’t find the “read more” in the words.

    What step I missed?

    Thank you

    Hello,

    please ignore my previous post. It has been solved.

    thank you

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Read More not showing in my home page’ is closed to new replies.