-
Notifications
You must be signed in to change notification settings - Fork 60
Wordpress theme updates
James Cross edited this page Jul 14, 2025
·
2 revisions
This page explains how to make updates to the PHP-based WordPress theme used on the Street Support Network blog site, hosted at http://news.streetsupport.net/.
⚠️ This theme runs live PHP with no dev environment. Proceed with caution and make backups where necessary.
-
Log in to 34SP
- Go to https://account.34sp.com/
- Use the credentials provided in the credentials file
-
Find FTP Details
- Once logged in, locate the FTP settings panel
- You may need to generate a new FTP password each time
- Do not add yourself as a new FTP user. Instead, regenerate the password for the existing one
-
Use an FTP Client
- Recommended: FileZilla (https://filezilla-project.org/)
- Connect using the provided credentials
- Navigate to the WordPress theme directory (e.g. /wp-content/themes/blog-theme/)
-
Download the PHP File
- Typical files to edit include:
- header.php (includes the navigation menu)
- nav.php (sometimes contains the location dropdown directly)
- Always make a backup copy before overwriting
- Typical files to edit include:
-
Make Your Edits Locally
- You can use a fork of the blog-theme GitHub repository to edit the files
- Check for inconsistencies between local and live versions, as the live server may contain updates not pushed to GitHub
-
Upload Updated File via FTP
- Overwrite the relevant file on the live server
- Changes will go live immediately without a build step
- PHP changes take effect instantly, but the site may be cached
- If your update does not appear right away, allow some time or do a hard refresh (Ctrl+Shift+R)
- The [email protected] WordPress account can be used to add other users via the WordPress admin panel
- Do not use this account to publish blog posts
- The theme uses standard PHP and WordPress structure. For changes beyond minor edits, consult a developer
- For blog content instructions, see the separate Blog Posts and WordPress Handover Guide (blog-posts-and-wordpress.md)
If you're updating the locations dropdown (e.g. to add or remove Greater Manchester or West Midlands):
- This is managed manually in the PHP (header.php or nav.php)
- There is no dynamic location list from the WordPress database
- Review and update carefully, and preview changes on multiple screen sizes