Allows users to fetch an image from a post within the Loop.
Insert the following code into your WordPress theme files:
Without passing any parameters, the plugin will return ten results or fewer depending on how many posts you have.
thisismyurl_get_image_from_post();
By default the plugin wraps your code in list item (<li>) tags but you can specify how to format the results using the following code:
thisismyurl_get_image_from_post('before=<p>&after=</p>');
If you'd like to link to the post (remember it's not live yet) you can do so by calling:
thisismyurl_get_image_from_post('link=true');
You can specify which image is returned using the code:
thisismyurl_get_image_from_post('image=2');
If you would like to strip the attributes such as width and height from the returned value:
thisismyurl_get_image_from_post('strip=true');
Finally, if you'd like to copy the results into a variable you can return the results as follows:
thisismyurl_get_image_from_post('show=false');
Requires: 2.0.0 or higher
Compatible up to: 3.2.1
Last Updated: 2010-4-18
Downloads: 3,414




