longname; ?>

"avatarsize", "label" => __('Avatar Size'), "content" => 'px', ); $rows[] = array( "id" => "maincss", "label" => __('Main CSS Style'), "content" => '', ); $rows[] = array( "id" => "ampcss", "label" => __('AMP CSS Style'), "content" => '', ); $table = $this->form_table($rows); $this->postbox('breadcrumbssettings',__($this->longname), $table.'
') ?>
WebDesires - Web Development
Looking for a developer?
Professional UK WordPress Web Development Company
plugin_like(); $this->plugin_support(); $this->wd_knowledge(); $this->wd_news(); ?>



post_author ); $post_author->name = $post_author->first_name . ' ' . $post_author->last_name; //$post_author = $this->get( 'post_author' ); $content .= '
'. get_avatar( $post_author->user_email, '100' ) .'

Author: name) ) . '" rel="author external">' . $post_author->name . '

'. $post_author->description .'
'; } else { $opt = get_option('advanced_author_box'); $content .=""; $content .= '
'. get_avatar( get_the_author_email(), '100' ) .'

Author: '. get_the_author_link('display_name',get_query_var('author') ) .'

'. get_the_author_meta('description',get_query_var('author') ) .'
'; $content .= '
'; if( get_the_author_meta('twitter',get_query_var('author') ) ) $content .= ' Twitter '; if( get_the_author_meta('facebook',get_query_var('author') ) ) $content .= ' Facebook '; if( get_the_author_meta('gplus',get_query_var('author') ) ) $content .= ' Google+ '; if( get_the_author_meta('linkedin',get_query_var('author') ) ) $content .= ' Linkedin '; if( get_the_author_meta('dribbble',get_query_var('author') ) ) $content .= ' Dribbble '; if( get_the_author_meta('github',get_query_var('author') ) ) $content .= ' Github'; $content .= '
'; } } return $content; } ?>