دوستان روی یه قالب هرچی سعی می کنم از زمینه های دلخواه استفاده کنم نمیشه در صورتی که کدها مشکلی ندارن و توی قالبهای دیگه درست عمل می کنن
فکر می کنید مشکل از کجا می تونه باشه؟ تابع خاصی رو باید دستکاری یا حذف کنم؟سورس فایل single رو هم براتون می زارم.اگه اطلاعات دیگم لازمه بگید
ممنون
<div id="system">
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
<article class="item" data-permalink="<?php the_permalink(); ?>">
<header>
<time datetime="<?php echo get_the_time('Y-m-d'); ?>" pubdate>
<span class="day"><?php echo the_time('d'); ?></span>
<span class="month"><?php echo the_time('F'); ?></span>
<span class="year"><?php echo the_time('Y'); ?></span>
</time>
<h1 class="title">
<?php the_title(); ?>
</h1>
<p class="meta">
<?php printf(__('ارسال توسط %s. دسته بندی: %s'* 'warp')* '<a href="'.get_author_posts_url(get_the_author_meta('ID')).'" title="'.get_the_author().'">'.get_the_author().'</a>'* get_the_category_list('* ')); ?>
</p>
</header>
<div class="content clearfix"><?php the_content(''); ?></div>
<?php $post_excerpt = $post->post_content; ?>
<?php $link = get_post_meta($post->ID* 'link'* true); ?>
<?php $link2 = get_post_meta($post->ID* 'link2'* true); ?>
<?php $source = get_post_meta($post->ID* 'source'* true); ?>
<?php $size = get_post_meta($post->ID* 'size'* true); ?>
<?php $address = get_post_meta($post->ID* 'password'* true); ?>
<p class="post-meta">
</br>
<img border="0" alt="icon" src="http://mysite.com/img/2011/01/icon_get_world.gif" width="16" height="16"><strong>دانلود:</strong> <a href="<?php echo $link; ?>">لینک مستقیم</a> |
<a href="<?php echo $link2;?>">لینک غیر مستقیم</a>
<br>
<br><img border="0" alt="icon" src="http://mysite.com/wp-content/uploads/2010/09/size.gif" width="16" height="16"> حجم فایل: <?php echo $size; ?> مگابایت
<br>
<br><br>
<?php the_tags('<p class="taxonomy">'.__('برچسب ها: '* 'warp')* '* '* '</p>'); ?>
<?php edit_post_link(__('Edit this post.'* 'warp')* '<p class="edit">'*'</p>'); ?>
<?php if (pings_open()) : ?>
<p class="trackback"><?php printf(__('<a href="%s">بازتاب</a> این مطالب در سایت شما .'* 'warp')* get_trackback_url()); ?></p>
<?php endif; ?>
<?php if (get_the_author_meta('description')) : ?>
<section class="author-box clearfix">
<?php echo get_avatar(get_the_author_meta('user_email')); ?>
<h3 class="name"><?php the_author(); ?></h3>
<div class="description"><?php the_author_meta('description'); ?></div>
</section>
<?php endif; ?>
<?php comments_template(); ?>
</article>
<?php endwhile; ?>
<?php endif; ?>
</div>