Thank you, the-excerpt-reloaded worked out pretty well. It got my images back up anyways. Had a little trouble with the include so I had to use ‘include_once(“the-excerpt-reloaded.php”)’
Also, I’m not sure how WP does it, but when I hit enter/return while editing the post text, it automatically places a <p>
tag there (well, somewhere, it’s never apparent in the edit textbox, but from the site formatting, it must be when viewed), but when the_excerpt_reloaded() does it’s thing, there must not be any <p>
to parse. I added the string '<a><img><center><p>'
to the function but I guess I’ll have to add the ” manually. Unless someone knows of a fix, or even what the heck I’m talking about.
Thanks.