This post was contributed by guest author Peter Suhm. Peter is a web developer from the Land of the Danes. He is the creator of WP Pusher and a huge travel addict, bringing his work along with him as he goes. Have you ever done this? Most of us have. Do you know what the technical term for it …
Changing or Updating Your Version of PHP for WordPress
If you want to keep your website running smoothly, it’s a good idea you change or update the version of PHP it’s running on soon since PHP 7 could soon be a minimum requirement for self-hosted WordPress sites by mid-2017. And since PHP is the programming language that forms the backbone of WordPress, this is one tutorial you shouldn’t put off. …
How to Use Git for WordPress Development
You know Git, right? It’s one of the most popular version control systems in use today. Plus, it’s everywhere: Pre-installed by many hosting providers, used as the system that operates behind GitHub and Bitbucket, and now even built into easy-to-use WordPress plugins. There’s been a lot of noise about Git in the WordPress community lately thanks to the development of …
Setting Up VersionPress for Git-Powered WordPress Version Control
One of the best things about WordPress is how easy it is to make sweeping changes to a website in just a few minutes. But with no easy way to revert a website to a previous state, you can lose a lot of work very quickly if you aren’t careful. VersionPress brings the power of Git to WordPress so you …