1
I have a site created in wordpress and need to include the command
include 'config.php';
with some specific functions I need to use (including access to an external database).
however, on all pages I include this code gives error.
already tried on theme pages, functions.php, header.php and so far only gives error.
some hint of how to include the above command (or another that does the same function)?
hugs.