مشكل دقيقا اينجا بود
the_date('', '', '', false)
كه با قرار دادن اين كد ها درست شد
the_date('j F, Y', '', '', false)
با تشكر از راهنمايي هاي شما
حالا مشكل جديد اينه كه ساعت و تاريخ رو به صورت لينك نشون ميده
backticks
ارسال شده توسط بهروز صدقی در ۲۰ مهر, ۱۳۸۷ ساعت 12:43 -
backticks
به علاوه يك خط تيره هم در آخر خط ديده ميشه كه ميخوام حذف بشه
اين سورس قسمت پست من هستش
چي كار كنم تا درست بشه ؟
backticks
<?php get_header(); ?>
<div id="lsidebar"><?php include (TEMPLATEPATH . '/lsidebar.php'); ?></div>
<div class="entry">
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
<div class="post" id="post-<?php the_ID(); ?>">
<h2>" rel="bookmark" title="<?php _e('Permanent Link to ','rhea'); ?><?php the_title_attribute(); ?>"><?php the_title(); ?></h2>
<small><?php _e('ارسال شده توسط','rhea'); ?> <b> <?php the_author() ?> </b> <?php _e('در','rhea'); ?> "><?php unset($previousday); printf(__('%1$s %2$s'), the_date('j F, Y', '', '', false), get_the_time()) ?> - <?php if(function_exists('the_views')) { the_views(); } ?> </small>
<?php the_content(__('Read more »','rhea')); ?>
<?php the_tags(__('Tags: ','rhea'), __(', ','rhea'), __('
','rhea')); ?><?php _e('مربوط به بخش','rhea'); ?> <?php the_category(__(', ','rhea')); ?> | <?php edit_post_link(__('Edit','rhea'), '', __(' | ','rhea')); ?> <?php comments_popup_link(__('No Comments »','rhea'), __('1 Comment »','rhea'), __('% Comments »','rhea')); ?>
<div class="line"></div>
</div>
<?php endwhile; ?>
backticks