How can put url for link number 1 like other links, in codeigniter pagination, when start(refresh) page
« First < 1 2 3 4 5 > Last »
by default number 1 is <strong>1</strong>. i want it same like other number get link page in first load page.
How is it?
It’s in the config for pagination.
From the docs ( http://codeigniter.com/user_guide/libraries/pagination.html ):
You can change the values of these to
<span>or whatever else you choose.