HEX
Server: Apache
System: Linux linplesk41.pumo.com.tw 3.10.0-962.3.2.lve1.5.27.el7.x86_64 #1 SMP Sat Nov 30 02:18:52 EST 2019 x86_64
User: rajlaw (10192)
PHP: 7.4.24
Disabled: phpinfo,passthru,exec,shell_exec,system,popen,proc_open,proc_close,show_source,pcntl_exec,escapeshellcmd,proc_get_status,proc_nice,proc_terminate,escapeshellarg
Upload Files
File: /home/httpd/vhosts/rajlaw.com.tw/httpdocs/wp-content/themes/pool-services-lite/no-results.php
<?php
/**
 * The template part for displaying a message that posts cannot be found.
 *
 * @package Pool Services Lite
 */
?>

<h2 class="entry-title"><?php echo esc_html(get_theme_mod('pool_services_lite_no_results_page_title',__('Nothing Found','pool-services-lite')));?></h2>

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