سلام و خسته نباشید خدمت اساتید
بنده قالبی نصب کردم و بلوکهای وسط قالب رو ایدی دسته و تعدادنمایش پستها رو تنظیم کردم و در فایل راهنمای قالب نوشته بود که برای هر بلوک لینک آرشیو دسته و لینک فید (خوراک) را برای آن تعیین بشه که به شرح زیر است
?>
<div class="box bb1">
<div class="title bt1">اخبار<div class="left">RSS - archive</div></div>
<div class="t1">
<div class="r">
<?php global $myPosts; $myPosts = ''; ?>
<?php $recent = new WP_Query("cat=9&showposts=1"); while($recent->have_posts()) : $recent->the_post();?>
"><div class="pics"><?php if(has_post_thumbnail()) {the_post_thumbnail(array(200, 80), array('title' => get_the_title()));} else {echo '<img src="'.get_bloginfo("template_url").'/images/nopic.png" alt="'. get_the_title() .'" width="200px" height="80px" border="0px" title="'. get_the_title() .'" />';}?></div>
<div class="clr"></div>
"><div class="links"><?php the_title(); ?></div>
<?php $myPosts .= $post->ID . ","; ?>
<?php endwhile;wp_reset_postdata(); ?>
<?php $myPosts .= "0" ?>
<?php add_filter('posts_where', 'post_strip'); ?>
</div><!--r-->
<div class="l">
-
<?php $recent = new WP_Query("cat=9&showposts=9"); while($recent->have_posts()) : $recent->the_post();?>
- " title="<?php the_title(); ?>"><?php the_title(); ?>
<?php endwhile;wp_reset_postdata(); ?>
<?php remove_filter('posts_where', 'post_strip'); ?>
لطف کنید بفرمایید چطور باید برای هر دسته بلوک وسط لینک آرشیو دسته و لینک فید قرار بدم . از راهنمایهاتون سپاسگزارم