How do I remove next page links

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
mattpitts74
Forum Members
Forum Members
Posts: 13
Joined: Thu Apr 12, 2007 10:47 pm

How do I remove next page links

Post by mattpitts74 »

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
User avatar
Nullig
Power Poster
Power Poster
Posts: 2380
Joined: Fri Feb 02, 2007 4:31 pm

Re: How do I remove next page links

Post by Nullig »

Either remove/comment out this section, or the parts you don't want, from your template:

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 -->
Nullig
Post Reply

Return to “CMSMS Core”