How to remove Question Statistics widget?

There is an option in AnsPress options ->layout

Important notice: after updating AnsPress to 2.4

I have changed the page title from ANSPRESS_TITLE to my own custom title. I have also added this new title on Anspress options > Pages > Base page title. But the front-end title of the base page is always just ‘Questions’. My custom title is not showing up. Please let me know what to do.

How get default theme

Read docs carefully, you should copy anspress folder inside your active theme folder.

2.4 Update Timing Problem

I can confirm, dates are wrong. Question was just posted, it is shown “3 hours ago”. It must have something to do with my +3 GMT timezone. I want this fixed as well.

Problem with Captcha

I have the same problem with version 2.4.1

new contents ..reloading page

I did not understood

2.4 Update Avatar and Cover Photo Upload Problem

Push has been fixed, download from Github.

2.4 Update Avatar and Cover Photo Upload Problem

Oh, I see the issue. Upload button is visible in other s profile but still they cannot set image for other user. I am fixing this now.

Login redirect

Add this hook: function my_redirect_to_ap_base_page() { return ap_base_page_link(); } add_filter('login_redirect', 'my_redirect_to_ap_base_page');

Custom hook for user profile link broken after update

Select blank option in AnsPress option -> users -> profile and save.