• fastpenguin91

    (@fastpenguin91)


    Hi,

    I’m trying to fix a potential bug in the “author bio box” plugin. Currently, I have two authors on my site, so the author bio will be displayed a minimum of once. the bio will display twice if I set the bio to display with the plugin. The kind of pseudo code i’m looking for would be something like this:

    if ( author bio is already being displayed somewhere else on the site AND $settings[‘display’] == ‘posts’ ) {
    OVERRIDE the existing author bio with my version;
    }

    Currently if I set the option to display the post via the plugin it will display twice. Once because the theme is set to display it, and again because the plugin wants to display the bio.

  • The topic ‘how to check if author-bio is already being displayed?’ is closed to new replies.