get_template_part( 'frontend/header', $args['post_format'], $args ); $show_welcome = isset( $args['show_welcome'] ) && $args['show_welcome']; ?>
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', $args['post_format'], $args ); } else { Friends\Friends::template_loader()->get_template_part( 'frontend/no-friends', $args['post_format'], $args ); } } ?>
get_template_part( 'frontend/footer', $args['post_format'], $args );