• 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 https://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 https://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!

Viewing 2 replies - 1 through 2 (of 2 total)
  • 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.

    Thread Starter Grafnik

    (@grafnik)

    That’s gone – many thanks equalmark! ??

    More is not mentioned in home.php. Any more ideas where I could find it?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove date, category and comments off’ is closed to new replies.