PATH:
var
/
www
/
vhosts
/
sandbox.dos-group.com
/
httpdocs
/
devicing
/
wp-content
/
themes
/
twentyfourteen
<?php /** * The template for displaying a "No posts found" message * * @package WordPress * @subpackage Twenty_Fourteen * @since Twenty Fourteen 1.0 */ ?> <header class="page-header"> <h1 class="page-title"><?php _e( 'Nothing Found', 'twentyfourteen' ); ?></h1> </header> <div class="page-content"> <?php if ( is_home() && current_user_can( 'publish_posts' ) ) : ?> <p> <?php /* translators: %s: Post editor URL. */ printf( __( 'Ready to publish your first post? <a href="%s">Get started here</a>.', 'twentyfourteen' ), admin_url( 'post-new.php' ) ); ?> </p> <?php elseif ( is_search() ) : ?> <p><?php _e( 'Sorry, but nothing matched your search terms. Please try again with some different keywords.', 'twentyfourteen' ); ?></p> <?php get_search_form(); ?> <?php else : ?> <p><?php _e( 'It seems we can’t find what you’re looking for. Perhaps searching can help.', 'twentyfourteen' ); ?></p> <?php get_search_form(); ?> <?php endif; ?> </div><!-- .page-content -->
[-] sidebar-footer.php
[open]
[-] comments.php
[open]
[+]
genericons
[+]
images
[-] author.php
[open]
[+]
page-templates
[-] content-none.php
[open]
[+]
css
[-] featured-content.php
[open]
[-] content-gallery.php
[open]
[-] functions.php
[open]
[-] 404.php
[open]
[-] content.php
[open]
[-] sidebar.php
[open]
[-] content-page.php
[open]
[-] rtl.css
[open]
[-] content-featured-post.php
[open]
[+]
..
[-] content-image.php
[open]
[-] single.php
[open]
[-] taxonomy-post_format.php
[open]
[+]
js
[-] category.php
[open]
[-] content-video.php
[open]
[-] content-audio.php
[open]
[-] image.php
[open]
[-] content-link.php
[open]
[-] page.php
[open]
[-] sidebar-content.php
[open]
[-] footer.php
[open]
[-] content-quote.php
[open]
[-] search.php
[open]
[-] content-aside.php
[open]
[-] archive.php
[open]
[-] header.php
[open]
[-] readme.txt
[open]
[+]
fonts
[-] screenshot.png
[open]
[-] index.php
[open]
[+]
inc
[-] tag.php
[open]
[-] style.css
[open]