Current Path : /var/www/ya/wp-content/themes/youthy/ |
Current File : /var/www/ya/wp-content/themes/youthy/404.php |
<?php get_header(); // Get theme options $image_404 = get_theme_mod( 'image_404' ); ?> <article class="post<?php if ( $image_404 ) { echo " image-present"; } ?>"<?php if ( $image_404 ) { ?>style="background-image: url(<?php echo esc_url( $image_404 ); ?>);"<?php } ?>> <h1 class="large"> <?php echo esc_attr( get_theme_mod( 'text_404_title' , __( '404' , 'meanthemes' ) ) ); ?> </h1> <div class="inner"> <p><?php echo esc_attr ( get_theme_mod( 'text_404_content' , __( 'Sorry we cannot find that page, why not use the search below.' , 'meanthemes' ) ) ); ?></p> <p></p> <?php get_search_form(); ?> </div> </article> <?php // Load Homepage widgets if ( is_active_sidebar('pnf-widgets') ) { if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('pnf-widgets')); } ?> <?php get_footer(); ?>