I would like to write custom code to include the voting within a page on my wordpress site.
I need to include some files:
require_once QA_INCLUDE_DIR.'qa-db-selects.php';
require_once QA_INCLUDE_DIR.'qa-app-format.php';
require_once QA_INCLUDE_DIR.'qa-app-users.php';
I set the QA_INCLUDE_DIR to the correct URL but I am getting the errors ERR_TOO_MANY_REDIRECTS
How can I correctly include the files?
Thanks