D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
sadaunjx
/
public_html
/
wp-content
/
themes
/
newsplus1
/
Filename :
archive-no-content.php
back
Copy
<section class="site-section section-archive section-archive-none" role="main"> <header class="page-header"> <div class="page-header-inner"> <?php do_action('a4h_hook_archive_title_before'); ?> <h1 class="page-title"><?php echo a4h_archive_title(); ?></h1> </div> </header> <div class="content-inner"> <?php if ( is_search() ) { ?> <p><?php _e('Sorry, but nothing matched your search terms. Please try again with some different keywords.', THEME_TEXT_DOMAIN); ?></p> <?php } else { ?> <p><?php _e('It seems we can’t find what you’re looking for. Perhaps searching can help.', THEME_TEXT_DOMAIN); ?></p> <?php } ?> <?php get_search_form(); ?> <?php do_action('a4h_hook_404_end'); ?> </div> </section>