Edit File by line

Deprecated: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in /home/sportsfever/public_html/filemanger/function.php on line 93
/home/sportsfe.../httpdocs/clone/wp-conte.../themes/herald
File: template-full-width.php
<?php
[0] Fix | Delete
/**
[1] Fix | Delete
* Template Name: Full Width Page
[2] Fix | Delete
*/
[3] Fix | Delete
?>
[4] Fix | Delete
<?php get_header(); ?>
[5] Fix | Delete
[6] Fix | Delete
<div class="herald-section container herald-no-sid">
[7] Fix | Delete
<?php while ( have_posts() ) : the_post(); ?>
[8] Fix | Delete
<article id="post-<?php the_ID(); ?>" <?php post_class('herald-page'); ?>>
[9] Fix | Delete
<div class="row">
[10] Fix | Delete
<div class="col-lg-12">
[11] Fix | Delete
<?php
[12] Fix | Delete
$layout = herald_get_page_layout();
[13] Fix | Delete
herald_set_img_flag('full');
[14] Fix | Delete
?>
[15] Fix | Delete
<?php get_template_part('template-parts/page/head'); ?>
[16] Fix | Delete
<?php get_template_part('template-parts/page/fimg'); ?>
[17] Fix | Delete
<?php get_template_part('template-parts/page/content'); ?>
[18] Fix | Delete
<?php get_template_part('template-parts/page/extras'); ?>
[19] Fix | Delete
</div>
[20] Fix | Delete
</div>
[21] Fix | Delete
</article>
[22] Fix | Delete
<?php endwhile; ?>
[23] Fix | Delete
</div>
[24] Fix | Delete
[25] Fix | Delete
<?php get_footer(); ?>
[26] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function