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 🙂
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 too have the same problem. This is the plugin, https://wordpress.org/plugins/disqus-comment-system/
Oh yes there was an issue, I just fixed it. please get latest codes form github: https://github.com/open-wp/anspress and let me know.