Displaying Content on the First Page Only
By Paul
By Paul
You can use {CURRENTPAGE} to find out what page you're on. To show something only on the first page thus involves placing this conditional in the 'show articles in category' template:
The same can be used for the view comments template to show something on only the first page of a comments thread.
<IF {CURRENTPAGE} is 1>your stuff here</IF>
The same can be used for the view comments template to show something on only the first page of a comments thread.
Rate this article:
Submitted: 08/30/07 (Edited 08/31/07)
Description: How to show certain HTML when on page 1, but not any other page of a category.
Views:
109 views. Averaging 0 per day.
In the most recent 30 day period, there've been 1 views.

Print
E-Mail