Your WordPress functions.php file is key to adding code customizations to your WordPress site. It is especially useful if you are using a child theme and do not have access to the actual site files. There are two primary ways of accessing the functions.php file:
Accessing functions.php through the WordPress Admin Interface
WP Enthusiast WP Professional WP Professional Plus PairSIM WordPress Podcast Websites
To access the functions.php file through your WordPress Admin interface, follow these steps:
- Log in to the WordPress Admin interface
- In the left sidebar, hover over Appearances, then click Theme Editor

- In the right sidebar, click functions.php

This will bring up the functions.php code editor. You can write code directly in this interface and save it.
Accessing functions.php through the Account Control Center
WP Professional WP Professional Plus PairSIM WordPress
Choose the tutorial that reflects your ACC interface type:
Not sure what the difference is? See Which ACC Interface Am I Using?
If you are using the Legacy Interface:
- Log in to the ACC
- In the left sidebar, click Files
- In the drop-down, click Web
- Locate your website's directory and click the file path displayed to the right of it
- Inside the directory, click the wp-content file name
- Click the Themes file name
- In this directory, find the theme or child theme name that you are currently using
- Click the functions.php file name
- In the top navigation bar, click Edit
- Enter your changes in the file
- Then go to the bottom of the page and click Save
If you are using the New ACC Interface:
- Log in to the Account Control Center (ACC) at my.pair.com
- In the top navigation bar, click Files
Tip: Click the name of a directory (also known as “folder”) to view its contents. - Navigate to your WordPress site’s files. Most website files are located in the public_html” directory.
Note: Website directories on Managed WordPress Hosting accounts may not be the same as your domain name. Visit the site's details page to see where your site's directory is mapped. - Inside your WordPress site’s directory, click the “wp-content” directory
- Click the “Themes” directory
- Click the name of the theme or child theme you are currently using
- Click the “functions.php” file name
- In the toolbar, click the Edit button
- Enter your changes in the file editor
- Click the Save Changes button