I am trying to find out how I can display artciles with excerpts from a blog within a subfolder onto the mainpage of the site. I am wanting to setup a blog on an inside folder, but have the excerpts display on the mainpage of the site without changing my design much. Can anyone help me with this?
<?php if ( is_home() ) { ?> <?php the_excerpt() ?> <?php } ?> If you want more control of the excerpt, use Excerpt Reloaded plugin - http://guff.szub.net/2005/02/26/the-excerpt-reloaded/