Is it possible? Create cookie on home.php to redirect to category?
-
I have a blog that has two directories: one for image gallery and one for writing.
I want to use the home.php template to create a first page for my website that says “Please choose if you want to go to Gallery or Writing.” Then I want a checkbox that will set a cookie that will remember the selection for 120 days so that users in the future bypass home.php and instead go to /category/image-gallery/ or /category/writing/
I am a little skilled in php, but I’ve never made a cookie. Does anyone have good recommendation on what I need to write and how to set it?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Is it possible? Create cookie on home.php to redirect to category?’ is closed to new replies.