how to display user’s question and answer

Hello, Use this code: global $questions; $args = []; $args['ap_current_user_ignore'] = true; $args['author'] = (int) get_query_var( 'ap_user_id' ); anspress()->questions = $questions = new Question_Query( $args ); include ap_get_theme_location( 'addons/user/questions.php' );

How to change main.min.js?

Hello, You can find unminified file in assets/js. It is compiled using grunt.

Anonymous comments on answers

Hello, Its true that this task is pending since long time. I will add anonymous comment as soon as priority tasks get completed.

I want the votes and answer statistics boxes to display vertical

Hello, Statics styles was updated in AnsPress 4.0. Please make sure to set main color from wp-admin -> Appearance -> AskBug -> Main color

How can I change this area?

Hello Bilgi, It can be changed from wp-admin -> AnsPress Options -> Addons -> Categories

Add question programmaticaly

Hello, All you have to do is to use ap_save_question function.

Custom actions before and after adding a question

Hello, First one is easy, create a new page with your custom field and from here redirect user to AnsPress ask page. for 2nd, you have to use ap_ajax_responce filter. check if success is true and action is new_question. Then update redirect url to your desired location. Cheers.

Featured image field for questions

i’m interesting about this feature…..any news or any idea?

Last question widget

Could you please help me?

Category not working

Hi センター KCP! If you use the latest version of AnsPress, then the “Categories for AnsPress” plugin has been deprecated. AnsPress is now using add-ons instead of extra external plugins. ? 1. Just deactivate the categories plugin. 2. In your Dashboard, go to AnsPress > Options & Add-ons > Add-ons. 3. Activate the category add-on. 4. You should get your old categories back. ? Let me know if something is unclear. Fred Edit: after reading again your question, maybe you already found the add-ons: “Ofcourse i can activate “category” in plugin menu” Is it the add-on activation that’s not working?