You can add custom code or scripts to your website in several ways, depending on where you want the code to appear.
Global Code (All Pages)
To add code that appears across your entire website:
- Go to Administration → Custom Code/Scripts to insert code inside the <head> tags
- Go to Administration → Header/Footer to add code at the top or bottom of all pages
Page-Specific Code
To add code to a specific page:
- Go to Media → Pages
- Click Edit for the desired page
- Add a new section
- Select Advanced - HTML Code as the section type
This allows you to insert custom HTML, JavaScript, or embed code directly into the page content.
Tips
- Use global code for analytics, tracking scripts, or site-wide integrations
- Use page-specific code for embeds such as videos, widgets, or custom layouts
- Test custom code carefully to ensure it does not affect page layout or performance
