HEX
Server: Apache
System: Linux server-674799.igrow.ws 5.14.0-611.27.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Feb 4 04:40:11 EST 2026 x86_64
User: elrashedytravel (1025)
PHP: 8.1.34
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/elrashedytravel/public_html/wp-content/themes/law-office-lite/no-results.php
<?php
/**
 * The template part for displaying a message that posts cannot be found.
 *
 * @package Law Office Lite
 */
?>
<div class="col-12">
    <h2 class="entry-title-result mb-2">
        <?php echo esc_html(get_theme_mod('law_office_lite_no_results_title', __('Nothing Found', 'law-office-lite'))); ?>
    </h2>
</div>
<div class="col-12 mb-3">
    <?php if (is_home() && current_user_can('publish_posts')) : ?>
        <p>
            <?php printf(
                esc_html__('Ready to publish your first post? Get started %s.', 'law-office-lite'),
                '<a href="' . esc_url(admin_url('post-new.php')) . '">' . esc_html__('here', 'law-office-lite') . '</a>'
            ); ?>
        </p>
    <?php elseif (is_search()) : ?>
        <p class="mb-2">
            <?php echo esc_html(get_theme_mod('law_office_lite_no_results_content', __('Sorry, but nothing matched your search terms. Please try again with some different keywords.', 'law-office-lite'))); ?>
        </p>
        <br />
        <div class="result-search">
            <?php get_search_form(); ?>
        </div>
    <?php else : ?>
        <p>
            <?php esc_html_e('Don\'t worry&hellip; it happens to the best of us.', 'law-office-lite'); ?>
        </p>
        <br />
        <div class="error-btn-result">
            <a class="view-more-result" href="<?php echo esc_url(home_url()); ?>">
                <?php esc_html_e('Back to Home Page', 'law-office-lite'); ?>
                <span class="screen-reader-text">
                    <?php esc_html_e('Back to Home Page', 'law-office-lite'); ?>
                </span>
            </a>
        </div>
    <?php endif; ?>
</div>