<?php
function excerpt($num) {
$excerpt = get_the_excerpt();
echo $excerpt;
}

function content($num) {
$theContent = get_the_content();
echo $theContent;
}
?>
Böyle dener misiniz?