get_template_part( 'frontend/header', null, $args ); ?>
frontend->post_format ) { $post_formats = get_post_format_strings(); if ( $args['friend_user'] ) { echo esc_html( sprintf( // translators: %s is the name of an author. __( '%1$s hasn\'t posted anything with the post format %2$s yet!', 'friends' ), get_the_author(), $post_formats[ $args['friends']->frontend->post_format ] ) ); ?> frontend->post_format ] ) ); ?> get_total() > 0 ) { Friends\Friends::template_loader()->get_template_part( 'frontend/no-posts' ); } else { Friends\Friends::template_loader()->get_template_part( 'frontend/no-friends' ); } } ?>
get_template_part( 'frontend/footer', null, $args );