Its written in docs. Have a look.
Yes you can, simply use their icon class.
Hello, have the same issue here. Sadly I’d really love to use answerpress. What code change can I do to let anspress work with Sensei? Both are fantastic. -C
I tested it, everything is working on main site, but it does not work on all other sites (doesn’t work voting and suscription question).
Edit page and add Login and register template
Is scheduled for 2.4
Yes it can be done. You can check if current question have the tag you need and check user role: <?php global $wp_roles; $current_user = wp_get_current_user(); $roles = $current_user->roles; if( has_term( 'soccer', 'question_tag') && $roles == 'anspress_soccer' ) { // do something }