How do you change the “Anspress” cover photo on profiles?

Create a new folder called “anspress” inside your active theme. again create another folder called “images” inside “anspress” folder you just created. Now download this two images Big default cover and Small default cover and place in “images” folder. Now edit this images as per your need. BTW: default cover upload will be added in upcoming version.

Can I add a category image as a cover photo for each category and Sub Category

This is an old topic and a simple issue, but for high amount of its views (192 times until now!) I answer it now… 1- Please install and activate Categories for Anspress plugin. 2- 3- (Excuse me, this is a Persian site…)

Rename Reputation to a different name.

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

How to get the suscribers count?

Try this: $question_id = ap_question_get_the_ID() // if in loop, else question_id() ap_subscribers_count($question_id);