• Resolved brantz88

    (@brantz88)


    I’d like to have excerpts of news items on the front page (main page in wordpress) – which file must I edit to make this happen.

    Thanks,
    Doug

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter brantz88

    (@brantz88)

    I found this code – do I add it in the index.php file within the default themes dir?

    <?php if(is_single()) { ?>
    <?php the_content(); ?>
    <?php } else { ?>
    <?php the_excerpt(); ?>
    <?php } ?>

    Thread Starter brantz88

    (@brantz88)

    Got it – changed content to excerpt in the index.php file – thanks,
    Doug

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How can I display excerpts on main page’ is closed to new replies.