GREAT, Thanks 🙂
Hi Rahul, I am interested in Tamil Translation. How do I get started with this?
Hello Volodymyr Pekh, Yes, you can hide AnsPress default search form and add custom form like this: <form id="ap-search-form" class="ap-search-form" action="<?php echo ap_get_link_to('search'); ?>" method="GET"> <div class="ap-qaf-inner"> <input class="form-control" type="text" name="ap_s" id="ap-quick-ask-input" placeholder="<?php _e('Search questions & answers', 'anspress-question-answer'); ?>" value="<?php echo sanitize_text_field(get_query_var('ap_s')); ?>" autocomplete="off" /> <button type="submit" ><?php _e('Search', 'anspress-question-answer'); ?></button> </div> </form> Just make sure form action should point to: action="<?php echo ap_get_link_to('search'); ?>"
Try this: add_action( 'ap_after_new_question', 'my_tag_location_on_new_question' ); function my_tag_location_on_new_question($question_id){ // Replace YOUR LOCATION HERE with your actual location. add_post_meta($question_id, '__question_location', 'YOUR LOCATION HERE'); }
Hello Guys, This has been answered already. Both this pages are removed and now flagged and moderated posts can be seen in question or answer table page.
wp-admin/admin.php?page=anspress_moderate & /wp-admin/admin.php?page=anspress_flagged I get also : You do not have sufficient permissions to access this page. Anspress 2.4.8
Hi Ravi, Thank you for your suggestion. We downloaded a social login plugin but can’t get the login icons to appear on the top login menu (see screenshot below). Can you please help?! Thank you! Amy
the latest: Version 2.4.8