انجمن


مشكل با post_auery در پوسته  (۱ نوشته)

  • ammargraph

    آفلاین
    عضو
    تعداد نوشته‌ها: ۳۶۲
    تشکر شده: ۱۳۶ بار
    # نوشته شده: ۱۰ سال پیش
    ۲۹ اردیبهشت ۱۳۹۲ - ۱۲:۲۸

    سلام دوستان
    يه مشكل خاصي برام پيش اومده
    يه قالب نوشتم براي يه سايت خبري اما اين مشكل رو داره:
    دسته ها درست لود نميشن
    از اين كد استفاده كردم براي لود مطالب :

    <?php query_posts('posts_per_page=1&cat=3');if (have_posts()) : ?>
    <?php while(have_posts()) : the_post(); ?>
    <div class="post" id="post-<?php the_ID(); ?>">
    <div class="post-title">
    <a href="<?php the_permalink() ?>"><?php the_title(); ?></a>
    </div><!----------------------------------------------------post title-->
    <div class="post-body">
    <div class="thumb">
    <?php the_post_thumbnail('thumbnail'); ?>
    </div><!----------------------------------------------------thumb-->
    <?php the_excerpt(); ?>
    </div><!----------------------------------------------------post body-->
    <div class="post-footer">
    <div class="cat"><?php the_category(', ') ?></div>
    <div class="date"><?php the_time('m-d-y') ?></div>
    <div class="comm"><?php comments_popup_link(); ?></div>
    </div><!----------------------------------------------------post footer-->
    </div><!----------------------------------------------------post-->
    <?php endwhile; ?>
    <?php endif; ?>

    تا اينجاش درست كار ميكنه اما وقتي روي عنوان مطلب كليك مي كنم، به جاي اينكه مطلب رو لود كنه، چندتا مطلب رو از يه دسته خاص لود ميكنه
    من از كدهاي هميشگي استفاده كردم اما نميدونم چه گيري داره؟!
    اينم بخش single.php :

    <?php if (have_posts()) : ?>
    <?php while (have_posts()) : the_post(); ?>
    <div class="post" id="post-<?php the_ID(); ?>">
    <div class="post-title">
    <a href="<?php the_permalink() ?>"><?php the_title(); ?></a>
    </div><!----------------------------------------------------post title-->
    <div class="post-body">
    <?php the_content(); ?>
    </div><!----------------------------------------------------post body-->
    <div class="post-footer">
    <div class="cat"><?php the_category(', ') ?></div>
    <div class="date"><?php the_time('m-d-y') ?></div>
    <div class="comm"><?php comments_popup_link(); ?></div>
    </div><!----------------------------------------------------post footer-->
    </div><!----------------------------------------------------post-->
    <?php endwhile; ?>
    <?php endif; ?>

    ممنون ميشم راهنمايي كنيد
    اگه مرام بذاريد و جواب قطعي رو ايميل كنيد خيلي ممنون تر ميشم :
    miladx99@yahoo.com
    يا علي

درباره‌ی این موضوع