Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End Menu current item selected Reply To: Menu current item selected

#193832
Tom
Participant

Are you using only an index.php and loading new content in it or do you have seperate pages for example, about.php/contact.php?

If you’re only using an index file i’d suggest using $_GET variables to add an active class to your menu.

If you’re using seperate pages you can define a variable before including your header that tells it which page it is.

After a quick google I found these examples:

Example 1 using $_GET

Example 2 using seperate pages

I hope this helps, if not let me know!