I want to build an alert for users who visit my WordPress blog. Is there a conditional function like is_home() to detect if someone visits the blog the first time? I want to send the alert to every new user no matter on which site he entered.
Tell me more
×
WordPress Answers is a question and answer site for
WordPress developers and administrators. It's 100% free, no registration required.
|
|
|
No, there's nothing in the core like that. You can set a cookie and do it simply enough (warning: untested code follows).
Just make sure you have output buffering turned on or use that before anything gets sent to the screen to make sure the cookie gets set. |
|||
|
|
