Viewing 10 replies - 1 through 10 (of 10 total)
  • Add in style.css

    .author {
    display: none;
    }

    Don’t make changes to theme files — or all your changes will be overwritten when the theme is updated. Use a child theme or a custom CSS option or plug-in. Then add the above code to the new file.

    Theme Author bradthomas127

    (@bradthomas127)

    Use the custom CSS option in Leaf options and add what WP Bum said or if you would like to remove that whole line add this:
    footer.entry-meta { display: none; }

    Thread Starter streetnet

    (@streetnet)

    thanks for help

    Theme Author bradthomas127

    (@bradthomas127)

    @streetnet – I just fixed the homepage sidebar titles so they will be fixed on the next update to look like the sidebar titles on the other pages.

    is there a way to just remove the whole posted by: admin. when i use the css code. it only removes the name. i want posted by: admin removed. all together. but the categories and date to be there.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Fast4u,
    If you’re not contributing towards the original poster, you should create your own thread on the issue. If necessary, refer to this thread.

    ok will do

    Hi!
    How can I remove ‘Posted by Admin’ and ‘date’ from only a specific one category?

    Tnk!
    Dario

    The custom css to remove “Posted by [Author]” rather than just “[Author]” is

    .posted-by {
    display: none;
    }

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘remove Posted by Admin’ is closed to new replies.