I am using the get-the-image plugin for the first time over the past few days after upgrading to 2.9.1.
What I am trying to do is use get-the-image to work with my timthumb scripts on my current theme.
What I can't figure out is how to call get-the-image so that JUST the image url is returned, nothing else, no formatting, no divs, etc...
How do I do this?
example:
img src=......../timthumb.php?src=< if ( function_exists( 'get_the_image' ) ) get_the_image(); >&h=156&w=156&
I had to take out the php part of the code to make sure my code showed up properly, but you get the idea....