• Hello folk.I am a bit (OK,VERY MUCH) of a WP noobie..

    I can get my head around code if it’s suggested to me,but I can’t seem to work out how to remove the “Posted On” “Date” and “Posted in Uncategorised” link in twentyeleven.

    I’ve found where “posted on” is within the functions.php page,but when I edit it,I get a syntax error.

    Can anyone tell me how to do this please?I’ve tried a fix from twentyten and crashed it!!

    Thanks loads

    Andy

Viewing 2 replies - 1 through 2 (of 2 total)
  • You should check out how to make child themes if you do not know that already.

    Then you might try adding the following CSS code in your child theme’s style.css:

    .entry-meta {
    display: none;
    }

    If you do no not use a child theme (which I do not recommend), put this at the end of your twenty eleven theme’s style.css file.

    Thread Starter Andy Woggle

    (@andy-woggle)

    Ta for the reply..I’ve sussed it and made a child theme already now.
    Sorry,totally forgot to say RESOLVED..

    *accepts slap on wrist*

    Thanks for reply though

    A

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Twenty Eleven remove Posted by/Uncategorised’ is closed to new replies.