Rinzeko
Member
Posted 2 months ago #
My theme is "responsive" i want to remove the date, author and the "no reaction" on my page.
>>Geplaatst op 21 februari 2013 door admin — Geen Reacties ↓ <<<
my page.php is
[Code removed - that's WAY too much to post here and it was posted without the backticks or code buttons - see: http://codex.wordpress.org/Forum_Welcome#Posting_Code
try to remove this code:
<?php if ( comments_open() ) : ?>
<div class="post-meta">
<?php responsive_post_meta_data(); ?>
<?php if ( comments_open() ) : ?>
<span class="comments-link">
<span class="mdash">—</span>
<?php comments_popup_link(__('No Comments ↓', 'responsive'), __('1 Comment ↓', 'responsive'), __('% Comments ↓', 'responsive')); ?>
</span>
<?php endif; ?>
</div><!-- end of .post-meta -->
<?php endif; ?>
but do it in your child theme.