Wordpress and Images?

by 2 replies
3
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
#programming #images #wordpress
  • 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>
    • [ 1 ] Thanks
  • Thanks JannuBl22t, it works

Next Topics on Trending Feed

  • 3

    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