New questions list a.k.a. unread questions
Hi, may I know if there is any such function whereby I can provide my visitors a list of New Questions that have been posted since they last visited? I.e. these questions have not been read (clicked).
Rahul Aryan selected answer
Hello,
This is not available by default but it can be achieved. You have to store user’s last visit date. and use that date to filter questions loop by date.
Rahul Aryan selected as best answer
Thanks, Rahul.