…information printed off and probably used as a handy place to rest a coffee mug by most of the people they were produced for. If the client was exceptionally advanced, there might have been a PDF version, but it was rarely used.Times have moved on, and most manuals, or knowledge…
…ingWhen site owners install a new WordPress theme, the first thing they want to do is to tweak its look and feel to match their branding or personal preference. And most of the time, the people who buy, download, or install WordPress themes have little or no coding experience.So how…
…in OpenCart. In a conventional store front-end, you'll probably find an "Advanced search" feature so that users can filter products according to their preferences. But sometimes, you want to group different kinds of products together, although they belong to different categories. Or you would like to attach a tag to…
…ingWhat Is CodeGuard?CodeGuard is an automated, cloud-based backup service for websites and databases, and it's well suited to securely backing up your WordPress sites in real time.When it comes to backing up WordPress, we need to consider all the files in our WordPress configuration, e.g. WordPress itself, themes, plugins, image…
…in its core, many of which are what contribute to making WordPress the number one content management system in the world. Most of these WordPress features are well known—like custom post types, action and filter hooks, and the visual editor—but some of them aren't necessarily as "famous" as others. In…
…ing: border-box; } body {margin: 0;}*{box-sizing:border-box;}body{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;} So far in this series, you've learned how WP_Query is structured and what its properties and methods are. Now we're looking at the various arguments you can use with WP_Query and how you code them. WP_Query has a large number of possible arguments, which…
…In this tutorial I'll take you through: registering taxonomies for your data removing taxonomies you don't need What You'll NeedTo follow this tutorial, you'll need a development installation of WordPress a text editor a starting theme 1. Creating a Starting ThemeAs my starting theme I'm going to use a theme…
…ingIf you have been developing WordPress themes for a considerable amount of time, you will realize that you tend to reuse some—or most—of your code across projects. If you are like many of us, you might also have a starter/base theme that you use every time you start a new…
…ingWidgets are a neat way of giving site owners some control over the look (and sometimes functionality) of their WordPress sites. In this series, we are going to be creating a handful of WordPress widgets by combining the Widgets API with other external APIs. The series will consist of the…
…ing: border-box; } body {margin: 0;}*{box-sizing:border-box;}body{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;} In this part of this series on WP_Query, you'll learn how to use WP_Query to query for posts, pages, and custom post types. You can query for specific posts and pages or you can run a query to return posts of one or more…