This is a follow up article for the how do I start a blog series that we have been publishing on this site to help users get started and create a successful blog. In this tutorial we are going to walk through how to generate Favicons for all platforms, starting with just one favicon file, and … [Read more...] about How to Add Favicons to Your WordPress Site
How to Get the Image URL from the WordPress Media Library
Many tools, widgets, themes, and plugins for WordPress often ask for an image URL during the configuration steps. Follow along to see how to get the Image URL so you can use it in the configuration. In this tutorial, you will learn: How to upload an image to the WordPress Media Library. How … [Read more...] about How to Get the Image URL from the WordPress Media Library
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
Add a Status Text Next to Your WordPress Post Title
In this tutorial I will show you how you can add a status text next to the post title based on a condition. There are two different ways you can handle this: Show the status text dynamically when WordPress is rendering the post title. Update the post title text in the wp_posts database … [Read more...] about Add a Status Text Next to Your WordPress Post Title
Customizing the Payment Button Styles of the Stripe Payments Plugin
In this tutorial I am going to show you how you can customize the payment button styles of the Stripe Payments plugin. You can customize your button styling using "class" parameter of the shortcode. If it’s omitted, your button will retain the default style provided by … [Read more...] about Customizing the Payment Button Styles of the Stripe Payments Plugin
How to Use Menus in WordPress
This is a tutorial for the video answers to top WordPress questions series that we have been publishing on this site to help users get started with WordPress. In this tutorial, you will learn: How to manage Navigation Menus on your site within the WordPress Customizer. How to use … [Read more...] about How to Use Menus in WordPress
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
Hiding the Download URL of the File with Simple Download Monitor Plugin
The simple download monitor plugin has an option that you can use to keep the download URL of the file hidden. This can be useful if you are offering some password protected file downloads and you want to keep the actual URL of those files hidden. … [Read more...] about Hiding the Download URL of the File with Simple Download Monitor Plugin
AMP Boot Camp: Making Your WordPress Site AMP-Only
AMP, or Accelerated Mobile Pages, is meant to be displayed on mobile devices that often lack in the powerful hardware of the desktop computer. AMP pages are marked up in a special way, and keep speed in mind. They limit the tags that can be used, and feature a rule set of which can be looked at as … [Read more...] about AMP Boot Camp: Making Your WordPress Site AMP-Only
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