Is there a better way to make direct changes to your WordPress website? Yes, there is! In this article, Nick Schäferhoff will show you local WordPress development. You will learn about the benefits of building a local WordPress development environment, how to set one up and how to move your local site to the web when it’s ready. Learning how to install WordPress locally is super useful. It enables you to make site changes, run updates, test themes and plugins and more in a risk-free environment (and it’s free thanks to open source software).
Read more…
What is Selenium and how can it help you? Well, what if you were told that you could basically automate any task in your browser as if a real person were to execute it? Yes, you read that right. It is possible. In this article Nils Schütte will show you how you can spend less time testing the front end of web applications and still being confident that every feature will work fine. You will find a step-by-step example for automating and testing the login function of WordPress, but you can also adapt the example for any other login form.
Read more…
Marketing is not about guessing what your customers want; it’s about finding it yourself and offering them that one thing they need. Sometimes, you simply want to know what makes your page great in terms of design, layout and content structure. Unlike Google Analytics, which works with numbers and statistics, the heatmaps show you the exact spots that receive the most engagement on a given page. In this article, Adelina Țucă will show you why they’re so efficient for your marketing goals and how they can be integrated with your WordPress site. Knowing what your users’ actions are when they land on your web pages could be something truly fascinating, and you can learn a lot from it.
Read more…
Extensible plugins are really awesome and give us room for a lot of customization possibilities. Imagine if you were the developer of this plugin. What would you do if a user asked for some particular functionality? Just when you thought you’ve finally found a plugin that does everything you need, there’s still that one tiny important thing it can’t do. In this article, Benjamin Intal will show you how to make your plugin extensible and reduce headache.
Read more…
The WordPress REST API is a game-changer for WordPress, which can now safely be called a web application framework — not just a CMS. If you’ve been looking for a content-driven solution, Muhammad Muhsin will explain how you can build a SPA WordPress theme with React. Continue reading this article to find out why this is a good choice for your web app’s back-end technology.
Read more…
When creating free or premium WordPress themes, you’re bound to make mistakes. WordPress has its own coding and theming standards. While you can write PHP the way you want to in your template files, it’s best to actually stick to “the WordPress way,” even if it’s not necessarily “the best way.” In this article, Nauris Pūķis will show you how you can avoid them in order to save yourself time and focus on actually creating themes people will enjoy using!
Read more…
WordPress is a free and open-source software (also known as FOSS) project. There are plenty of ways you can contribute some of your time back to the WordPress project without having to look at a line of code. Pick your favorite, and you’re off! You would be surprised to find that there are many ways that people can contribute back to the project without even writing or understanding a line of PHP. Interested? Then let’s get cracking, shall we?
Read more…
It’s a well-known fact that it’s not easy for WP websites to implement code-splitting through Webpack. In this article, Leonardo Losoviz takes things into his own hands and implements his own version of code-splitting for an open-source framework named PoP. He will analyze the performance of a website with and without code-splitting, and the benefits and downsides of using a custom implementation over an external bundler. We hope you enjoy the ride!
Read more…
Migrating to or from multisite is hard. In this article, Nícholas André simplifies the whole migration process by reducing the endeavor to a couple of CLI commands. The WordPress Importer works reasonably well for smaller, simpler sites, but leaves room for improvement. The MU-Migration tool, a WP-CLI command that helps developers migrate sites to or between multisite instances. Multisite migrations have various technical complexities, and this tool can help alleviate them.
Read more…
In this article, Jakub Mikita is going to guide you through the entire process of creating and handling AJAX calls. You will learn how to make an AJAX call, but also how to do it the best way using features that WordPress offers developers right out of the box. There are a lot of “without-page-refresh” solutions out there, but here’s one you can create with AJAX. by the end of this tutorial, you will know how to build a simple plugin which will allow readers to send a report without reloading the page.
Read more…