
Donna
Staff
/ Moderator

Oct 18, 2007, 1:57 PM
Post #2 of 2
(2811 views)
Shortcut
|
|
Re: [wendy] Prev and Next showing up even when they aren't needed
[In reply to]
|
Can't Post
|
|
Hi Wendy! There's actually a different templatecell for each prev/next section, both needed & unneeded. I've copied the default code for them here:
<!-- template insert : $prev$ --> <!-- templatecell : prev --> <a href="$prev_url$"><< prev</a> <!-- /templatecell : prev --> <!-- templatecell : no_prev --> <span><< prev</span> <!-- /templatecell : no_prev --> <!-- template insert : $next$ --> <!-- templatecell : next --> <a href="$next_url$">next >></a> <!-- /templatecell : next --> <!-- templatecell : no_next --> <span>next >></span> <!-- /templatecell : no_next --> <!-- template insert : $more$ --> <!-- templatecell : more --> <a href="$more_url$">More Headlines</a> <!-- /templatecell : more --> <!-- templatecell : no_more --> <!-- /templatecell : no_more --> As you can see, there's a different cell for "no_prev" and "no_next" -- I'm guessing that in those cells, you've got the same as the "next" and "prev" templatecells. Try editing your templates so that it looks more like what I've got above, and that should fix it up for you. :) Donna -- support@interactivetools.com
|