Show different number of members on different pages?

Is it possible to show a different number of sites on different pages? For example, the first page of the rankings would show the first 10 members and any additional pages would show 25 or whatever I choose.
 

Mark

Administrator
Staff member
not possible without creating a custom plugin, but coding this behavior might cause issues with pagination calculations etc.
 

Mark

Administrator
Staff member
hmm thats an odd one, sounds like your pagination elements have the wrong "floats", have a look in your css pagination class, where you see float: right; or float: left; change it to the opposite.
 
Top