Hi there, It seems like this issue might not be directly related to the plugin. Would you be available for a brief call to help us determine whether it's stemming from AnsPress or another source? Alternatively,...
View QuestionAnswers
Hello Matthew, Please save permalinks once and it will be fixed. wp-admin -> Settings -> permalinks.
View QuestionHello, 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...
View QuestionHello, 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
View QuestionHello, 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...
View QuestionHello, 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...
View Question