name != ‘page’ ) {
global $post_format;
$post_format = get_post_format();
// Get the post formats supported by the theme
$supported_formats = get_theme_support( ‘post-formats’ );
if ( is_array( $supported_formats ) ) $supported_formats = $supported_formats[0];
if ( in_array( $post_format, $supported_formats ) ) {
// Get the post format loop file
get_template_part( ‘loop-post-formats’, $post_format );
// Stop this default posts loop
return;
}
}
?>
name == ‘page’ && $graphene_settings[‘hide_parent_content_if_empty’] && $post->post_content == ” ) : ?>
‘ . get_avatar( get_the_author_meta( ‘user_email’ ), 45 ) . ‘
‘;
}
?>
‘; email_link(); echo ‘
‘; }
?>
labels->singular_name ), ‘ (‘, ‘)’ ); ?>
name != ‘page’ && $graphene_settings[‘hide_post_author’] != true ) : ?>
‘;
printf( __( ‘by %s’, ‘graphene’ ), ‘‘ . apply_filters( ‘graphene_author_url’, $author_url ) . ‘‘ );
?>
name != ‘page’ && $graphene_settings[‘hide_post_author’] != true ) : ?>