vicavr
Forum Replies Created
-
Forum: Plugins
In reply to: [Ad Inserter - Ad Manager & AdSense Ads] Insert Between PostsThanks Spacetime, works like a charm!
All the best!
Forum: Fixing WordPress
In reply to: Crawl error – 404 Page not foundContacted them but got no response, as the plugin isn’t very popular.
But wanted to ask about the actual pages now, what should I do with them? Shall i create redirects to all of them to the normal pages or leave them like this and the search engines will delete them from index?
As now I have 4 times more pages not found than the actual website posts and that could have a big impact on serps.
Thank you
Forum: Fixing WordPress
In reply to: Crawl error – 404 Page not foundOk, will do.
Thank you for the guidance
Forum: Fixing WordPress
In reply to: Crawl error – 404 Page not foundHello James, thanks for your reply.
And yes, I am using that plugin. Has anything to do with it?
Forum: Fixing WordPress
In reply to: Crawl error – 404 Page not foundup
Forum: Fixing WordPress
In reply to: Crawl error – 404 Page not foundJust to make it easier, this is the code from my header.php. I tried replacing the blog title, or title with my own choice, however it still won’t appear in there.
Any help and suggestion would be very much appreciated.<!DOCTYPE html>
<html class=”no-js” <?php language_attributes(); ?>>
<head profile=”https://gmpg.org/xfn/11″>
<meta http-equiv=”Content-Type” content=”<?php bloginfo(‘html_type’); ?>; charset=<?php bloginfo(‘charset’); ?>” />
<meta name=”viewport” content=”width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no” ><?php wp_head(); ?>
<html>
<head>
<meta name=”msvalidate.01″ content=”686175E22C2C7DB06410F09315372C77″ /></head>
</html>
</head><body <?php body_class(); ?>>
<div class=”navigation”>
<div class=”section-inner”>
<ul class=”main-menu”>
<?php if ( has_nav_menu( ‘primary’ ) ) {
wp_nav_menu( array(
‘container’ => ”,
‘items_wrap’ => ‘%3$s’,
‘theme_location’ => ‘primary’,) ); } else {
wp_list_pages( array(
‘container’ => ”,
‘title_li’ => ”));
} ?>
<li class=”header-search”>
<form method=”get” class=”search-form” id=”search-form” action=”<?php echo esc_url( home_url( ‘/’ ) ); ?>”>
<input type=”search” class=”search-field” name=”s” placeholder=”<?php _e(‘Search Form’,’hitchcock’); ?>” />
<div class=”fa fw fa-search”></div>
</form><div class=”clear”></div>
</div> <!– /section-inner –>
<div class=”nav-toggle”>
<div class=”bars”>
<div class=”bar”></div>
<div class=”bar”></div>
<div class=”bar”></div>
</div></div> <!– /nav-toggle –>
<div class=”mobile-navigation”>
<ul class=”mobile-menu”>
<?php if ( has_nav_menu( ‘primary’ ) ) {
wp_nav_menu( array(
‘container’ => ”,
‘items_wrap’ => ‘%3$s’,
‘theme_location’ => ‘primary’,) ); } else {
wp_list_pages( array(
‘container’ => ”,
‘title_li’ => ”));
} ?>
<?php get_search_form(); ?>
</div> <!– /mobile-navigation –>
</div> <!– /navigation –>
<div class=”header-image” style=”background-image: url(<?php if (get_header_image() != ”) : ?><?php header_image(); ?><?php else : ?><?php echo get_template_directory_uri() . ‘/images/bg.jpg’; ?><?php endif; ?>);”></div>
<div class=”header section-inner”>
<?php if ( get_theme_mod( ‘hitchcock_logo’ ) ) : ?>
<?php else : ?>
<h1 class=”blog-title”>
” title=”<?php echo esc_attr( get_bloginfo( ‘title’ ) ); ?> — <?php echo esc_attr( get_bloginfo( ‘description’ ) ); ?>” rel=”home”><?php echo esc_attr( get_bloginfo( ‘title’ ) ); ?>
</h1><?php endif; ?>
<?php if ( get_bloginfo(‘description’) ) : ?>
<p class=”blog-description”><?php echo bloginfo(‘description’); ?></p>
<?php endif; ?>
<?php if ( has_nav_menu( ‘social’ ) ) : ?>
<ul class=”social-menu”>
<?php
wp_nav_menu(
array(
‘theme_location’ => ‘social’,
‘container’ => ”,
‘container_class’ => ‘menu-social’,
‘items_wrap’ => ‘%3$s’,
‘menu_id’ => ‘menu-social-items’,
‘menu_class’ => ‘menu-items’,
‘depth’ => 1,
‘link_before’ => ‘<span class=”screen-reader-text”>’,
‘link_after’ => ‘</span>’,
‘fallback_cb’ => ”,
)
);
?><!– /social-menu –>
<?php endif; ?>
</div> <!– /header –>