• 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.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Well, to see images, you should probably upload them first!

    Thread Starter mikejsmn

    (@mikejsmn)

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

    Thread Starter mikejsmn

    (@mikejsmn)

    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.]

    Thread Starter mikejsmn

    (@mikejsmn)

    Ohh thanks ,
    I found this code in loop.php.
    Now please give me solution of images problem.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Pongsari theme editor help Is Needed’ is closed to new replies.