Here is code to add a “page 5″ to pagination bar:
<li class=”disabled”><a href=”#”>5</a></li>
Remove “disabled” and change to “active”
Replace x with page address.
Here is code to add a “page 5″ to pagination bar:
<li class=”disabled”><a href=”#”>5</a></li>
Remove “disabled” and change to “active”
Replace x with page address.