WordPress
by CSS:
[aria-current="page"] {
style
}
Php & Html
by Js:
var href= window.location.href;
$('a[href="' + href + '"]').addClass('active');
WordPress
by CSS:
[aria-current="page"] {
style
}
Php & Html
by Js:
var href= window.location.href;
$('a[href="' + href + '"]').addClass('active');