HEX
Server: LiteSpeed
System: Linux s17246.sgp1.stableserver.net 5.14.0-611.45.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Apr 1 05:56:53 EDT 2026 x86_64
User: mykopera (1210)
PHP: 8.2.31
Disabled: NONE
Upload Files
File: /home/mykopera/public_html/kpnj/wp-content/themes/vw-hospital-lite/no-results.php
<?php
/**
 * The template part for displaying a message that posts cannot be found.
 *
 * Learn more: http://codex.wordpress.org/Template_Hierarchy
 *
 * @package VW Hospital Lite
 */
?>
<header>
	<h2 class="entry-title"><?php echo esc_html(get_theme_mod('vw_hospital_lite_no_results_page_title',__('Nothing Found','vw-hospital-lite')));?></h2>
</header>

<?php if ( is_home() && current_user_can( 'publish_posts' ) ) : ?>
	<p><?php printf( esc_html__( 'Ready to publish your first post? Get started here.', 'vw-hospital-lite' ), esc_url( admin_url( 'post-new.php' ) ) ); ?></p>
	<?php elseif ( is_search() ) : ?>
		<p><?php echo esc_html(get_theme_mod('vw_hospital_lite_no_results_page_content',__('Sorry, but nothing matched your search terms. Please try again with some different keywords.','vw-hospital-lite')));?></p>
		<?php get_search_form(); ?>
	<?php else : ?>
		<p><?php esc_html_e( 'Dont worry&hellip it happens to the best of us.', 'vw-hospital-lite' ); ?></p><br />
		<div class="read-moresec">
			<div><a href="<?php echo esc_url(home_url()); ?>" class="button hvr-sweep-to-right"><?php esc_html_e( 'Back to Home Page', 'vw-hospital-lite' ); ?><span class="screen-reader-text"><?php esc_html_e( 'Back to Home Page','vw-hospital-lite' );?></span></a></div>
		</div>
<?php endif; ?>