Kivonat csak loopon belül működik. Így próbáld meg:


<?php
global $post;
if (is_single()) {
echo get_the_excerpt($post->ID);
}
?>