• Hey guys,

    I’m new to WordPress and I’m trying to figure out how to show excerpts with this particular theme.

    With a standard theme, I know all you have to do is change “the_content” to “the_excerpt” in the index.php file.

    The problem with this theme is that all I see in that particular file is:

    <?php get_header(); ?>
    	<?php
        while (have_posts()) : the_post();
        	include(dirname(__FILE__).'/post.php');
        endwhile;
        ?>
    <?php get_footer(); ?>

    Not sure what to change here in order to show excerpts on the main page. Any help would be greatly appreciated. Thanks in advance!

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

The topic ‘Main page does not show excerpts’ is closed to new replies.