Added user hover card

Nice feature but there is no option to disable

Notification

Check extension page. Or go plugin installer are search AnsPress email and install the plugin. After installation you can configure in email tab in AnsPress option

Avatar not showing correctly

Chris, Did you tried with latest commit? Get from github. Also in WordPress discussion setting, select AnsPress avatar instead of gravatar.

Question according to post

Widget and feature already exist in AnsPress. But this need more improvement. Will work on it after 2.3

Add simile support to title and comments :D

Why you want it for titles ?? Emoji support for comments will be added in future version.

Questions titles not working

Did you installed Yoast ? if yes then you have to update or if you dont want to update to unstable version then add this hooks in includes/class-theme.php add this inside __construct method: add_filter('wpseo_title', array( $this, 'wpseo_title' ) , 10, 2); And now add this method to class: public function wpseo_title($title){ if (is_anspress()) { remove_filter('wpseo_title', array($this,'wpseo_title')); $new_title = ap_page_title(); if(strpos($title, 'ANSPRESS_TITLE') !== false) $new_title = str_replace('ANSPRESS_TITLE', $new_title, $title). ' | ' . get_bloginfo( 'name' ); else $new_title = $new_title.' | '. get_bloginfo( 'name' ); $new_title = apply_filters('ap_wpseo_title', $new_title); return $new_title; } return $title; }

Add user badges

This will be called “user rank”. User rank will grant users some extra privileges on AnsPress. Ranks can be auto awarded base on reputation or manually assigned. Also there will be a prgressbar, so that user can easily track how much reputation they need for next rank. This is work in progress, thats all I can reveal for now.

Added user hover card

Cool feature. You are making the plugin awesome day by day. Rahul, when is the new theme coming out ?

Add a “set to private” button for admin and user created the question/answer

Its already exists: