Remove Author

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #426
    Anonymous
    Guest

    How can I remove the author area below post title and on the blog homepage. I don’t see how to get it out of the loop. I need to remove the author vcard.

    #1099
    admin
    Participant

    Hello,

    Are you talking about Author Box which is appearing on Single Post pages ?

    Waiting for your response.

    #1100
    emcham
    Participant

    I would also like to know the answer to this question. I am referring to removing this:

    [ATTACH=full]91[/ATTACH]

    #1101
    admin
    Participant

    Hello,
    Please follow the simple steps to remove author.

    Go to `Appearance > Prana Options > Extend Settings`
    Use the following CSS Code Snippet in the Custom Styles and select “yes” for Use Custom Styles
    Save Changes

    .entry-date+.entry-meta-sep,
    .entry-author {
    display: none;
    }[/CODE]

    Thanks[CODE].entry-date+.entry-meta-sep,
    .entry-author {
    display: none;
    }[/CODE]

    Thanks

    #1102
    emcham
    Participant

    Thank you!

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.