xray جان والا توی single.php چیزی برای recent post پیدا نکردم! توی ساید بار ها هم نبود! :-(
اینم کد های single.php :
<?php get_header(); ?>
<div id="left">
<div id="browse">
<?php if (class_exists('breadcrumb_navigation_xt')) {
echo 'Browse » ';
// New breadcrumb object
$mybreadcrumb = new breadcrumb_navigation_xt;
// Options for breadcrumb_navigation_xt
$mybreadcrumb->opt['title_blog'] = 'Home';
$mybreadcrumb->opt['separator'] = ' » ';
$mybreadcrumb->opt['singleblogpost_category_display'] = true;
// Display the breadcrumb
$mybreadcrumb->display();
} ?>
</div>
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<div class="post" id="post-<?php the_ID(); ?>">
<h2><?php the_title(); ?></h2>
<?php the_content('<p class="serif">بقیه ی نوشته را بخوانید »</p>'); ?>
<?php wp_link_pages(array('before' => '<p><strong>Pages:</strong> ', 'after' => '</p>', 'next_or_number' => 'number')); ?>
<p class="postmetadata alt">
<small>
این پست در این تاریخ نوشته شده است :
<?php /* This is commented, because it requires a little adjusting sometimes.
You'll need to download this plugin, and follow the instructions:
http://binarybonsai.com/archives/2004/08/17/time-since-plugin/ */
/* $entry_datetime = abs(strtotime($post->post_date) - (60*120)); echo time_since($entry_datetime); echo ' ago'; */ ?>
<?php the_time('l, F jS, Y') ?> در ساعت <?php the_time() ?>
و در دسته های : <?php the_category(', ') ?>.
شما میتوانید از طریق <?php comments_rss_link('فید نظرات این پست، '); ?> سایر پاسخ ها را دنبال کنید؛ همچنین
<?php if (('open' == $post-> comment_status) && ('open' == $post->ping_status)) {
// Both Comments and Pings are open ?>
شما می توانید <a href="#respond">یک نظر بگذارید</a>, یا مارا از طریق سایتتان <a href="<?php trackback_url(); ?>" rel="trackback">دنبال</a> کنید.
<?php } elseif (!('open' == $post-> comment_status) && ('open' == $post->ping_status)) {
// Only Pings are Open ?>
Responses are currently closed, but you can <a href="<?php trackback_url(); ?> " rel="trackback">trackback</a> from your own site.
<?php } elseif (('open' == $post-> comment_status) && !('open' == $post->ping_status)) {
// Comments are open, Pings are not ?>
You can skip to the end and leave a response. Pinging is currently not allowed.
<?php } elseif (!('open' == $post-> comment_status) && !('open' == $post->ping_status)) {
// Neither Comments, nor Pings are open ?>
Both comments and pings are currently closed.
<?php } edit_post_link('ویرایش نوشته','',''); ?>
</small>
</p>
<p class="tags"><?php the_tags('ابر برچسب ها : ', ', ', ''); ?></p>
<p class="categories">ارسال شده در دسته ی <?php the_category(', ') ?> <?php edit_post_link('ویرایش', '', ' | '); ?></p>
<p> </p>
<form style="border:2px solid #9a9c8d;padding:0px;background :#d8d5cf; ">
<?php similar_posts(); ?>
</form>
</div>
<div class="post">
<?php comments_template(); ?>
</div>
<?php endwhile; else: ?>
<div class="post">
<p>متاسفانه هیچ صفحه ای با موضوع مورد نظر شما یافت نشد.</p>
</div>
<?php endif; ?>
</div>
<?php get_sidebar(); ?>
<?php get_footer(); ?>