I have this navigation, but I can\'t seem to find a solution to add an .active class to the current page. Can anyone help me here?
Active menu for current page such as contact.php, about.php, we can make variable like $currentpage with asign different value for diffrent page
$currentPage = 'contact'; // current page is contact
In header section like do below
Contact About