longname; ?>

"authordesc", "label" => __('Use SEO Ultimate Meta Description For Card'), "content" => ' ', ); $rows[] = array( "id" => "nofollow", "label" => __('Apply Nofollow'), "content" => ' ', ); $rows[] = array( "id" => "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 ' . ($opt['nofollow'] == 1 ? 'nofollow' : '') .'">' . $post_author->name . '

'; if (isset($opt['authordesc']) && $opt['authordesc'] == 1) { $content .= '

' . str_replace("\r\n", "

", str_replace("\r\n\r\n", "

", get_the_author_meta('author_desc'))) . '

'; } else { $content .= $post_author->description; } $content .= '
'; $content .= '
'; if( $post_author->twitter) $content .= ' Twitter '; if( $post_author->facebook) $content .= ' Facebook '; if( $post_author->gplus) $content .= ' Google+ '; if( $post_author->linkedin ) $content .= ' Linkedin '; if( $post_author->dribbble ) $content .= 'Dribbble '; if( $post_author->github ) $content .= 'Github'; $content .= '
'; } else { $opt = get_option('advanced_author_box'); $post_id = get_the_ID(); $post = get_post($post_id); $post_author = get_userdata( $post->post_author ); $post_author->name = $post_author->first_name . ' ' . $post_author->last_name; $content .=""; $content .= '
'. get_avatar( get_the_author_email(), '100' ) .'

Author: name) ) . '" rel="author external ' . ($opt['nofollow'] == 1 ? 'nofollow' : '') .'">' . $post_author->name . '

'; if (isset($opt['authordesc']) && $opt['authordesc'] == 1) { $content .= '

' . str_replace("\r\n", "

", str_replace("\r\n\r\n", "

", get_the_author_meta('author_desc'))) . '

'; } else { $content .= $post_author->description; } $content .= '
'; $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; } ?>