UPDATES EasyBlog 6.0.11 Released! Update to the latest version now!

Helpdesk

Your Time
Our Time
Response Time
24 — 48 hours
We strive to provide the fastest ever response possible. However, we are not super beings.

Allow at least 24 — 48 hours
  Support is offline
It is currently off working hours and most of us aren't around

Rest assured that we will get back to you as soon as the day starts tomorrow!
  Support is offline

Created date showing today's date on blog posts

Rowan Hoskyns Abrahall · ·
6:05 PM Wednesday, 13 August 2014
None
Hi,

I am using a modified version of origami here - http://www.spaceist.co.uk/blog

The created date shows fine on the frontpage but when you go into a post it shows todays date.

Here's the code from the template override I've included the author call to show you the whole div


<div style="float:right; padding-right:20px;">
<?php if( $this->getParam( 'show_created_date' ) ){ ?>
<!-- Creation date -->
<span class="blog-created">
<time datetime="<?php echo $this->formatDate( '%Y-%m-%d' , $row->{$this->getParam( 'creation_source')} ); ?>">
<span style="text-transform:uppercase"><?php echo $this->formatDate( $system->config->get('layout_dateformat') , $row->{$this->getParam( 'creation_source')} ); ?></span>
</time>
</span>
<?php } ?>
<?php if( $this->getParam( 'show_author') ){ ?>

<span class="blog-author" style="text-transform:uppercase;text-align:right;">

\ <?php echo JText::_( 'COM_EASYBLOG_BY' );?> <a href="/<?php echo $blog->blogger->getProfileLink(); ?>" itemprop="author"><?php echo $blog->blogger->getName(); ?></a>

</span>

<?php } ?>

</div>


Can't figure out what I've done wrong.

Thanks

Rowan
The replies under this section are restricted to logged in users or users with an active subscription with us