Forums

Excerpts on Homepage of the blog (3 posts)

  1. Sushubh
    Member
    Posted 3 years ago #


    <?php if(is_category() || is_archive()) {
    the_excerpt();
    } else {
    the_content();
    } ?>

    This does not work on the homepage of the blog for obvious reasons. How to get it work on the homepage as well?

  2. centralzone
    Member
    Posted 3 years ago #

    Adding is_home ?

  3. Sushubh
    Member
    Posted 3 years ago #

    i have not tried that. but is it the official tag to check if it is the wordpress blog's homepage? :)

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags