<?php the_time('M', '', ''); ?>
<?php the_time('d', '', ''); ?>
<h1 class="posttitle">
" rel="bookmark">
<?php the_title(); ?>
</h1>
<?php if(function_exists('the_ratings')) { the_ratings(); } ?>
<?php the_content(__('more...')); ?>
<?php the_tags('ilgili etiketler: ', ', ' , ''); ?>
<?php printf(__('Bu yazı %4$s, %5$s tarihinde %6$s kategorisi altında yayınlandı. Bu yazıya yapılacak yorumları
RSS 2.0 beslemesi ile takip edebilirsiniz.', 'sandbox'),
'<span class="author vcard">
ID, $authordata->user_nicename).'" title="' . sprintf(__('View all posts by %s', 'sandbox'), $authordata->display_name) . '">'.get_the_author().'</span>',
get_the_time('Y-m-d'),
get_the_time('H:i:sO'),
the_date('', '', '', false),
get_the_time(),
get_the_category_list(', '),
get_permalink(),
wp_specialchars(get_the_title(), 'double'),
comments_rss() ) ?>
<?php if (('open' == $post-> comment_status) && ('open' == $post->ping_status)) : // Comments and trackbacks open ?>
<?php printf(__('Yorum yapabilirsiniz veya kendi sitenizden geri izleme yapabilirsiniz.', 'sandbox'), get_trackback_url()) ?>
<?php elseif (!('open' == $post-> comment_status) && ('open' == $post->ping_status)) : // Only trackbacks open ?>
<?php printf(__('Comments are closed, but you can leave a trackback: Trackback URL.', 'sandbox'), get_trackback_url()) ?>
<?php elseif (('open' == $post-> comment_status) && !('open' == $post->ping_status)) : // Only comments open ?>
<?php printf(__('Trackbacks are closed, but you can post a comment.', 'df')) ?>
<?php elseif (!('open' == $post-> comment_status) && !('open' == $post->ping_status)) : // Comments and trackbacks closed ?>
<?php _e('Both comments and trackbacks are currently closed.') ?>
<?php endif; ?>
<?php edit_post_link(__('Edit', 'df'), "\n\t\t\t\t\t<span class=\"edit-link\">", "</span>"); ?>
<?php if(function_exists('wp_print')) { print_link(); } ?>
<?php wp_link_pages(); ?>
<?php comments_popup_link(__('( 0 ) Comments'), __('( 1 ) Comment'), __('( % ) Comments')); ?>