Hello Mark, No, that was not hard coded. _n() is a gettext function. May be issue is due to po file is not updated. I have committed latest pot file. Please update your po file using our pot.
Hello Fred, I will suggest not to do this. As it may break question permalink. But AnsPress provides a hook to let you modify CPT args. Check this: ap_question_cpt_args Please avoid changing other arguments except search.
Thanks a lot for your feedback on for AnsPress. Your site looks clean and beautiful and I really liked the design of breadcrumbs. Although I would suggest making voting buttons standout.
Hello, Please update your .po file with our anspress-question-answer.pot using poeditor (an option called update from source). This will add all newly added strings to your .po file and then you can edit them in poeditor.
I have updated @kumar’s code. Now it should work.
Like a piece of cake, https://gist.github.com/rahularyan/0f0e08214e008dd9c76827adf15593e6 Make sure to update to 4.1.5 first.
Though I made a commit to automatically delete old activity table. Check here: https://github.com/anspress/anspress/commit/52fc86e465c459c50ec291ae4c2193573db56e2d
Hello Nico, AnsPress does not check for AnsPress capability while in wp-admin. Post editing permission in wp-admin are controlled by WP. Please check if any other plugin is causing this. You have some leftover in DB from old AnsPress. Please go to PHPMyAdmin and remove ap_activity table and try again. This table was removed since 3.0.
Hello, Just override question-list-item.php in your theme and add anything you want at the bottom of file.