• Resolved gsoundsgood

    (@gsoundsgood)


    I wonder if there is any way within the theme options to remove post author from below post title, for example removing the “by admin” in
    “Posted on July 17, 2014 by admin in News // 0 Comments”

    Is there any easier option than creating a child theme?

    thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello gsoundsgood,

    thanks for using MH Magazine lite.

    No sorry, for the lite version of MH Magazine there is no option for this. But the premium version has options included to show/hide post meta data.

    You could only hide the “admin” with some CSS, but then you’ll still have the “by”.

    Regards,
    Michael

    Hey Themes

    Do you have a standart CSS script to remove author?
    We have some problems with some customers running your themes.
    Beacuse we are a SEO company Deducta SEO

    The customers really need this.
    Kind regrads
    North

    Sorry, it’s not really clear what you mean with “standard CSS script”….

    As just mentioned, you can hide the author with some CSS, but then you’ll still have the “by” showing up. You can hide the author like this:

    .single .author {
        display: none;
    }

    Thread Starter gsoundsgood

    (@gsoundsgood)

    Unfortunately, the CSS option is not viable in this case for the reason you highlight (the “by” would remain).

    I’ll proceed with a child theme. Thanks @mh Themes for your support.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Remove post author?’ is closed to new replies.