How do I remove next page links
Posted: Thu Jun 14, 2007 5:17 pm
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
Thanks
Matt
Content management as it is meant to be
https://forum.cmsmadesimple.org/
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 -->