Mojtabaf
آفلاین
عضو
تعداد نوشتهها: ۱۳
تشکر شده: ۱ بار
#
نوشته شده: ۱۱ سال پیش
۱ مرداد ۱۳۹۲ - ۱۶:۴۹
با سلام .
ببخشید بنده توی سایتم ، دسته ساختم و محصولاتم رو توش پست کردم.. و توی هر صفحه باید 10 تا محصول نشون بده... ولی وقتی بیشتر از 10 تا میشه ، همون 10 تا رو نشون میده و بقیه رو نشون نمیده ، یعنی صفحه ی 2 زیر صفحه درست نمیکنه که بقیه محصولات خود به خود برن اونجا...
مشکل از کجا میتونه باشه؟ و باید چیا رو ادیت کنم تا مشکلم حل بشه؟
http://kta-test.com/?cat=15
(محصولات کمی قاطی پاطی داره نشون میده، به خاطر پست نادرست، اصل مشکل صفحه دوم هر دسته هست...)
مرسی از لطفتون
Mojtabaf
آفلاین
عضو
تعداد نوشتهها: ۱۳
تشکر شده: ۱ بار
#
نوشته شده: ۱۱ سال پیش
۱ مرداد ۱۳۹۲ - ۱۶:۵۵
این کد دسته هامه :
<?php get_header(); ?>
<div class="main-main">
<div class="content">
<?php if ( function_exists('dynamic_sidebar') && dynamic_sidebar(1) ) : else : ?> <?php endif; ?> </div>
<div class="slider" style="margin:30px 5px 0 0 ;">
<div class="text-head">
<h1>نمایش محصولات <?php echo single_cat_title(); ?></h1>
</div>
<div class="text-main">
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<div class="box">
<div class="box-head"></div>
<div class="box-main">
<h1><?php the_title(); ?></h1>
<div class="box-tt">
<a href="<?php the_permalink() ?>"><?php the_post_thumbnail('thumbnail'); ?>
</a>
<p>
<?php the_content_rss('', TRUE, '', 20); ?>
</p>
<br style="clear:both" />
</div>
<a href="<?php the_permalink() ?>"><div class="detail-box"></div></a>
<a href="http://kta-test.com/%d8%b3%d9%81%d8%a7%d8%b1%d8%b4-%d9%85%d8%ad%d8%b5%d9%88%d9%84/"><div class="buy-box"></div></a>
<br style="clear:both" />
</div>
<div class="box-foot"></div>
</div>
<?php endwhile; else: ?><?php endif; ?>
<br style="clear:both" />
<?php
if(function_exists('wp_pagenavi')) { wp_pagenavi(); }
?>
<br style="clear:both" />
</div>
<div class="text-foot"></div>
</div>
<br style="clear:both" />
</div>
<?php get_footer(); ?>
دوتا کد برای دسته هام دارم ، بالایی یکیش بود اینم یکی دیگش :
<?php get_header(); ?>
<div class="main-main">
<div class="content">
<?php if ( function_exists('dynamic_sidebar') && dynamic_sidebar(1) ) : else : ?> <?php endif; ?> </div>
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<div class="slider" style="margin:30px 5px 0 0 ;">
<div class="text-head">
<h1><?php the_title(); ?></h1>
</div>
<div class="text-main">
<p style="text-align: justify;"><?php the_content(__('')); ?></p>
</div>
<div class="text-foot"></div>
</div>
<?php endwhile; else: ?><?php endif; ?>
<br style="clear:both" />
</div>
<?php get_footer(); ?>
مرسی
Mojtabaf
آفلاین
عضو
تعداد نوشتهها: ۱۳
تشکر شده: ۱ بار
#
نوشته شده: ۱۱ سال پیش
۳ مرداد ۱۳۹۲ - ۱۴:۲۵
لطفا کسی راهنمایی بکنه .. مرسی