Не могу подключить вывод записей
-
Решил вопрос так:
<?php if (have_posts()) : ?> <?php while (have_posts()) : the_post(); ?> <h1><?php the_title(); ?></h1> <small><?php the_time('jS F Y') ?></small> <?php the_content('Читать далее'); ?> <p class="postmetadata">Posted in <?php the_category(', ') ?> by <?php the_author(); ?> <br /> <?php comments_popup_link('No Comments', '1 Comment', '% Comments');?> </p> <?php edit_post_link('Edit this entry.', '<p>', '</p>'); ?> <?php endwhile; ?> <?php next_posts_link('Older Entries') ?> <?php previous_posts_link('Newer Entries') ?> . . . <?php endif; ?>
Просмотр 2 ответов — с 1 по 2 (всего 2)
Просмотр 2 ответов — с 1 по 2 (всего 2)
- Тема «Не могу подключить вывод записей» закрыта для новых ответов.