postImageThumb()
Description
Generates an <img> tag with a thumbnail of the post's image.
Example output:
<img src="http://www.domain.com/cms/files/cache/image.jpg" width="180" height="100" />
Usage
<?php echo postImageThumb(); ?>
Generates an <img> tag with a thumbnail of the post's image.
Example output:
<img src="http://www.domain.com/cms/files/cache/image.jpg" width="180" height="100" />
<?php echo postImageThumb(); ?>