To remove the comments and date stuff on line 418 of your themes style.css file where you have the following:
#contents .datecomment {
font-size: 10px;
font-weight: normal;
text-transform: uppercase;
letter-spacing: 1px;
background: #F9F9F9;
margin: 0 0 20px 0;
padding: 6px 0 8px 0;
}
replace with:
#contents .datecomment {
display: none;
}
The ‘more’ text is probably hard coded into one of the template files of the theme. Look from the text in home.php in order to replace it.
That’s gone – many thanks equalmark! 🙂
More is not mentioned in home.php. Any more ideas where I could find it?
(@grafnik)
14 years, 10 months ago
Hi,
I know this question has been asked many times; I’ve read all the topics on the forum but they don’t seem to apply to my site.
I’ve been building this website http://www.periperireizen.nl/2011/08/04/lesotho-drakensbergen/ and I want to remove “[number] days ago – posted in [category] – comments off”.
Does anyone know how I can do this?
And another problem I’m having is on the front page http://www.periperireizen.nl/ – the 4 images below it says “more”. I want to translate this. Who knows where I can do this?
Thanks in advance for your help!