@Rahul, Yes, that would be great. I thought of this, after seeing one of the question marked as duplicate. The first few things that came into my mind were – – where is the original question? – what answers did it get? – if the original question already has an accepted answer and can that be applied to the newly asked question (marked duplicate)? I think, anyone seeing a question marked as duplicate will have the same thought. Now in the current scenario, one will have to manually search. So, yes it would be great.. if we can display duplicate/related links. (sorry, as the post was a bit longer, i thought to post as answer, instead of comment to your answer)

OK I will add, I am adding this feature to roadmap 1.4

Dear Atul, I dont think this will be usefull. and also it will confuse user. But we can show a related or duplicate questions list below question. What you say ?

Yes someone already reported this issue, I am working on it.

Hello, it is really simple. I installed the plugin “Pushover notifications for wordpress”. I configured it for receive notifications in my mobile when a user creates new post. Then, I add this code to functions.php: add_filter( 'ckpn_post_publish_types', 'ck_my_pushover_cpts', 10, 1 ); function ck_my_pushover_cpts( $allowed ) { $allowed[] = 'answer'; $allowed[] = 'question'; return $allowed; } With it, I’ll get notifications for all new answer and questions. But It would be fantastic that all users (not only me) could get notifications when their questions are replied. Thanks 🙂

Works for me. Thanks

oh yes, there need to be a message when user not able to create, but crete form will never shown to them in first place.

I will check the issue

I will definitely try it and let you know, once the disqus problem is sorted out.

Ok I will check this issue