slug.'" href="' . esc_url( get_category_link( $category->term_id ) ) . '" alt="' . esc_attr( sprintf( __( 'View all posts in %s', NECTAR_THEME_NAME), $category->name ) ) . '">' . esc_html( $category->name ) . ''; } echo trim( $output); } ?>

  • '.nectar_love('return').''; ?>
  • '; //facebook if(!empty($options['blog-facebook-sharing']) && $options['blog-facebook-sharing'] == 1) { echo ""; } //twitter if(!empty($options['blog-twitter-sharing']) && $options['blog-twitter-sharing'] == 1) { echo ""; } //google plus if(!empty($options['blog-google-plus-sharing']) && $options['blog-google-plus-sharing'] == 1) { echo " 0"; } //linkedIn if(!empty($options['blog-linkedin-sharing']) && $options['blog-linkedin-sharing'] == 1) { echo " "; } //pinterest if(!empty($options['blog-pinterest-sharing']) && $options['blog-pinterest-sharing'] == 1) { echo " "; } echo '
    '; } ?>
','

'); } $options = get_nectar_theme_options(); global $options; $blog_standard_type = (!empty($options['blog_standard_type'])) ? $options['blog_standard_type'] : 'classic'; if($blog_standard_type == 'minimal') $std_minimal_class = 'standard-minimal'; else $std_minimal_class = ''; echo '
'; if(have_posts()) : while(have_posts()) : the_post(); if ( floatval(get_bloginfo('version')) < "3.6" ) { //old post formats before they got built into the core get_template_part( 'includes/post-templates-pre-3-6/entry', get_post_format() ); } else { //WP 3.6+ post formats get_template_part( 'includes/post-templates/entry', get_post_format() ); } endwhile; endif; wp_link_pages(); global $options; if($theme_skin != 'ascend') { if( !empty($options['author_bio']) && $options['author_bio'] == true){ $grav_size = 80; $fw_class = null; ?>

'. __("More posts by",NECTAR_THEME_NAME) . ' ' .get_the_author().' '; } ?>
'; nectar_blog_social_sharing(); echo '
'; ?>