Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Paging Buttons

Quote Reply
Paging Buttons
The following is the template global for my paging_options:

sub {
return {
max_pages => 25,
boundary_pages => 1,
style => 1,
};
}

There are 2 paging buttons, at the top of the page and the bottom of the page.
I would like to remove the paging button at the top of the page. How can I do this?
Any help will be much appreciated.

Leesa
Quote Reply
Re: [leesar] Paging Buttons In reply to
Look into category.html and you will find 2 paging tags
Code:
<%if paging.num_hits%><div class="paging"><%Links::Utils::paging()%></div><%endif%>
One above and one below the link loop.

Remove the top paging tag.

Hope this helps

Vishal
-------------------------------------------------------

Last edited by:

SWDevil.Com: Apr 15, 2007, 11:06 AM
Quote Reply
Re: [SWDevil.Com] Paging Buttons In reply to
Hi Vishal,

Thank you once again for your help. Solved my problem instantly.

Leesa
In Reply To: