Hi There I have just installed CMS and wondered if it is possible to remove the next page links that appear at the bottom of every page?
Thanks
Matt
How do I remove next page links
-
mattpitts74
- Forum Members

- Posts: 13
- Joined: Thu Apr 12, 2007 10:47 pm
Re: How do I remove next page links
Either remove/comment out this section, or the parts you don't want, from your template:
Nullig
Code: Select all
<!-- Start relational links -->
<div class="hr"></div>
<div class="right49">
<p>{anchor anchor='main' text='^ Top'}</p>
</div>
<div class="left49">
<p>{cms_selflink dir="previous" label="Previous page: "} <br />
{cms_selflink dir="next"}</p>
</div>
<!-- End relational links -->
