Nice feature but there is no option to disable
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
Chris, Did you tried with latest commit? Get from github. Also in WordPress discussion setting, select AnsPress avatar instead of gravatar.
Widget and feature already exist in AnsPress. But this need more improvement. Will work on it after 2.3
Why you want it for titles ?? Emoji support for comments will be added in future version.
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; }
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.
Cool feature. You are making the plugin awesome day by day. Rahul, when is the new theme coming out ?
Its already exists: