Viewing 1 replies (of 1 total)
  • Plugin Author Andy Forsberg

    (@penguininitiatives)

    Gotta love it when someone describes themselves as “skeptical” in their username and is still “quite happy”! That’s great to hear!

    Currently, the only way to do that is to use the following PHP code to have it render wherever you’d like in your active theme’s template files:

    <?php
        if ( function_exists( 'get_Sexy_Author_Bio' ) ) {
            echo get_Sexy_Author_Bio();
        }
    ?>

    For a page that would usually be the page.php file and for a post that would usually be the single.php file.

Viewing 1 replies (of 1 total)
  • The topic ‘Moving box to top of page’ is closed to new replies.