content-none.php (840B)
1 <div id="post-<?php the_ID();?>" <?php post_class(); ?>> 2 <div class="post-content-single"> 3 <h3 class="page-title"> 4 <?php _e('Nothing Found', 'materialis');?> 5 </h3> 6 <?php if (is_home() && current_user_can('publish_posts')): ?> 7 <p><?php printf(__('Ready to publish your first post? <a href="%1$s">Get started here</a>.', 'materialis'), esc_url(admin_url('post-new.php')));?></p> 8 <?php elseif (is_search()): ?> 9 <p><?php _e('Sorry, but nothing matched your search terms. Please try again with some different keywords.', 'materialis');?></p> 10 <?php get_search_form();?> 11 <?php else: ?> 12 <p><?php _e('It seems we can’t find what you’re looking for. Perhaps searching can help.', 'materialis');?></p> 13 <?php get_search_form();?> 14 <?php endif; ?> 15 </div> 16 </div>