Hello guys, Is there any plugin that allow users to choose the page that they want to see as homepage? Let me try to explain what I'm looking for: I have a wordpress site with "SFW" posts in homepage. (/) And I have a 2nd page with "NSFW" posts. (/nsfw) What I'm looking is an option for users to choose the page they want as homepage, something like "on/off", example: ON: SFW content (default) OFF: NSFW content Can someone help me please?
That wouldn't be hard to write if you can't find one. Get a custom field plugin to create a field against someone's profile, put a wee form on the sidebar letting people say "make this my homepage" and save the value to whatever spot that custom field goes to. Then when they come to the site the plugin detects if they've requested a specific page, if not it bounces then to the saved page.
Hey Sarahk, Thank you for your reply and idea. What I'm looking for is something similar to this Safe Mode ON/OFF in https://www.liveleak.com/ website. Do you think I can do the same with custom fields?
Yep, that would be a doddle. Not logged in, safe mode is on logged in, read that custom field and change the content accordingly - all done by ajax, not even a reload.