Hi,
I've analyzed this problem and the problem is caused by fact that WordPress automatically creates the attachement page for every image inserted in the post. For temporary solution I recommend to remove line:
- Code: Select all
<?php gk_post_meta(true); ?>
in the attachment.php file.
I will work with this problem and I'll try to create a better solution and option to open the large image automatically.