• Hi Jon,

    I have a small feature request for your plugin. I want to use your plugin on a multi-author site, but not all authors have their profile entered. This results in an empty ‘ugly’ box.

    Can you hide the author box when the description field is not entered by default (or make it an option).
    I’ve now manually entered the following line to enable this:

    // Determine if description is entered
    if(!empty($wp_about_author_author[‘description’])){
    }

    Keep up the good work!

    Cheers,
    Ingmar Verheij

    http://wordpress.org/extend/plugins/wp-about-author/

Viewing 1 replies (of 1 total)
  • Plugin Author Jon Bishop

    (@jonbishop)

    This is currently possible using the plugin’s built in filters. I’m working on some tutorials I’ll have up on my blog soon.

Viewing 1 replies (of 1 total)
  • The topic ‘Hide authors withouth description’ is closed to new replies.