it looks like somewhere above your
wp_content()
call you have something like:
wp_excerpt()
find and delete that line from the file and it should go away 🙂
Thank you, im fairly new to this so where would I edit that, what php file? thanks
in your theme folder there should be a category.php file.. it should be inside that 🙂
you could also have a go on your live site by going to Appearance >> Editor and then clicking on your category page..
Im using the pagelines theme and their does not seem to be a cateogry.php file?
I worked it, thanks a bunch!
hmm.. it must be reverting to your index.php file then..
i would suggest duplicating (copy and pasting) the index.php file and renaming the copy to category.php
shame that the theme doesnt include a category template 🙁
then have a look in there 🙂
EDIT: woo.. mark as resolved when you get a chance 🙂