Hello, I am facing a problem on my wordpress blog(self hosted). The problem is duplicate posts are being created for a post, with the other posts containing only the images. Meaning a separate page is being created for every image in the post with the extension of the original post url. This is an example:- Suppose the URL of the post is:- http://xyz.com/how-are-you/ Now if this post contains the images with the names:- hello1,hello2,etc Following pages are being created:- http://xyz.com/how-are-you/hello1 http://xyz.com/how-are-you/hello2 The content of these pages is only the single image. Though the content is not duplicated, the Title of the page and url is duplicated, so these show up on google. PS. I am using thesis theme. Does anybody know how to deal with this problem? Please help. Thank you.