Support » Fixing WordPress » display author bio

  • Mamphey

    (@mamphey)


    I have bee using the instructions below (which i found on the forum to try and display post author / user’s “biographical info” at the end of post. But is simply not working. Infact adding the functions.php file to the child theme results in the site not displaying at all.

    does anyone know a better way of achieving this please?

    Thanks

    Sam (instructions used as indicated below)

    TwentyTwelve has that, but it’s too smart, it will appear only if you got at least 2 authors in that site. There are 3 ways I can think of to make it appear.

    1.
    Just register another user and publish at least one post and there you got it.

    2.
    Copy over content.php to your childtheme and delete out this
    && is_multi_author() in around line 47

    3.
    Put this add_filter( ‘is_multi_author’, ‘__return_true’ );
    in your childtheme’s function.php

  • The topic ‘display author bio’ is closed to new replies.