Which file do you edit to change the wording? I’ve noticed a few other things that aren’t quite correct (‘memeber’ in the profile page) and I’d like to edit them myself.
Thanks fro replying so promptly however, I’m not sure you’ve understood. The meta-title is exactly the same for every question. Take a look at this question on our site – http://www.geoze.com/answer-bank/wheres-the-best-place-to-get-business-cards-in-farnham/122/ If you look at the meta-title, it’s exactly that same as the main question page (http://www.geoze.com/answer-bank/) I can see that when a new question is added, the URL permalink is created as per SEO best practices but for some reason, the meta-title isn’t. Does that make sense?
You mean page title “ tag ? if yes then you must enter ANSPRESS_TITLE in base page title, but you can change slug to anything you want.
Hi I followed your reply, but it did not work. Is there anyway that you will help me out solving this asap please. https://wordpress.org/support/topic/disable-anspress-users-to-answer-a-closed-conversation-in-my-website?replies=1#post-6868491
Hello Timbo, Yes we provide installation service, but I will recommend AnswerBox (as wp3.in is running on older version). Please let me know your choice. There is little network issue in our city so our replay will be delayed. Thanks
Please make sure you have updated to this release: https://github.com/anspress/anspress/releases/tag/2.0.5-4. Then you will not see an undefined function error on homepage. You can easily add register and forgot password link by editing header.php Simply add this: <div class="login-form-links"> <a href="<?php echo esc_url( home_url( '/register' ) ); ?>">Register</a> <a href="<?php echo esc_url( home_url( '/lostpassword' ) ); ?>">Forgot password ?</a> </div>