golden hour
/home/phakp/public_html/wp/wp-content/themes/fluida/content
⬆️ Go Up
Upload
File/Folder
Size
Actions
content-notfound.php
583 B
Del
OK
content-page.php
1.28 KB
Del
OK
content-status.php
1.29 KB
Del
OK
content.php
2.18 KB
Del
OK
landing-page.php
274 B
Del
OK
user-bio.php
1.47 KB
Del
OK
Edit: content-notfound.php
<?php /** * The default template for the not found section * * @package Fluida */ ?> <header class="content-search pad-container no-results" <?php cryout_schema_microdata( 'element' ); ?>> <h1 class="entry-title" <?php cryout_schema_microdata( 'entry-title' ); ?>><?php _e( 'Nothing Found', 'fluida' ); ?></h1> <div class="no-results-div"> <p <?php cryout_schema_microdata( 'text' ); ?>><?php printf( __( 'No search results for: <em>%s</em>', 'fluida' ), '<span>' . get_search_query() . '</span>' ); ?></p> <?php get_search_form(); ?> </div> </header><!-- not-found -->
Save