0

I have a Wordpress blog module installed on my Opencart 2.2.0.0 site. Links are working, but it does not show the thumbnail pictures related to the specific articles. GTmetrix shows 404/410 error. How can I solve 404/410 errors without turning off the module?

I checked the .php and .tpl files. It seems okay for me (I am not an expert...)

    <?php foreach($blogs as $blog){ ?>
  <div class="product-layout col-lg-3 col-md-3 col-sm-6 col-xs-12">
    <div class="product-thumb transition" style="height:138px;">
      <div class="image" ><a href="<?php echo $blog['href']; ?>"><img style="height:130px;" src="<?php echo $blog['thumb']; ?>" alt="<?php echo $blog['name']; ?>" title="<?php echo $blog['title']; ?>" class="img-responsive" /></a></div>
      </div>

Footer of the site

Jani
  • 1
  • 3

0 Answers0