Hi @intacdesign
Yes, you can download the revised frontend.php file from here if that is exactly what you are looking for: https://www.cantonbiblechurch.org/frontend.php.zip
Go to https://api.esv.org/ , create a login and then add your web application to generate a token ID. Once you get that ID, go to line 345 in the frontend.php file and just swap out the ###replaceWithToken### with the ~26 character alpha-numeric ID you create with https://api.esv.org/ when you register your website and you should be in great shape.
“authorization: Token ###replaceWithToken###”,
The updated line should look something like this once you add your ID:
“authorization: Token a1b2c3d4e5abcdefg1234567”,
Once done, backup your frontend.php and replace it with this version and then test to confirm you are able to get the ESV verses.
@klandis79 Wow thank you so much! That seems to have done the trick, you saved me a lot of time and headache, much appreciated!!
@intacdesign not a problem – glad I could help!