<?php/** * Template part for displaying a message that posts cannot be found * * @link https://codex.wordpress.org/Template_Hierarchy * * @package WordPress * @subpackage Twenty_Seventeen * @since 1.0 * @version 1.0 */?><sectionclass="no-results not-found"><headerclass="page-header"><h1class="page-title"><?php_e('Nothing Found','twentyseventeen');?></h1></header><divclass="page-content"><?phpif(is_home()&¤t_user_can('publish_posts')):?><p><?phpprintf(__('Ready to publish your first post? <a href="%1$s">Get started here</a>.','twentyseventeen'),esc_url(admin_url('post-new.php')));?></p><?phpelse:?><p><?php_e('It seems we can’t find what you’re looking for. Perhaps searching can help.','twentyseventeen');?></p><?phpget_search_form();endif;?></div><!-- .page-content --></section><!-- .no-results -->