Forums

[resolved] Photos not showing on home page (5 posts)

  1. jiten_thakur@rediffmail.com
    Member
    Posted 8 months ago #

    my photos in my posts are not showing on the home page http://www.bizxwires.com/. I have even tried it with the photos first on the post, but only the writing shows.

    The same will work on http://www.ipageindia.com/newspanel/

    Please send me the solution asap

  2. esmi
    Theme Diva & Forum Moderator
    Posted 8 months ago #

    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.

  3. jiten_thakur@rediffmail.com
    Member
    Posted 8 months ago #

    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();?>

  4. esmi
    Theme Diva & Forum Moderator
    Posted 8 months ago #

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

  5. jiten_thakur@rediffmail.com
    Member
    Posted 8 months ago #

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

Reply

You must log in to post.

About this Topic