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

    (@penguininitiatives)

    You would need to add Sexy Author Bio to the template for individual recipes manually using the following PHP code:

    <?php 
        if ( function_exists( 'get_Sexy_Author_Bio' ) ) {
            echo get_Sexy_Author_Bio();
        }
    ?>
Viewing 1 replies (of 1 total)
  • The topic ‘Working w/WP Ultimate Recipe’ is closed to new replies.