WordPress Setup
-
Step 1: Upload the Files
Ensure you have the
upload.zip
file ready.Upload Location:
public_html
folder.After the upload is complete, extract
upload.zip
in thepublic_html
directory. -
Step 2: Modify Theme Files
Open your WordPress theme directory and locate the
header.php
file.Edit the
header.php
file:<?php include 'links/header.php'; ?>
Edit the
footer.php
file:<?php include 'setup/setting.php'; include 'links/function.php'; include_footer($template); ?>
-
Step 3: Access Safelink Setup Dashboard
Go to the Safelink Setup Dashboard:
Open https://wordpress.com/setup/ to access the Safelink Setup Dashboard.
Adlinkfly Integration Code
-
Step 1: Locate and Modify File
Locate the
go_banner.ctp
file at/public_html/plugins/YourTheme/src/Template/Layout/go_banner.ctp
.Modify the file with the following code:
Adlinkfly Setup Code Generator
Generated Adlinkfly Setup Code:
-
Step 2: Save Changes
After using the form above, copy the generated PHP code.
Open the
go_banner.ctp
file in a code editor. Paste the generated PHP code at the appropriate location within the file.Save the
go_banner.ctp
file after making the modifications. -
Step 3: Testing
Test the integration thoroughly to ensure it works as expected.