mikejsmn
Member
Posted 4 months ago #
Hi,
I just installed Pongsari theme. I am facing two problems.
1st : am unable to see images in home as it was showing in demo.
2nd: i want display just one post on home page.
Please do let to mention the simplest way to modify the above two things.
Fire Truck
Member
Posted 4 months ago #
Well, to see images, you should probably upload them first!
mikejsmn
Member
Posted 4 months ago #
images are there. i can see them in individual post.
Your theme's index.php template file may be using <?php the_excerpt();?> instead of <?php the_content();?> in its template files. Try editing the file and replacing <?php the_excerpt();?> with <?php the_content();?>.
mikejsmn
Member
Posted 4 months ago #
I can see the below code in index.php
<?php get_header(); ?>
<div id="content">
<?php
get_template_part( 'loop', 'index' );
?>
</div><!-- #content -->
<?php get_sidebar(); ?>
<?php get_footer(); ?>
[Please post code or markup snippets between backticks or use the code button.]
mikejsmn
Member
Posted 4 months ago #
Ohh thanks ,
I found this code in loop.php.
Now please give me solution of images problem.