Topic: Previous / next links missing
Really pleased with this upgrade process - changing from 0.6.0 to 0.7.3 has been the simplest upgrade process yet, great work!
The only minor problem I've spotted with the whole process is that my next/previous links have vanished from one of my layouts for some reason.
Here's the code I was using...
<div class="postnav">
<?php if ($previous = $this->previous()): ?>
« <?php echo $previous->link(); ?> |
<?php endif; ?>
<a href="<?php echo URL_PUBLIC; ?>">Home</a>
<?php if ($next = $this->next()): ?>
| <?php echo $next->link(); ?> »
<?php endif; ?>
</div>Any idea why this might have broken guys?
Huge thanks again, I love Wolf more and more with each version ![]()

