Example #1
0
/**
 * Display the featured post image with link to the full image.
 */
function the_intelliwidget_image($link = TRUE, $size = 'serv_s')
{
    echo get_the_intelliwidget_image($link, $size);
}
 /**
  * Display the featured post image with link to the full image.
  */
 function the_intelliwidget_image($link = TRUE)
 {
     echo get_the_intelliwidget_image($link);
 }