'; if ( is_home() && current_user_can( 'publish_posts' ) ) { echo '
'; printf( /* translators: %s is Link to new post */ esc_html__( 'Ready to publish your first post? %s.', 'neve' ), sprintf( /* translators: %1$s is Link to new post, %2$s is Get started here */ '%2$s', esc_url( admin_url( 'post-new.php' ) ), esc_html__( 'Get started here', 'neve' ) ) ); echo '
'; } elseif ( is_search() ) { $this->render_search_none(); } else { $this->render_404(); } echo ''; comments_template(); } /** * Render Search 404. */ private function render_search_none() { echo ''; esc_html_e( 'Sorry, but nothing matched your search terms. Please try again with some different keywords.', 'neve' ); echo '
'; echo ''; esc_html_e( 'It seems we can’t find what you’re looking for. Perhaps searching can help.', 'neve' ); echo '
'; echo '