Your IP : 216.73.216.164


Current Path : /var/www/html/anwc/wp-content/themes/eventchamp/include/formats/
Upload File :
Current File : /var/www/html/anwc/wp-content/themes/eventchamp/include/formats/content-none.php

<?php
/*
	* The template used for displaying no content
*/
?>

<div class="post-list single-list">
	<article class="none-content-list clearfix">
		<div class="post-wrapper">
			<div class="post-content">
				<div class="content-title-element">
					<h1 class="title"><?php esc_html_e( 'No Content', 'eventchamp' ); ?></span></h1>
					<div class="separate">
						<i class="fa fa-cube" aria-hidden="true"></i>
					</div>
				</div>
				<?php if ( is_home() && current_user_can( 'publish_posts' ) ) : ?>
				
					<?php $get_started_here = esc_html__( 'Get started here.', 'eventchamp' ); ?>

					<p class="text-center"><?php printf( esc_html__( 'Ready to publish your first post?', 'eventchamp' ) . ' <a href="%s">' . $get_started_here . '</a>', admin_url( 'post-new.php' ) ); ?></p>

				<?php elseif ( is_search() ) : ?>

					<p class="text-center"><?php esc_html_e( 'Sorry, but nothing matched your search terms. Please try again with different keywords.', 'eventchamp' ); ?></p>
					
					<div class="content-none-search">
						<?php get_search_form(); ?>
					</div>
				
				<?php else : ?>

					<p class="text-center"><?php esc_html_e( 'It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps searching can help.', 'eventchamp' ); ?></p>
					<div class="content-none-search">
						<?php get_search_form(); ?>
					</div>

				<?php endif; ?>
			</div>
		</div>
	</article>
</div>