Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #149405
    joshua
    Participant

    Third question: It’s great having the author in the heading of Posts, but in Pages it can be another thing. My “welcome” “contact us” and “privacy policy” pages are probably better off without an author listed on the heading. Is there a way to remove it?

    #149424
    joshua
    Participant

    I just created another site admin user to avoid this problem.

    #149446
    Skandha
    Participant

    @joshua: You can remove the author in pages using a bit of css code.
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .page .author.vcard {
    	display:none !important;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Remove Author in headings of Pages’ is closed to new replies.