Pardon şunu yazmayı unutmuşum. Temanızın functions.php dosyasının en sonuna şunu ekleyin.

<?php  // </li> is added by WP
  }
   function get_video($postID) {
    if( function_exists('p75GetVideo') ) {
        $video = p75GetVideo($postID);
        return $video ? "<div class='video'>" . $video . "</div>" : "";
    }
    return "";
}
?>