post_content; $content = apply_filters('the_content', $content); echo $content; ?>
post_content; $content = apply_filters('the_content', $content); echo substr($content, 0, 200)."..."; ?>
<?php the_title() ?>