Редактирование страницы с комментами

Подскажите пожалуйста, как удалить со страницы с комментариями надпись :
This entry was posted on Четверг, июля 10, 2008 at 13:05 and is filed under Скидки. You can follow any responses to this entry through the RSS 2.0 feed. You can skip to the end and leave a response. Pinging is currently not allowed.

Зашла в Шаблон вложений (attachment.php) – там нашла все эти слова, удалила, но ничего не изменилось. Где еще что удалить, подскажите?!:D

http://pierre.in.ua

Смотрите в page.php

Там ничего подобного не нашла! Вот весь page.php :

<?php get_header(); ?>
<table class="page_t" width="100%">
<tr>
<td>
<div id="content" class="narrowcolumn"
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<div class="post" id="post-<?php the_ID(); ?>">
<h2><?php the_title(); ?></h2>
<div class="entry">
<?php the_content(‘<p class="serif">Read the rest of this page &raquo;</p>’); ?>
<?php wp_link_pages(array(‘before’ => ‘<p><strong>Pages:</strong> ‘, ‘after’ => ‘</p>’, ‘next_or_number’ => ‘number’)); ?>
</div>
</div>
<?php endwhile; endif; ?>
<?php edit_post_link(‘Edit this entry.’, ‘<p>’, ‘</p>’); ?>
</div>
</td>
<!– </div> –>
<td id="sidebar_td">
<?php get_sidebar(); ?>
</td>
</tr>
</table>
<?php get_footer(); ?>

Возможно, под страницей Вы понимаете пост. Если так, то в single.php. И вообще по всем пройдитесь, предварительно почитав про иерархию шаблонов.

получилось! спасибо!

Anonymous
Отправить
Ответ на: