Hi,
Our code for our blog is below:
<?php get_header(); ?>
<?php
if ( in_category('technical-blog')) : ?>
<div id="subpage-header-container">
<div id="subpage-header-content">
Reliable hardware - Trained Staff<br /><br />
<h1><strong>Technical Blog</strong></h1>
<img alt="Horizontal White Line" src="/wp-content/themes/vooservers/img/subpage-hr1.png" /><br /><br /><br />
<div class="breadcrumbs" xmlns:v="https://rdf.data-vocabulary.org/#">
<?php if(function_exists('bcn_display'))
{
bcn_display();
}?>
</div>
<span style="text-transform:none;display:none;"><em>You are here: Support / Technical Blog</em></span>
</div>
</div>
<div id="blogparent" >
<div itemscope itemtype="https://schema.org/Article" id="blogcontainer" style="min-height: 701px !important;">
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<span style="font-size: 20px;">
<div style="height: 80px; margin-bottom:20px; ">
<a href="<?php $author_id=$post->post_author; $user_info = get_userdata($author_id); echo $user_info->user_url; ?>"><?php the_author_image($author_id = null); ?></a>
<div style="padding-top:30px;">
By <a href="<?php $author_id=$post->post_author; $user_info = get_userdata($author_id); echo $user_info->user_url; ?>"><span itemprop="author" itemscope itemtype="https://schema.org/Person">
<span itemprop="name"><?php the_author(); ?></span></span></a></div>
<div id="date-published">
<p style="font-family: verdana, geneva; font-size: 16px;color: #404f5a;">
<strong>
<span itemprop="datePublished" content="<?php the_date('d-m-Y') ?>"><?php the_time('F jS, Y') ?></span><br />
</strong>
</p>
</div>
</div>
<div style="margin-bottom:20px;">
<strong>
<a style="font-family: verdana, geneva;color: #404f5a;text-decoration: none;" href="<?php the_permalink() ?>" rel="bookmark"><span itemprop="name"><?php the_title(); ?></span></a>
</strong>
</span>
</div> <span itemprop="articleBody"><p>
<?php the_advanced_excerpt(); ?>
</p></span>
<br>
<hr class="blog-break">
<?php endwhile; else: ?>
<p>
<?php _e('Sorry, no posts matched your criteria.'); ?>
</p>
<?php endif; ?>
<?php elseif (have_posts()) : while (have_posts()) : the_post(); ?>
<?php the_content(); ?>
<?php endwhile; else: ?>
<p>
<?php _e('Sorry, no posts matched your criteria.'); ?>
</p>
<?php endif; ?>
<div id="newsnavbutton-container">
<?php posts_nav_link(' · ','<div id="newsnavbutton"><p>Newer Posts</p></div>','<div id="newsnavbutton"><p>Older Posts</p></div>'); ?>
</div>
Its happening on all category pages, they all use similar php code to run.
Its probably worth me saying that we recently updated to 4.4.2 and the probably came about after the update