I have to have multiple short articles in one page that exit out into the actual page.. Like a teaser box I want to have short descriptions of articles the read more or more link out to actual article. Thanks in advance
That depends on the template basically but what you are looking for are called "excerpts" and should be found on the post page. That said, hard to advise you completely without seeing the template etc. hope that helps, Nigel
Normally the excerpts are on 'archive' pages, ie category pages and tag pages. If you use the theme editor inside of wordpress, goto category.php or archive.php and look in the code for "the_content()". Swap this for "the_excerpt()" and providing you have entered the excerpt for a post, it will show this instead of the full content. If you dont enter an excerpt manually, wordpress will usually show the first 160 (iirc) charachters of the post content.