bi yere ekledım ama oda sayfanın basında kalıyor yazıyla alakası yok bi bakarsanız
get_header();
$format = get_post_format();
?>
>
<script></script>
post_excerpt) ) : ?>
// Fetch post content
$content = get_post_field( 'post_content', get_the_ID() );
// Get content parts
$content_parts = get_extended( $content );
echo $content_parts['main'];
?>
// Fetch post content
$content = get_post_field( 'post_content', get_the_ID() );
// Get content parts
$content_parts = get_extended( $content );
echo $content_parts['main'];
?>
post_content, '')): ?>
// Fetch post content
$content = get_post_field( 'post_content', get_the_ID() );
// Get content parts
$content_parts = get_extended( $content );
// oEmbed part before tag
$embed_code = wp_oembed_get($content_parts['main']);
echo $embed_code;
?>
post_excerpt) ) : ?>
if ($format == 'link' || $format == 'quote' || $format == 'video') {
$content = $content_parts['extended'];
$content = apply_filters('the_content', $content);
echo $content;
} else {
the_content();
}
wp_link_pages();
?>