ProcessWire is a content management system distributed under the Mozilla Public License version 2.0 and MIT License. It is designed to tackle the issues caused by exactly this kind of opinionatedness by being non-opinionated. At its heart, it is based on a few simple core concepts and offers an exceptionally easy-to-use and powerful API to handle content of any kind. ProcessWire is a good fit if you want to develop a JSON REST API, an image-resizing app for employees, a front end for managing millions of products, a web application for displaying the financial results of companies, a simple blog, a website for a big university, or just a simple one-page informational website. Let’s get right into it!
Read more…
In this article, Emerson Loustau comprises a collection of code snippets that he uses on almost every WordPress project. What they all have in common is that they limit functionality that is either unnecessary, confusing, or unsafe. Everything that follows can be used on any site, but these tips are especially applicable for professionals making custom themes and plugins for clients. A well-designed WordPress theme should make as many design decisions as possible so the author doesn’t have to.
Read more…
Support is a crucial element that determines not only the success of the project, but also how happy everyone will be, me included. Thomas Maier constantly optimized his approach to providing support. In this article, he will share with you what he learned. When you welcome people to the community with a helpful and positive reply, you not only help them fix their issue, but strengthen the community as a whole. After all, the foundation of WordPress is communication.
Read more…
SSL is the “S” in HTTPS. It adds a layer of encryption to HTTP that ensures that the recipient is actually who they claim to be and that only authorized recipients can decrypt the message to see its contents. In this article, Emerson Loustau will show you how to upgrade your website to HTTPS to improve your website, protect users and participate in the advancement of the Internet. And it won’t cost you anything!
Read more…
The WordPress server stack has had to evolve over the years to keep up with this need for speed, therefore WordPress server stack looks quite different today than it did a few years ago. To better understand it, Carl Alexander is going to explore this new stack in detail. You’ll see how the various pieces fit together to make a WordPress website fast.Today marks a special day for WordPress. Powering many websites (and yes, Smashing Magazine is one of them), it celebrates its 13th birthday today. Happy birthday, dear WordPress! Here’s to many more!
Read more…
Anyone who has created a WordPress plugin understands the need to create configurable fields to modify how the plugin works. There are countless uses for configurable options in a plugin, and nearly as many ways to implement said options. You see, WordPress allows plugin authors to create their own markup within their settings pages. As a side effect, settings pages can vary greatly between plugins.
In this article we are going to go over three common ways you can make your plugin configurable. We will start by creating a settings page and create our fields using the default WordPress Settings API. I will then walk you through how to set up your fields with a custom handler. Finally, I will show you how to integrate a great configurable fields plugin Advanced Custom Fields (ACF) into your own plugin.
Read more…
In this article, Carlo Daniele will show you how to provide your WordPress installation with an advanced search system allowing the user to search and retrieve content from a specific custom post type, filtering results by custom taxonomy terms and multiple custom field values. He will cover both a theoretical introduction to handling user requests and a concrete application of that theory, particularly, building an advanced search system.
Read more…
If you’re looking for some great ways to improve your WordPress workflow, read on for a massive collection of free themes, plugins, tools and tutorials. These resources were all linked via the Smashing Magazine Twitter stream, Facebook stream, and other social-media streams around the Web.
Read more…
Part of what makes WordPress so versatile is its powerful plugin system, which makes it incredibly easy to add functionality. In this article, Emerson Loustau will walk you through how he made GitHub Pipeline, a plugin that allows you to display data from the GitHub API on WordPress pages using shortcodes. By the end of this article you will have a clear understanding of the moving pieces involved in creating a WordPress plugin that consumes third-party service APIs, and hopefully you are inspired to write your own WordPress API plugin!
Read more…
Creating the perfect website is not an easy task, nor is it a done deal. The perfect website requires time and continual work to keep it that way. Perfecting a website entails putting services in place to handle such problems. There’s always something to optimize, trends to keep up with, security issues to worry about. If you plan on being in business for years to come, prepare yourself. Don’t worry if you don’t have everything in place to make your website perfect. Start out as best as you can. Above all else, a perfect website requires experience, which you can only get by giving things a go and sticking around.
Read more…