File: C:/Apache24/htdocs/wp-content/themes/page-builder-framework/inc/template-parts/article-none.php
<?php
/**
* Article none.
*
* Is displayed if no post has been found.
*
* @package Page Builder Framework
* @subpackage Template Parts
*/
defined( 'ABSPATH' ) || die( "Can't access directly" );
echo '<h1 class="entry-title" itemprop="headline">' . apply_filters( 'wpbf_no_post_headline', __( "Oops, this article couldn't be found!", 'page-builder-framework' ) ) . '</h1>';
?>
<div class="entry-content" itemprop="text">
<?php echo '<p>' . apply_filters( 'wpbf_no_post_content', __( "Something went wrong.", 'page-builder-framework' ) ) . '</p>'; ?>
</div>