Viewing 1 replies (of 1 total)
  • you have to modify wp-fullcalendar.php
    look for function qtip_content()
    replace
    $content = ( !empty($post) ) ? $post->post_content : ”;
    with
    $content = ( !empty($post) ) ? $post->post_excerpt : ”;

Viewing 1 replies (of 1 total)
  • The topic ‘Excerpt’ is closed to new replies.