Czy możesz powiedzieć, w którym miejscu?
Szukałem wartości, która by to określała, jednak nie znalazłem.
<?php get_header(); ?>
<?php if (have_posts()) : ?>
<?php if (is_paged()) : ?>
<?php next_posts_link(’« Starsze Wpisy’) ?>
<?php previous_posts_link(‘Nowsze Wpisy »’) ?>
<?php endif;?> <?php while (have_posts()) : the_post(); ?>
<?php the_title(); ?>
<?php the_time(‘F jS, Y’) ?>
<?php the_excerpt(); ?>
<?php edit_post_link(‘Edytuj wpis’, ’ ', ‘’); ?>
Napisane w <?php the_category(’, ‘) ?><?php the_tags(’, tagi: ', ', '); ?>
<?php comments_popup_link(‘0 Komentarzy’, ‘1 Komentarz’, ‘% Komentarzy’); ?>
<?php endwhile; ?> <?php if ( count($posts) >= get_option(‘posts_per_page’) ) : ?>
<?php next_posts_link(’« Starsze Wpisy’) ?>
<?php previous_posts_link(‘Nowsze Wpisy »’) ?>
<?php endif;?> <?php else : ?>
Nie znaleziono
Przepraszamy, ale nie ma tu strony, której szukasz.
<?php endif; ?> <?php get_sidebar(); ?> <?php get_footer(); ?>[/code]