Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. Go to the file location
  2. templates/shaper_helixultimate/html/com_content/category/blog_item.php
  3.  
  4. Find out the code
  5. [code type="php"]
  6.  <?php echo JLayoutHelper::render('joomla.content.info_block', array('item' => $this->item, 'params' => $params, 'position' => 'above', 'intro' => true)); ?>
  7. [/code]
  8.  
  9. And replace with this code
  10. [code type="php"]
  11. <?php echo JLayoutHelper::render('joomla.content.info_block.block', array('item' => $this->item, 'params' => $params, 'position' => 'above')); ?>
  12. [/code]