Hello. Love this theme.
Being quite a newbie, I am having some trouble figuring out how to get the News page on my site here http://www.eastvillageart.com/staging/?cat=3 to show continuous full posts instead of a summary view with the \”Continue Reading\” link as it is now. Can anyone tell me how to change this?
Thank you in advance for your assistance!
ok. poking around here I think I’ve figured out that I have to change [code]<?php the_excerpt();?>[/code] to [code]<?php the_content();?>[/code]…but the styles are messed up and I think I have to put a break in somewhere. Also comment out the line with “Continue Reading.” Anyone have an answer for me?