I have a problem with my blog. I'd like the category name to appear on the same line as the excerpt, i.e
Politics. Today, Gordon Brown ...
but I've noticed that wordpress will automatically put the_excerpt() in a paragraph (<p> </p>), so I end up with this
Politics.
Today, Gordon Brown ...
That code is nowhere in the main index template, and I can't find it anywhere in the style.css either (that said, maybe it is there?).
Any help would be much appreciated!