Change posting date format

Added option in AnsPress

User Notification – Most awaited feature is alomst ready

This is great news for notifications. Did this notifications are in real time without a refresh a page? And did this notification have sound?

How can i approve Post

Disable akismet check in moderate.

Comments – First Class Citizen

Comment count has been added to profile.

User Notification – Most awaited feature is alomst ready

Hello, No notification option the user please tell me he to add this Thanks Priyanka saini

Limiting Votes to just Questions not any Answers on List of Questions page

As I seen you are using AskBug. Copy answer.php from wp-content\plugins\anspress-question-answer\theme\default\ to AskBug/anspress/ Now edit answer.php and go to line 16 and remove: <div class="ap-single-vote"><?php ap_answer_the_vote_button(); ?></div> Done.

[Editing Language] Changing the text of the red ‘Ask Question’ button

Open default .pot file in poeditor and save it for en_US and edit.

How do I translate this word?

Yes sure, is the second word that says “answers” PS: i write in another answer for add this image ↑

Whenever someone asks question it stay under moderation?

Disable akismet in AnsPress moderation.

How do I translate this word?

Hello, you can translate this word in the follow folder: wp-content\plugins\anspress-question-answer\theme\default\answers.php you have that open file answers.php and go to the line 18 and there are something like this: <?php echo ‘<span data-view=”answer_count”>’.ap_answer_get_the_count().'</span> ‘ .sprintf(_n(‘answer’, ‘answers‘, ap_answer_get_the_count(), ‘anspress-question-answer’)); ?> the word marked in bold,italic and with underline is the that you must change to your language.   This is an example: <?php echo ‘<span data-view=”answer_count”>’.ap_answer_get_the_count().'</span> ‘ .sprintf(_n(‘answer’, ‘Réponse‘, ap_answer_get_the_count(), ‘anspress-question-answer’)); ?>