Forums

Pongsari theme editor help Is Needed (6 posts)

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

  2. Fire Truck
    Member
    Posted 4 months ago #

    Well, to see images, you should probably upload them first!

  3. mikejsmn
    Member
    Posted 4 months ago #

    images are there. i can see them in individual post.

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

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

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

  6. mikejsmn
    Member
    Posted 4 months ago #

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

Reply

You must log in to post.

About this Topic