[ad_1]
I messed up, I made an edit to my Theme File Editor in the header and I don’t know how to undo it. mt header is now not rendering right.
My last back up was 4 weeks ago and I’d rather not restore it. – I know I should have backed this up first before I started making changes.
Can anyone see a fix to the code as to why this is not displaying?
<head>
<?php astra_head_top(); ?>
<meta charset="<?php bloginfo( 'charset' ); ?>">
<meta name="viewport" content="width=device-width, initial-scale=1">
<?php
if ( apply_filters( 'astra_header_profile_gmpg_link', true ) ) {
?>
<link rel="profile" href="https://gmpg.org/xfn/11">
<?php
}
?>
<?php wp_head(); ?>
<?php astra_head_bottom(); ?>
</head>
The page I need help with: [log in to see the link]
