URGENT: I made an error in the editing of the header.php

Posted in: Newspaper
Post count: 6

Hi,

I desperately need help on rectifying an error I seem to have made in my editor.

The following is the code for http://www.rousingthekop.com

<!doctype html >
<!–[if IE 8]> <html class=”ie8″ lang=”en”> <![endif]–>
<!–[if IE 9]> <html class=”ie9″ lang=”en”> <![endif]–>
<!–[if gt IE 8]><!–> <html <?php language_attributes(); ?>> <!–<![endif]–>
<head>
<meta name=”google-site-verification” content=”Sqc5Zv21aAPEJSdC00z8_XXjiIr1IXXOS2me030c7lM” />
<title><?php wp_title(‘|’, true, ‘right’); ?></title>
<meta charset=”<?php bloginfo( ‘charset’ );?>” />
<meta name=”viewport” content=”width=device-width, initial-scale=1.0″>
<link rel=”pingback” href=”<?php bloginfo( ‘pingback_url’ ); ?>” />

wp_head(); /** we hook up in wp_booster @see td_wp_booster_functions::hook_wp_head */
?>
</head>

<body <?php body_class() ?> itemscope=”itemscope” itemtype=”<?php echo td_global::$http_or_https?>://schema.org/WebPage”>

<?php /* scroll to top */?>
<div class=”td-scroll-up”><i class=”td-icon-menu-up”></i></div>

<?php locate_template(‘parts/menu-mobile.php’, true);?>
<?php locate_template(‘parts/search.php’, true);?>

<div id=”td-outer-wrap”>
<?php //this is closing in the footer.php file ?>

<?php
/*
* loads the header template set in Theme Panel -> Header area
* the template files are located in ../parts/header
*/
td_api_header_style::_helper_show_header();

do_action(‘td_wp_booster_after_header’); //used by unique articles

Post count: 9544

Simplest thing is to re-upload the header.php file from the download zip file.

Post count: 6

Hi,

Thanks for your reply. What would the exact name of the file be called and is a simple case of copy and paste?

Best,

Mike

Post count: 20688

Hi,

The file you need is the header.php located in the main theme folder
https://www.screencast.com/t/r0f2OvFfBFL
Copy it and replace the one in your theme install.

Thanks

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.