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/wp-conte.../plugins/themify-.../plugin/tpl
File: page-template-blank.php
<?php
[0] Fix | Delete
/**
[1] Fix | Delete
* Blank Page Template
[2] Fix | Delete
*
[3] Fix | Delete
* Template used when Blank Canvas option is enabled for a page. Disables most everything from the active theme.
[4] Fix | Delete
*
[5] Fix | Delete
* @package Themify Builder
[6] Fix | Delete
*/
[7] Fix | Delete
?>
[8] Fix | Delete
<!doctype html>
[9] Fix | Delete
<html <?php language_attributes(); ?>>
[10] Fix | Delete
<head>
[11] Fix | Delete
<meta charset="<?php bloginfo( 'charset' ); ?>" />
[12] Fix | Delete
<meta name="viewport" content="width=device-width, initial-scale=1" />
[13] Fix | Delete
<?php wp_head(); ?>
[14] Fix | Delete
</head>
[15] Fix | Delete
[16] Fix | Delete
<body <?php body_class(); ?>>
[17] Fix | Delete
<?php wp_body_open(); ?>
[18] Fix | Delete
[19] Fix | Delete
<?php while ( have_posts() ) : the_post(); ?>
[20] Fix | Delete
[21] Fix | Delete
<?php the_content(); ?>
[22] Fix | Delete
[23] Fix | Delete
<?php endwhile; ?>
[24] Fix | Delete
[25] Fix | Delete
<?php wp_footer(); ?>
[26] Fix | Delete
[27] Fix | Delete
</body>
[28] Fix | Delete
</html>
[29] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function