Viewing 3 replies - 1 through 3 (of 3 total)
  • In /wp-content/themes/{themename}/index.php

    find the_excerpt() and change it to the_content('Read more...')

    Thread Starter moook

    (@moook)

    This is the index.php that i have.. i cant find any the_excerpt() there?

    <?php get_header(); ?>

    <!– Show the welcome box and slideshow only on first page. Makes for better pagination. –>
    <?php if ( $paged < 1 ) { ?>

    <!– Begin Welcome Box –>
    <?php if (is_home()) include (THEMELIB . ‘/apps/welcomebox.php’); ?>

    <!– Begin Slideshow –>
    <?php include (THEMELIB . ‘/apps/slideshow-static.php’); ?>

    <!– End Better Pagination –>
    <?php } ?>

    <!– Begin Blog –>
    <?php include (THEMELIB . ‘/apps/blog.php’); ?>

    <!– Begin Footer –>
    <?php get_footer(); ?>

    Hi

    in your theme it will probably be in /apps/blog.php

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘older post being summarize’ is closed to new replies.