I've got two instances of The Loop on my front page. One howing the main feed and another one showing short post from another category.
In the second instance of the loop I'm displaying the items in an unordered <li> list so I don't want to use the <p>tag that comes included in the tags default output. Is there template tag option to exclude that p-tag or do I have to manually delete that from the code?