I would be very afraid to develop on 3.8.1 and try to run the same code on 3.5.1. Things have changed. 3.5.1 is ancient by web app standards. I can’t say that I have ever tried to “backport” like that, but it does worry me. Much of your code would work. WordPress itself is pathologically backwards compatible, but if your code uses new features (intentionally or not) you will have trouble.
You can install an old WordPress on the development machine, but 3.5.1 is ancient. It is unwise to run that on a production machine at all, much less to develop a site on it.
Additionally, with 3.5.1 you are likely to have numerous plugin and theme compatibility issues.
If Network Solutions won’t update to a more current WordPress, and won’t let you update, the smart move is to not use Network Solutions.
If that isn’t possible, I would install the legacy WordPress on your development server and build to that.
Related Posts:
- Where does WordPress store version number?
- How to remove the WordPress version from some .css/.js files
- Supporting older WordPress versions in a Plugin/Theme? [closed]
- Disable WP core updates but send email notification
- Getting version number of latest WordPress release
- Remotely identify the version of a WordPress installation?
- How to find out when WordPress version last updated
- Switch from Beta Version to Stable Version
- Where can I get WordPress Version in Dashboard?
- What’s the point of the WP version generator?
- Downloading WordPress: Nightly Build vs. Stable Download
- Removing WordPress version number from included files [duplicate]
- Information about WordPress 4
- When will the 4.3 branch become EOL
- WordPress Version check with PHP
- WordPress updater conflict
- How do I remove the WordPress version from the browser source?
- WordPress Update 4.3.1 [closed]
- How to revert back to older WordPress version?
- Any plans for a non backwords compatible WP release? [closed]
- Production Site: Moving from WordPress RC to Final Release Version
- how can i take out the version in my main.css file? [duplicate]
- Why does the WordPress official website show a fake release date?
- How to Fix “Your PHP Installation Appears to Be Missing the MySQL Extension Which Is Required by WordPress” Error
- How to resolve Error listenerStart when deploying web-app in Tomcat 5.5?
- Can not deserialize instance of java.lang.String out of START_OBJECT token
- error: This is probably not a problem with npm. There is likely additional logging output above
- Causes of getting a java.lang.VerifyError
- Deploying Maven project throws java.util.zip.ZipException: invalid LOC header (bad signature)
- Understanding Heroku server status 143
- Invalid initial heap size. Could not create the Java virtual machine
- Why should define(‘RELOCATE’,true) be removed from wordpress config?
- How to: Easily Move a WordPress Install from Development to Production?
- Is Git/GitHub a good WordPress deployment solution?
- Dev, Stage and Production Deployment for WordPress Sites?
- WordPress and Git Workflow
- Automatically determine minimum WordPress version required for a plugin?
- How do I find the version of WordPress I have from the source code?
- Why are there updates for obsolete WordPress versions?
- Determining WordPress’ Version from the Host’s Command Line?
- Is it necessary to bump a plug-in’s version if you’re just updating the “Tested up to” attribute?
- Is there a drush equivalent for WordPress yet?
- What is the importance of writing a < WP 3.x compatible plugin nowadays?
- Does the event ‘wp_version_check’ even exist? What is it doing?
- Deployment strategies for WP-Supercache [closed]
- Beta Versioning of Plugins
- How can I sync WordPress plugin settings between environments?
- WordPress install enters an infinite loop
- Git Deploying – Disabling plugin/theme installation/update on remote?
- Change site url when moving site to another url?
- How to transfer a WordPress blog to a different domain?
- Best way to develop multisite and deploy on another server?
- Correct Search & Replace Queries for Changing URLs in a WordPress Database?
- Managing updates when WordPress is in your own svn repo
- security+best practices: root or www-data on a wordpress content folder?
- Release Model for WordPress?
- WordPress Workflow – version control, deployment = database issue
- Reverting from a newer version of WordPress to an older version
- Trouble with WordPress local development and deployments
- Gallery shortcode menu order fix no longer working on WordPress 4.0
- WordPress 2.8 Widget API is suitable for Worpress 3.1.4 plugins development?
- Deploying Updated or New Plugins That Modify the wp_options Table
- WordPress cannot upload data after migration
- How to make alert for new version on theme options?
- What are WordPress installation percentages by version?
- What is the usual process of saving changes made at the CMS level into source control?
- Failure to establish connection when provisioning via ansible-playbook server.yml
- Database sync between local and production
- Setting up WordPress playground and deploying to production server?
- Where the WordPress Core Translation is “actually” taking place?
- Where to find WordPress API changes for each version released
- Installation with sql server express edition
- Multi-Environment Set up
- Deploy WordPress From Local Docker to Hosting Provider
- Trigger Plugin database update after git pull
- Publishing Markdown posts from bitbucket to WordPress
- WordPress and Git Workflow
- Workflow for working with git and WordPress
- Clone plugins (and settings) to new installation?
- How to install and activate a plugin via an external PHP script
- Plugin development: How many plugin and WordPress version combinations to support?
- Relative security of different releases of WordPress
- WordPress with Git deployment issues
- Error while importing database
- Where is the changelog for 3.5? where is the list of added removed files?
- Can I flush W3TC’s cache in a capistrano deploy? [closed]
- How to get all plugins and their version numbers from the local files?
- Updating beyond WordPress 4.2.1 yields “allowed memory size exhausted”
- Infinite Redirect Loop after moving to subdirectory
- Customise WordPress Update Notice in wp-admin backend area
- what are the chmod rights recommended to give for every folders of wordpress projects
- How to order images in a post in WordPress 3.3?
- Where can I find the corrent version of my wordpress blog?
- Git beginner: Keeping track of on-server changes
- Best Way to Merge a Dev and Live Site to Become a Staging Site?
- How can I easily reduce the size of WordPress installation from development to production?
- How do you modify the WordPress directory structure?
- Is it possible to remove the version number from the wp-login.php page?
- Add a predefined page to site
- best practice on pushing staging development (database/uploads) to the live server