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
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.
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();?>
Try looking in /templates/index.featured.php.
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.