Limit it in the theme you’re running on the tags blog itself. replace the_content with the_excerpt.
Where in the theme is the change supposed to happen? Thanks.
Do you have any other thoughts on this? I found the_content in the page.php, but didn’t see it in the index.php. I made the change where I found it, but it made no difference on the site. I’m using twenty-ten.
Thanks!
Yeah, you’re going to want to handle that via a child theme of twenty ten because any changes you make to the default theme WILL get overwritten on upgrade. also the theme handles the loop in an extra file. you may want to either make a new index.php or a home.php.
I found the_content in the page.php, but didn’t see it in the index.php. I made the change where I found it, but it made no difference on the site.
page.php only handles Pages, not Posts.
http://codex.wordpress.org/Template_Hierarchy
http://codex.wordpress.org/Function_Reference/the_excerpt