Hi there, I am working with the magazine layout to customise it to try and make it more like the Origami style. I am adding in post hits using the code:
<div class="col-cell eb-post-hits">
<i class="fa fa-eye"></i> <?php echo JText::sprintf('COM_EASYBLOG_POST_HITS', $post->hits);?>
</div>
I have copied this from the main template file. It works fine for the grid elements in the Magazine layout but for the main "showcase" header article it doesn't find the post hits, is this a different reference?