Hello, 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 QuestionAnswers
Hello, 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 QuestionHello, 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
View QuestionHello, Sorry for late reply. I just checked this in our staging site and I don't think we are stripping line breaks. I am sorry that I got confused and thought this as a AnsPress issue. This used to be...
View QuestionHello, Your theme is updated and next update will be automatic. Please ignore version number for now. Thanks
View QuestionAnswer in this link https://anspress.net/questions/question/how-to-add-new-paragraph-while-commenting-not-formatting-correctly/
View QuestionHello AnsPress templates cannot be edited using a visual editor. Though base page and ask page layout can be edited but still content of shortcode cannot be edited.
View Question