404 error

Its written in docs. Have a look.

Is it possible to use Font Awesome Icons for Categories?

Yes you can, simply use their icon class.

Problem with Sensei Questions

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

Display login form for anonymous users

Helps?

Does Anspress support multisite?

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).

userpage after login with register method

Edit page and add Login and register template

Can users manage their email notifications?

Is scheduled for 2.4

Answering role based questions

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 }