If you want to create an image link to a post and you want to use the image that is attached to the post then you can use the [bw_thumbs] shortcode to achieve this. It’s a bit more complicated than using [bw_link]
Here we create an image link to the new oik-css plugin.
[bw_thumbs post_type=oik-plugins id=8282 thumbnail=full]
Note: It’s a bit more complicated than using [bw_link 8282]
We have to specify both the id=
parameter and post_type=oik-plugins
parameters.
We use the thumbnail=full
parameter to get the full sized image, rather than the thumbnail
hover to slideToggle source