| |||||||
| Installing and Using WordPress Post all questions on installing, upgrading, moving, importing and deleting Wordpress here. |
![]() |
| | LinkBack | Thread Tools | Search this Thread | Display Modes |
| |||
| Hello, I'm using the Super Adsense Theme for a new site of mine, you can check it out here: http://www.realauctionincome.com Everything is working out good, I just wanted to know how to remove the "No Comments" and "Comments are closed" from my front page. As you can see, I'm using a static front page and I disabled comments for that particular page... I just need those to statements to disappear. Any help would be awesome, Thanks, Kenny |
| |||
| Look for this line in your Main Index Template (index.php) comments_popup_link($comments_img_link .' Comments(0)', $comments_img_link .' Comments(1)', $comments_img_link . ' Comments(%)');?> change it to this: comments_popup_link($comments_img_link .' Comments(0)', $comments_img_link .' Comments(1)', $comments_img_link . ' Comments(%)');?> That should solve your problem. Last edited by nekonron : 01-02-08 at 11:57 AM. |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
| |