mcutting
asked 6 years ago

I found this – https://gist.github.com/konradsroka/ae95dc2d05ff1121accb which details the process of enabling DWQA comment compatibility myCRED. However, I cannot find the file that is referenced. Is there an alternative way to achieve the same thing ?
Seems a little odd that it works fine for questions and answers, but not for comments ?
Thanks

1 Answers
DominicStaff
answered 6 years ago

At the moment, the plugin default compatible with the myCRED plugin, you can custom code to show it. 
Here is the code to get point from myCred, you can add this code to the position that you want to show.

<?php if(function_exists('mycred_get_users_cred')) echo '<span class="sep">&sdot;</span><span class="author-bugget">'.mycred_get_users_cred(get_the_author_meta('ID')).' $tone</span>'; ?>
Powered by DW Question & Answer Pro