I'm following this tutorial to integrate my phpBB forum in my site. However, when trying to add the include function on the Wordpress page(s), I don't know what file to put it in.
I'm not even sure whether I should be asking this here or at the phpBB forums, but I'll do both anyway.
to show up on front page
index.php of theme
to show up on Page
page.php of theme
Are those the only two I need to worry about?
just depends on where you want the include
you likely just want it on the index page
if you want it on every single page of site
add theme's single.php to list