MyBB Community Forums

Full Version: Add a code before </head> in archive/index.php
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

I cant find any templates for archive

I found archive folder in cpanelthere was index.php as well

but how to add a code in it so it appear before </head>

in http://www.mydomain.com/archive/index.php

Thankyou
1. Open the /inc/functions_archive.php file.

2. In line 69, find:

</head>

3. Add your code before it.
Thankyou Smile