%1$s', // 1 esc_html__( 'Nothing Found', 'inspirelite' ) ); if ( is_home() && current_user_can( 'publish_posts' ) ) { printf('

%1$s %3$s.

', // 1 esc_html__( 'Ready to publish your first post ?', 'inspirelite' ), // 2 esc_url( admin_url( 'post-new.php' ) ), // 3 esc_html__( 'Get started here', 'inspirelite' ) ); }elseif ( is_search() ){ printf( '

%1$s

', // 1 esc_html__( 'Sorry, but nothing matched your search terms. Please try again with some different keywords.', 'inspirelite' ) ); get_search_form(); }else{ printf( '

%1$s

', // 1 esc_html__( 'It seems we can’t find what you’re looking for. Perhaps searching can help.', 'inspirelite' ) ); get_search_form(); }