This is my wordpress site - http://www.mywatchmovie.com/ if you see home page, post under category show only one image in inside box. how can i show two images of two posts. same as in this theme - http://theme-junkie.com/demo/fashionpro/
My guess is that you would locate the file responsible for displaying that image. Is it in a plugin? or hardwired into the theme code? If in the plugin, then you will want to step through the code until you locate a call to the image and see if it has a set # to display. Or, check if the plugin has the number specified in a settings area in the admin. If it is hardcoded then you have to go into the code and insert another image. I did not look at your code, but these are the general suggestions you would get from anyone familiar with coding.