I have a tag url that shows all posts with a certain tag but it truncates the post. I want to edit the code so it shows the full post. Where is that done? Is it a template thing or a wordpress thing? Url: http://www.annarborpcrepair.com/tag/ann-arbor-computer-repair Thanks
I figured it out, it is a template thing and you can find the code in the archives section of the template. Mine had the_exceprt(), I needed it to be the_content()