HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/MvAlphen/va-bo.nl/wwwroot/wp-content/themes/hattan/no-results.php
<div id="error">
    <div>
        <h1><?php _e('ooops...',EF1_THEME_NAME);?></h1>
        <p class="error-text">
            <?php if (is_home() && current_user_can('publish_posts')) : ?>
                <?php printf(__('Ready to publish your first post? <a href="%1$s">Get started here</a>.', EF1_THEME_NAME), esc_url(admin_url('post-new.php'))); ?>
            <?php elseif (is_search()) : ?>
                <?php _e('Sorry, but nothing matched your search terms. Please try again with some different keywords.', EF1_THEME_NAME); ?>
            <?php else : ?>
                <?php _e('It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps searching can help.', EF1_THEME_NAME); ?>
            <?php endif; ?>
        </p>
    </div>
</div>