IMDe عزيز ببين من الان تو اين قالب يك فايل دارم با اسم single.php با كد ذيل :
<?php get_header(); ?>
<div id="content">
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
<div <?php post_class('single') ?> id="post-<?php the_ID(); ?>">
<?php
if ( has_post_thumbnail() ) { ?>
<a href="<?php $surl = get_post_meta(get_the_ID(), 'wtf_url', true); echo $surl;?>"><img class="singimg" src="<?php bloginfo('stylesheet_directory'); ?>/timthumb.php?src=<?php get_image_url(); ?>&h=350&w=580&zc=1" alt=""/></a>
<?php } else { ?>
<img class="singimg" src="<?php bloginfo('template_directory'); ?>/images/dummy.png" alt="" />
<?php } ?>
<div class="cover">
<div class="title">
<h1><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a></h1>
</div>
<div class="entry">
<?php the_content('Read the rest of this entry »'); ?>
<div class="clear"></div>
</div>
<div class="dinfo">
<div class="sdinfo"><strong>دانلود</strong>: <a href="<?php $surl = get_post_meta(get_the_ID(), 'wtf_url', true); echo $surl;?>"><?php if (isset($surl[0])) { echo "برای دانلود اینجا کلیک کنید - Fore download Click Here";
} else {_e('فایلی ضمیمه نمیباشد.');} ?></a></div>
<div class="sdinfo"><strong>مبنع</strong>: <?php $design = get_post_meta(get_the_ID(), 'wtf_designer', true); if (isset($design[0])) { echo $design;
} else {_e('در دسترس نیست');} ?></div>
<div class="sdinfo"><strong>رمز فایل</strong>: <?php $nation = get_post_meta(get_the_ID(), "wtf_nation", true); if (isset($nation[0])) { echo $nation;
} else {_e('فایل دارای رمز نمیباشد.');} ?></div>
<div class="sdinfo"><strong>نویسنده</strong>: <?php $dtwitter = get_post_meta(get_the_ID(), 'wtf_dtwitter', true); if (isset($dtwitter[0])) { echo $dtwitter;
} else echo admin ?></div>
<div class="sdinfo"><strong>موضوع</strong>: <?php the_category(', '); ?></div>
</div>
<div class="postmeta">
<div class="comm"><?php comments_popup_link('صفر نظر', 'یک نظر', '% نظر'); ?> </div>
<div class="starr">
<?php if(function_exists('five_star_rating_func')) : ?>
<?php echo five_star_rating_func('star') ?>
<?php endif; ?>
</div>
</div>
</div>
<?php include (TEMPLATEPATH . '/ad2.php'); ?>
</div>
<?php comments_template(); ?>
<?php endwhile; else: ?>
<h1 class="title">یافت نشد.</h1>
<p>I'm Sorry, you are looking for something that is not here. Try a different search.</p>
<?php endif; ?>
<div class="clear"></div>
</div>
<?php get_sidebar(); ?>
<?php get_footer(); ?>
شما ميگيد ممكنه ساز داشته باشه.مثلا من فقط كلمه"نشد" رو مينويسم "بشد" و سيو ميكنم باز قالب
به هم ميريزه.كل سورس اين فايل رو كپي ميكنم و فايل جديد php با همين اسم ميسازم و توش paste ميزنم
باز قالب به هم ميريزه.تو همينفايل اصلي يك space اضافه ميكنم و بعد يك space كم ميكنم و سيو ميكنم
باز قالب به هم ميريزه
به طور كلي بگم جز فايل خودش هيچي رو قبول نداره.
به نظرت چيكار ميشه كرد ؟