Şu şekilde deneyin bir hocam
Alıntı
<?php if ( have_posts() ) while ( have_posts() ) : the_post(); ?>
<?php if (get_option('dailyjournal_integration_single_top') <> '' && get_option('dailyjournal_integrate_singletop_enabl e') == 'on') echo (get_option('dailyjournal_integration_single_top') ); ?>
<article class="note-block entry post">
<div class="note">
<div class="note-inner">
<div class="note-content">
<div class="post-title">
<span class="post-meta"><?php echo get_the_time( get_option('dailyjournal_date_format') ); ?></span>
<h1><?php the_title(); ?></h1>
</div>
<?php the_content(); ?>
<?php wp_link_pages(array('before' => '<p><strong>'.esc_attr__('Pages','DailyJournal').' :</strong> ', 'after' => '</p>', 'next_or_number' => 'number')); ?>
<?php edit_post_link(esc_attr__('Bu yazıyı düzenle.','DailyJournal')); ?>
</div> <!-- end .post-content -->
</div> <!-- end .note-content-->
</div> <!-- end .note-inner-->
</div> <!-- end .note-->
<div class="note-bottom-left">
<div class="note-bottom-right">
<div class="note-bottom-center"></div>
</div>
</div>
</article> <!-- end .post-->
<?php if (get_option('dailyjournal_integration_single_botto m') <> '' && get_option('dailyjournal_integrate_singlebottom_en able') == 'on') echo(get_option('dailyjournal_integration_single_b ottom')); ?>
<?php
if ( get_option('dailyjournal_468_enable') == 'on' ){
if ( get_option('dailyjournal_468_adsense') <> '' ) echo( get_option('dailyjournal_468_adsense') );
else { ?>
<a href="<?php echo esc_url(get_option('dailyjournal_468_url')); ?>"><img src="<?php echo esc_url(get_option('dailyjournal_468_image')); ?>" alt="468 ad" class="foursixeight" /></a>
<?php }
}
?>
<?php
if ( 'on' == get_option('dailyjournal_show_postcomments') ) comments_template('', true);
?>
<?php endwhile; // end of the loop. ?>