Viewing 3 replies - 1 through 3 (of 3 total)
  • I did this in the stylesheet.

    .entry-meta .author {
    	display: none;
    }

    In addition to hiding the author name, I want to remove the category and date from posts as well. is it a simple case of changing the above to

    .entry-meta .category {
    	display: none;
    }

    and

    .entry-meta .date {
    	display: none;
    }

    EDIT: The above works if anyone else needs to remove those as well.

    these are not present in the style sheet anywhere

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Author name’ is closed to new replies.