: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in
* Template Name: Full Width Page
<div class="herald-section container herald-no-sid">
<?php while ( have_posts() ) : the_post(); ?>
<article id="post-<?php the_ID(); ?>" <?php post_class('herald-page'); ?>>
$layout = herald_get_page_layout();
herald_set_img_flag('full');
<?php get_template_part('template-parts/page/head'); ?>
<?php get_template_part('template-parts/page/fimg'); ?>
<?php get_template_part('template-parts/page/content'); ?>
<?php get_template_part('template-parts/page/extras'); ?>