Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter paulgian

    (@paulgian)

    to be clear, the line i am referring to is below the related posts section.

    You’d need to create a custom version of the twentyeleven_posted_on() function in your child’s functions.php file. you should be able to get away with just using:

    function twentyeleven_posted_on() {
    }

    but I’ve not tested it myself.

    i am on a child theme in twenty eleven

    you are not;
    just be aware that an unedited default theme Twenty Eleven is important in case of problems.
    you are also going to loose all customisations if you upgrade the theme.

    once you have created a child theme, somebody might be able to help with your problem.

    I have been trying to remove the “Posted in” tag for a few days now, I have tried many codes in functions, content-single, and style files but nothing seems to work! I am working in Twenty Eleven Child theme. The code provided above (also see below) is the only one that seems to remove tags from the posts however, it also removes the date tag which I’d like to keep. Can anyone help me with this please?

    function twentyeleven_posted_on() {
    }

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Remove "posted in…." from pages.’ is closed to new replies.