hello its possible to send email no all admin users?
There is an option to Anspress admin settings.
All those above seem to be fixed in the Anspress 3a1 i just installed and tested for a while.
Add this to Askbug child theme style.css: #anspress .ap-questions .ap-avatar, #anspress .ap-questions .ap-questions-vcount{ display:none; } And add below code to function.php of askbug child theme: function my_ap_question_sorting($navs){ if( isset($navs['tags'])) unset($navs['tags']); return $navs; } add_filter( 'ap_question_sorting', 'my_ap_question_sorting' );
will it be available as a plugin.
Hey Tarrence, I have customized the plugin and It’s working as I want.
Thank you show much Rahul 🙂
Follow instructions written here: Add custom field in AnsPress ask form