Translation bug. Unable to translate “Answer” (Plural: Answers)

For now please try to replace whole line with this one: <?php printf( _n('%s%d%s answer', '%s%d%s answers', ap_answer_get_the_count(), 'anspress-question-answer'), '<span data-view="answer_count">', ap_answer_get_the_count(), '</span>' ); ?> Let me know if this solve your issue.

Translation bug. Unable to translate “Answer” (Plural: Answers)

Hello, this word “answer” in the answers.php file works when you have 2 or more answers:

Moving the meta description

I couldnt find it in the anspress plugin folders, But there was a folder in my theme folder called anspress/answer.php Odd, is that supposed to create a template folder for us.?

How to disable suggestions in new Question

hello, You should use this code in your stylesheet: #similar_suggestions{ display: none; }

Double information in each answer

Hello, In your stylesheet write this code: #answers .ap-post-history{ display: none; }

Moving the meta description

thank you Rahul, very good.

Removing breadcrumbs from base page.

You mean the breadcrumbs widget ? If so, you can use a Widget Context plugin to display them in specific page(s).