Something like that. But instead of one post at a time, a page of several posts at a time.
On Dec 22, 4:44 pm, "Michael C. Harris" <[email protected]> wrote: > Is something like this what you're after, from the Connections theme: > > <?php if ( $previous = $post->descend() ): ?> > <div class="previous"> > « <a href="<?php echo $previous->permalink ?>" title="<?php > echo $previous->slug ?>"><?php echo $previous->title ?></a> > </div> > <?php endif; ?> > <?php if ( $next = $post->ascend() ): ?> > <div class="next"> > <a href="<?php echo $next->permalink ?>" title="<?php echo > $next->slug ?>"><?php echo $next->title ?></a> » > </div> > <?php endif; ?> -- To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/habari-users
