• Resolved kral0001

    (@kral0001)


    This is my site.

    It’s a child-theme from Twenty eleven. Where it says: “Postat 20 maj, 2013” in a post I would like to have the author displayed.

    I have tried using <?php $author = get_the_author(); ?> in content-single.php and in single.php, replacing the code that gets the date, but no success.

    I tried to do as in this thread: link

    Help me, please ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • the author is hidden by CSS if there is only one author in the site.

    add this to style.css of the child theme:

    .single-author .entry-meta .by-author {
    	display: inline;
    }
    Thread Starter kral0001

    (@kral0001)

    Oh, cool! Now it is displayed. Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Add auhtor to Twenty eleven’ is closed to new replies.