I have a website created in wordpress and I need to include the command
include 'config.php';
with some specific functions that I need to use (including access to an external database).
However, on every page that I include this code gives error.
I have already tried the theme pages, functions.php, header.php and so far only gives error.
Any tips on how to include the above command (or another one that does the same function)?
Hugs.