Модератор
Юрій
(@yube)
if (have_posts()):
the_post();
the_title();
the_post_thumbnail();
the_content();
while (have_posts()):
the_post();
the_title();
endwhile;
endif;
Юрий, Вы как всегда приходите на помощь -)))
но у меня дрягь какя-то получилась -))) пост аж до пола -))) как в Excele =D
<?php query_posts($query_string . '&cat=6&showposts=4'); ?>
<?php if (have_posts()): the_post();?>
<? if ($post->ID != $featured_ID) { ?>
<a href="<?php the_permalink() ?>" rel="bookmark" title="<?php the_title_attribute(); ?>"><?php the_title(); ?></a>
<a href="<?php the_permalink() ?>" rel="bookmark" title="<?php the_title_attribute(); ?>"><?php the_post_thumbnail();?></a>
<?php while (have_posts()): ?>
<li><a href="<?php the_permalink() ?>" rel="bookmark" title="<?php the_title_attribute(); ?>"><?php the_title(); ?></a></li>
<?php endwhile ?>
<?php endif; ?>
</div>
Модератор
Юрій
(@yube)
while (have_posts()):
the_post();