Welcome Guest, Not a member yet? Register   Sign In
how to remove data-ci-pagination-page in pagegination codeigniter 3
#1

(This post was last modified: 11-30-2016, 10:54 PM by Khanh Minh.)

plz, help me to remove "data-ci-pagination-page" in pagigation codeigniter 3

change
Code:
<span class="page-link"><a href="tire.com" data-ci-pagination-page="2" rel="next">2</a></span>

into
Code:
<span class="page-link"><a href="tire.com" rel="nofollow">2</a></span>

tks in advance
Reply
#2

(11-30-2016, 09:05 PM)Khanh Minh Wrote: plz, help me to remove data-ci-pagination-page in pagigation codeigniter 3

Code:
<span class="page-link"><a href="tire.com" data-ci-pagination-page="2">2</a></span>


tks in advance

why removing?
Reply
#3

why not just answer?

I'd like to know as well
Reply
#4

(05-30-2017, 04:53 PM)kais Wrote: why not just answer?

I'd like to know as well

You need to overwrite the class,
https://www.codeigniter.com/user_guide/g...-libraries
Reply




Theme © iAndrew 2016 - Forum software by © MyBB