当前导航添加样式

WordPress
by CSS:

[aria-current="page"] {
style
}

Php & Html
by Js:

var href= window.location.href;
$('a[href="' + href + '"]').addClass('active');