However, the problem I'm running into is when I want to display the blog preview image, the code seems to let me only display ONE, and not MULTIPLE blog preview images.
Also, it doesn't seem to want to let me display a LARGER blog preview image, and then the smaller thumbnail size too.
Hm, you have several versions of that script in your common.js. Could you remove the ones that aren't working/only keep the one that are working the best?
I removed the commented out code at the bottom (which I wanted to either display the "thumbs" or larger images/ whichever the first code didn't display).
I also removed similar code that was being used for article image retrieval and not blog image retrieval.
The only code that is there now is the mandatory stuff.
Because you are still using <span id="blogimage">. In my test page, it's <span class="blogimage"> (which is why I made a test page instead of testing on yours). Only one element in the DOM can have an ID, others are ignored.
Of course it was something I overlooked. Apologies. Looks like everything is squared away except one thing...the image should be displaying to the left of the text, not above it.