Wordpress and Images?

by MSC
2 replies
Hi there, I have one wordpress blog that gets 95% of visitors from images search, is there such a plugin that would redirext user directly to the image post instead of showing image and "x" button a the top.

Thanks
#images #wordpress
  • Profile picture of the author JannuBl22t
    I'm not very sure that Google likes it, but for example if you want to break the frame and send it to post then you can use this:

    Code:
    <script type="text/javascript">
      if (top.location != location) {
        top.location.href = document.location.href ;
      }
    </script>
    {{ DiscussionBoard.errors[4897189].message }}
  • Profile picture of the author MSC
    Thanks JannuBl22t, it works
    {{ DiscussionBoard.errors[4897444].message }}

Trending Topics