добрый вечер всем. вот вопрос:
1. как настроить цитаты чтобы они выводились а не весь текст
2. как сделать так чтобы рубрика напривер id=16 не отображалась на главной
вот кусок кода из index
<?php query_posts(‘showposts=22&offset=1’); ?> <<<<<вот сюда добавлял код из форума какого то где ЮБ писал не помогло(((( всё равно отображает рубрику
менял content на expert вставляя код с кодекса весь текст в блоке только увеличивался и цитата так и не появилась(((( подскажите что поменять в коде
<div id="content">
<?php query_posts(‘showposts=22&offset=1’); ?>
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
<div class="mag_posts" id="post-<?php the_ID(); ?>">
<div class="top_mag_posts">
<div class="bottom_mag_posts">
<h2><?php the_category(‘, ‘) ?></h2>
<div class="mag_posts_entry">
<div class="top_mag_titles">
<a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><?php the_title(); ?></a>
</div>
<?php the_excerpt(); ?>
</div>
<div class="mag_posts_meta">
<div class="meta_date"><?php the_time(‘j’) ?> <?php the_time(‘F’) ?> <?php the_time(‘Y’) ?></div>
<div class="meta_comments">
<a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>">Читать далее >></a></div>
</div>
</div></div></div>
<?php endwhile; ?>
<?php endif; ?>
всё равно отображается((((