Creating a Plugin – The Basics

To create a WordPress plugin, you’ll need to create a plugin folder within the wp-content/plugins directory, then create a main PHP file with a header and write your plugin code, following WordPress’s plugin development guidelines.  Here’s a more detailed breakdown: Prerequisites: Notice that these are things we included in this course beforehand to make sure you were…

What is a CMS

At its base level, a content management system (CMS) manages your content. However, that merely realigns its name. A content management system will, as a minimum, perform several key tasks: Allow you to add, edit, and remove web pages from your website. Allow you to manage uploaded content for your site, be it pictures, audio…

What is WordPress?

WordPress is what many would call a mid-level Content Management System (CMS). It offers some of the complex features of high end CMSes, but has some limitations and stays relatively easy to use. In most circumstances, you won’t need a special administrator to setup and run WordPress, like you would need with some CMSes. Best…