• Hi there,

    I am currently setting up a copy of my blog on a self hosted solution. I downloaded the Motif theme and for some odd reason while on wordpress.com the same theme would show the author username next to the date it doesn’t do this on the .org version?

    Blog is running on: https://de.katzenworld.uk

    Thanks,

    Marc

Viewing 3 replies - 1 through 3 (of 3 total)
  • sacredpath

    (@sacredpath)

    Automattic Happiness Engineer

    Hi there, by default, Motif does not show the author on sites with only one author, but this can easily be overridden with the following CSS:

    .not-multi-author .entry-meta .author {
        display: inline;
    }

    Thanks this resolved the problem for me.

    One other question, the date and author is publishing in capitals, is it possible to change to lower case other than the first letter being capitalised? thanks

    Moderator Kathryn Presner

    (@zoonini)

    Hi warobbo – I’m not sure you’re still running Motif, but to make the date and author lowercase, you could try this in your child theme or custom CSS:

    .entry-meta .date a, .entry-meta .author a {
         text-transform: inherit;
    }
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Motif theme author name not showing?’ is closed to new replies.