I'm developing a website with custom post fields (projects). The projects are organized by taxonomies (states). I need to create a drop down menu that the user selects which projects he would like to see, based on the state. But the challenge is: how to do this globally? When the user clicks in a internal page, the content remains filtered. Should I use cookies? How?
↧