Are You Looking for a Way to Reset Your WordPress Website? Perhaps You Wish to Start from Scratch? While There Isn't an In-Built WordPress 'Reset' Button, Admin are able to Reset their Website Either Manually or Through the Use of a Plugin. In this tutorial we'll take a look at how a WordPress … [Read more...] about How to Reset a WordPress Install
How to Remove Powered by WordPress from Your Web Site Footer
If you are interested in removing the "Powered by WordPress" credit from the footer of your web site, this tutorial will go through the steps on how to do that. In this tutorial, you will be introduced to: How to remove or edit the credit link from your theme's template files How to locate … [Read more...] about How to Remove Powered by WordPress from Your Web Site Footer
How to Begin Creating a WordPress Plugin
Creating a plugin extends the power of WordPress. Follow along with this tutorial for a quick beginner's course on how to begin the process of creating a custom plugin. In this tutorial, you will be introduced to: Why creating a custom plugin is a better choice over modifying core theme, … [Read more...] about How to Begin Creating a WordPress Plugin
How to Fix: WordPress Site not Working on Localhost After Port Change
If you have installed WordPress on localhost (example: using XAMPP) and then later you need to change the Apache's HTTP port number, you will find that the existing WordPress installs will stop loading. It will auto redirect to the URL with the old port number and fail to load. Trying to load the … [Read more...] about How to Fix: WordPress Site not Working on Localhost After Port Change
Simple Table of Contents (ToC) Using Pure HTML and CSS Code
For one of my blogs, I needed a simple and clean Table of Contents (ToC) implementation that uses pure HTML and CSS only (no plugins or JavaScripts). I can then manually add the ToC into any page where I want to show it. This method has the benefit of not having to load any JS files on every page of … [Read more...] about Simple Table of Contents (ToC) Using Pure HTML and CSS Code
Adding Your Own Custom Fields in the Software License Manager Plugin
This is a tutorial for the Software License Manger plugin. This tutorial is aimed at advanced WordPress Plugin developers. Lets say, you want to create an extension or a custom plugin to add couple of extra fields to save some info with each of the license keys. Below is a guideline on how to … [Read more...] about Adding Your Own Custom Fields in the Software License Manager Plugin
WordPress Plugin – Cite the Source for Images Attached to Your WordPress Posts
WordPress is clever with data storage in that it likes to avoid redundancy. And since, arguably speaking, storing data like the content of posts, in a database is a handy thing, so is storing "other data" within the same field and table structure. While I (Keith here) don't want to get into how … [Read more...] about WordPress Plugin – Cite the Source for Images Attached to Your WordPress Posts
How to Advertise to Your WordPress Visitors from Facebook
In this article, and the attached video, I will walk you through the process of allowing Facebook to "collect" the visitors of your WordPress web site into an "audience" that you can later advertise to from Facebook. First though, why would you want to do this? Well, when people visit your web … [Read more...] about How to Advertise to Your WordPress Visitors from Facebook
Upgrading the Core WordPress Custom Menu Widget
In this article, I walk through upgrading the Custom Menu widget for WordPress to offer the ability to use the Menu Name as the Title for the menu, without the redundancy of having to retype it. I do not hack the core to make these changes. I add code to the functions.php file of a child theme. That … [Read more...] about Upgrading the Core WordPress Custom Menu Widget
Software License Manager & Product Communication
Important Note: The intended audience for this article are software developers, with an intermediate level (2+ years) understanding of Internet and programming concepts. Previously, we introduced the concept of Software License Managers (SLM); and the important role they play, both in increasing … [Read more...] about Software License Manager & Product Communication