Hey,
I've removed the comment buttons from the main blog, but when I click on a category, I still have Comments and More as options. Anyone know how to get rid of them?
I'm using the Pixel theme.
http://notstepfordwives.com/wordpress
Thanks!
Hey,
I've removed the comment buttons from the main blog, but when I click on a category, I still have Comments and More as options. Anyone know how to get rid of them?
I'm using the Pixel theme.
http://notstepfordwives.com/wordpress
Thanks!
Need to edit the single.php and page.php file and edit this code:
<?php comments_template(); ?>
Edit category.php and ook for comments_popup_link(... some text will be in here ...) and delete it to remove comments.
With regard to the 'More' link, look for <span class="topMore">[ some code]</span> and delete that snippet.
I don't have a category.php. I have:
Archives (archive.php)
Comments (comments.php)
Footer (footer.php)
Header (header.php)
Main Index Template (index.php)
Page Full Width Page Template (page_fullwidth.php)
Page Template (page.php)
Search Form (searchform.php)
Sidebar (sidebar.php)
Single Post (single.php)
Theme Functions (functions.php)
welcome.php (welcome.php)
Stylesheet (style.css)
In that case, try looking in archive.php.
Thanks! That worked. :)
This topic has been closed to new replies.