I have answered similar question many time here, it can achieved easily. You can use WP translations and in translation rename reputation to whatever you want. Make sure to keep po file name as your default language, I think it will be ap-en_US.po
Try this: $question_id = ap_question_get_the_ID() // if in loop, else question_id() ap_subscribers_count($question_id);
Hi Excuse me, This is another type of request… Please (if is possible) move all of AP-extension-CSS files to main-AnsPress-CSS (and remove from AP-extension-plugins). In this case, after adding other AP-extension-plugins we have one CSS file (not several!). Thanks
Try this $meta = get_post_meta($question_id, ANSPRESS_SELECTED_META, true); if(!$meta){ //No answer selected }else{ //$meta will return $answer_id }
Get update from github.
Make sure you check option “Close question after selecting answer”