Ulta Safelink Setup Documentation

WordPress Setup

  1. Step 1: Upload the Files

    Ensure you have the upload.zip file ready.

    Upload Location: public_htmlfolder.

    After the upload is complete, extract upload.zip in the public_html directory.

  2. Step 2: Modify Theme Files

    Open your WordPress theme directory and locate the header.phpfile.

    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);
    ?>
  3. 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

  1. 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

    Enter multiple domains separated by commas (e.g., domain1.com,domain2.com,domain3.com)
  2. 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.

  3. Step 3: Testing

    Test the integration thoroughly to ensure it works as expected.