Hello everyone,
We are happy to announce that our 2nd WordPress + AnsPress theme has been released. Read more about the theme here: AskBug.
Upcoming version:
We are working on major an major updates for AskBug theme which will also make it compatible with AnsPress 4.0.
I’m referring to the pick “Anspress” background image. I saw your response to someone else when they asked a similar question but your solution didn’t resonate with me. And that person did not respond so I’m not sure that it resonated with them either. I am not very tech savvy so please offer a very detailed response. This is the previous response I am referring to. Thank you and I appreciate your time.
I want to change the URL structure of the Categories and Tags page from something like
http://localhost/questions/categories to http://localhost/categories/
http://localhost/questions/tags to http://localhost/tags.
This is required because I plan to use Categories and Tags taxonomies with multiple other custom post types on my website and I want the URLs to look like
http://localhost/categories/questions/, http://localhost/categories/articles/, http://localhost/categories/videos/……. etc
Is there an easy way to replace the term reputation with something different. I know that I can easily override the theme files under anspress/theme/default but there are some mentions in notification.php which is in anspress/includes and seems like a core functionality.
I don’t want to modify this file since it will be overwritten upon plugin update. Any suggestions ? Thanks.
Hi!!
I’m making changes in my home page. I can get the comments number writing the following:
<?php comments_popup_link('<i class="fa fa-comments"></i>'); ap_question_the_answer_count(); ?>
But I can’t get the suscribers count!! I tried:
ap_question_get_the_subscriber_count();
ap_question_the_subscriber_count();
But not luck. Any way to do it?
Thanks.
Hi ,
Is there any way to get the best or selected answer id from the question id ?
Thanks