Reputation: 1
Is it possible allow a visitor to see only a post?
I think it would be safer if it is restricted by IP instead by cookies. For instance the plugin WP POST RATINGS of Lester Chan has the option to allow 1 voting by IP.
Upvotes: 0
Views: 51
Reputation: 1
Hide another pages for visitor. You can use "Anonymous Restricted Content" plugin for hide page for not logged in users.
Upvotes: 0
Reputation: 353
If you’re not requiring a login, Cooke’s or local storage are you’re only viable solution.
IP checks are flawed in that any number of users on a local network will make requests from the same public IP address.
I understand your concern but most users are not incentivized or knowledgeable enough to understand that clearing their cookies would potentially allow a second “vote”.
So unless you go to a full Auth system you’re better off with cookies.
Upvotes: 1