Esempio n. 1
0
/**
 * Display the excerpt for the featured post.
 */
function the_intelliwidget_excerpt($length = 60, $tags = '')
{
    echo get_the_intelliwidget_excerpt($length, $tags);
}
 /**
  * Display the excerpt for the featured post.
  */
 function the_intelliwidget_excerpt()
 {
     echo get_the_intelliwidget_excerpt();
 }