Viewing 4 replies - 1 through 4 (of 4 total)
  • Your theme may be using <?php the_excerpt();?> instead of <?php the_content();?> in its index.php template file. Try editing the file) and replacing <?php the_excerpt();?> with <?php the_content();?>. Or, alternatively, use the Optional Excerpt pane in each Post for your post teasers.

    Thread Starter jiten_thakur@rediffmail.com

    (@jiten_thakurrediffmailcom)

    I just check the /public_html/wp-content/themes/comfy-3.1/index.php files it shows

    <?php include_once TEMPLATEPATH.’/templates/index.featured.php’; ?>

    <?php include_once TEMPLATEPATH.’/templates/index.widgets.php’; ?>

    not able to find the <?php the_excerpt();?>

    Try looking in /templates/index.featured.php.

    Thread Starter jiten_thakur@rediffmail.com

    (@jiten_thakurrediffmailcom)

    Thanks esmi. i’m going to reinstall the wordpress, if there is any issue i let you know.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Photos not showing on home page’ is closed to new replies.