Disqus
Just installed anspress and the page I’m working in has disqus comments loading for questions but not answers? How do I get disqus comments as the main core of what I use for comments and questions?
Also (question #2). Does http://anspress.io/downloads/askbug/ theme work on a stand alone page? I just want the theme layout of the anspress short code not necessarily the whole website theme since I already have one installed.
thanks!
You need to edit comments.php in AnsPress theme. Remove all and add discus action.
You can use multiple theme together, there are some plugins which makes this possible but I am sure this will not be a good to use multiple theme in one WP install.
Simply replace `ap_question_the_comments` in question.php and answer.php with DISQUS universal code.
I don’t see the comments.php file for the plugin (again not running the theme right now) and where exactly would I add the universal DISQUS code? Just want to make sure I don’t break it and have to start all over again. If you could go through more steps that would be great!