| Received an upvote BuddyPress profile pic functionality overwrite anspressGo to WordPress discussion setting and select AnsPress avatar. That will solve your issue. | February 7, 2023 | 10 |
| Posted an answer a critical error on my websiteHello Arifur, Can you send us your php error.log file to email [email protected] | January 2, 2023 | 5 |
| Posted an answer Need help to fix a BugsHello Arifur, We are looking into this issue. Please give us some time to look into this. | January 2, 2023 | 5 |
| Received an upvote AskBug - WordPress theme releasedHello everyone, We are happy to announce that our 2nd WordPress + AnsPress theme has been released. Read more about the theme here: AskBug. Upcoming version: We are working on major an major updates... | December 24, 2022 | 10 |
| Answer was selected as best | October 31, 2022 | 10 |
| Posted an answer 404 error page after changing name of base pageHello Matthew, Please save permalinks once and it will be fixed. wp-admin -> Settings -> permalinks. | October 31, 2022 | 5 |
| Posted an answer Custom Fields made, where is my data stored? and how to retrieve it?Hello, AnsPress does not save custom fields automatically. You need to use init hook. Here is an example https://gist.github.com/rahularyan/ea30cb2c455c4e9a442fefcf2d969014#file-save-custom-form-php More... | September 26, 2022 | 5 |
| Answer was selected as best | June 22, 2022 | 10 |
| Received an upvote Adding markdown supportNot planned yet. Will think about it. | June 15, 2022 | 10 |
| Received an upvote Is it possible to give MOD access to a single category?Hello Keith, This will be available in January release. | June 1, 2022 | 10 |
| Received an upvote Pls How can I remove the Register or Login Links at the footerHello, You can do so by adding a file to you active theme. Create a new folder in theme called anspress and then create a blank file login-signup.php That will remove those buttons. | April 23, 2022 | 10 |
| Received an upvote | April 4, 2022 | 10 |
| Commented on a post Hello, It was fully compatible with PolyLang. But I have not re-tested in these years. Please explain what issues you are facing now. | April 4, 2022 | 2 |
| Posted an answer How to remove the noindex setting from the question pageHello, I don't think this is being done by AnsPress. Can you try theses suggestions: https://stackoverflow.com/questions/28043745/wordpress-remove-robots-meta-tag-noindex | April 4, 2022 | 5 |
| Posted an answer Setting Maximum length for question title and question contentHello, there is already 100 max length validation on title. You can override that using below code. [apcode language="php"] <?php /** * Override post_title max length validation. * * @param array... | April 4, 2022 | 5 |
| Posted an answer QA box on single pages and productsHello, You can make it work in single page as well in products page. You'll have to use this shortcode: [apcode language="php"] [anspress post_parent=123] [/apcode] To automatically grab current single... | April 4, 2022 | 5 |
| Posted an answer Why Am I Not Receiving Email Notifications?Please make sure you have enabled email addon like this: | April 4, 2022 | 5 |
| Posted an answer add a new section under about profileHello, You have to use this function ap_register_page. For usage instruction please have a look at source code of notification add-on here: https://github.com/anspress/anspress/blob/19e6d549ef06c7d78ac65740f409848f96a49fc6/addons/notifications/notifications.php#L63 | April 4, 2022 | 5 |
| Received an upvote Can you embed a facebook video in the question detail?Hey Frank, Here you can find your answer: https://wordpress.stackexchange.com/questions/225136/getting-results-from-wp-oembed-add-provider | March 25, 2022 | 10 |
| Received an upvote UPCOMING FEATURES AND IMPROVEMENTSHello Friends, Just wants to inform all of you that I am alive and have been working continuously on upcoming version of AnsPress :D. Tons of bug fixed and did many improvements. For now I will just share... | March 23, 2022 | 10 |