404 error
-
I am a senior, trying desperately to build a website focusing on fitness for like minded baby boomers and it has been a nightmare because I do not understand code at all and am so new at this. Your help would be greatly appreciated!
https://www.bfitwithrobert.com
I am having a problem with a 404 error on my page header.php. I was trying to activate Google Analitcs to verify ownership for SEO Youst . when I went to the page header in the editor menu it was empty! I then discovered the following message in the 404 template.
I am using the virtue premium theme. and I am uncertain of which version of WP I am using because I have updated it a couple of times.<div id=”pageheader” class=”titleclass”>
<div class=”container”>
<?php get_template_part(‘templates/page’, ‘header’); ?>
</div><!–container–>
</div><!–titleclass–><div id=”content” class=”container”>
<div class=”row”>
<div class=”main <?php echo kadence_main_class(); ?>” role=”main”>
<div class=”alert”>
<?php _e(‘Sorry, but the page you were trying to view does not exist.’, ‘virtue’); ?>
</div><p><?php _e(‘It looks like this was the result of either:’, ‘virtue’); ?></p>
- <?php _e(‘a mistyped address’, ‘virtue’); ?>
- <?php _e(‘an out-of-date link’, ‘virtue’); ?>
<?php get_search_form(); ?>
</div>
- The topic ‘404 error’ is closed to new replies.