Replies: 0
Hello fellow WordPress Developers!
Here is my situation. I have a Member’s Profile page that has multiple sections/tabs on the page. Each with its own category of content and settings for the User. Currently I am using javascript to navigate and hide tabs.
I want to create the functionality of remembering which tab I am on if the browser hits refresh without making a new page for each tab.
My knowledge is entry, I am wondering if the solution is multiple php files, each one referencing a certain tab. And if so, how do I approach that?