![]() Server : LiteSpeed System : Linux premium84.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 User : claqxcrl ( 523) PHP Version : 8.1.32 Disable Function : NONE Directory : /home/claqxcrl/www/wp-content/themes/film-celebrity/template-parts/ |
<?php /** * Template part for displaying a message that posts cannot be found. * * @link https://codex.wordpress.org/Template_Hierarchy * * @package film-celebrity */ ?> <article class="blog-post" id="post-<?php the_ID(); ?>" <?php post_class(); ?>> <div class="post-content"> <div class="entry-content"> <?php if ( is_home() && current_user_can( 'publish_posts' ) ) : ?> <p class="padding-top-30"><?php printf( __( 'Ready to publish your first post? <a href="%1$s">Get started here</a>.', 'film-celebrity' ), esc_url( admin_url( 'post-new.php' ) ) ); ?></p> <?php elseif ( is_search() ) : ?> <p class="padding-top-30"><?php esc_html_e( 'Sorry, but nothing matched your search terms. Please try again with some different keywords.', 'film-celebrity' ); ?></p> <?php else : ?> <p class="padding-top-30"><?php esc_html_e( 'It seems we can’t find what you’re looking for. Perhaps searching can help.', 'film-celebrity' ); ?></p> <?php endif; ?> </div> </div> </article>