• I’m doing a site that will have notices for municipal districts. When someone visits the site it would be cool if there was a dropdown selector where they could choose their district and then the homepage will always show notices from their district. So I guess what I want to do is have a way for people to set a content preference related to tags and for the homepage to remember it when they return. I would appreciate any ideas of how to implement this or if you know of an existing plugin that does this.

    • This topic was modified 3 years, 2 months ago by medesigngood.
Viewing 1 replies (of 1 total)
  • You’d probably need to do some custom coding for this unless that’s something that’s already built for your theme.

    The way to do this is using cookies. That will let you save the details for each user on their browser, and you can read them back when users visit your site. The only thing to remember is to set the expiry date far enough in the future.

Viewing 1 replies (of 1 total)

The topic ‘User Content Preferences’ is closed to new replies.