How To Check For Security Updates in WordPress
More often than not when people start a WordPress website they are not aware that they have the ability to check for WordPress security updates […]
More often than not when people start a WordPress website they are not aware that they have the ability to check for WordPress security updates […]
In 2018, the European Union passed the GDPR law which requires consent for storing personal information. This includes any tracking cookies used in comment forms.
How to Add a Checkbox in WordPress Comments for GDPR Compliance Read More »
While QR code usage has fallen off in recent years, 2018 showed us that the rise, or comeback if you will, of QR codes, made
How to Generate QR Codes For Your WordPress Website Read More »
The Git toolbox is full of useful commands. That being said, three of the most useful commands available for you to use are the git
The Difference Between Git Reset, Git Checkout, and Git Revert Read More »
Not all websites are family-friendly. Some may have adult-only content or other sensitive materials for a mature audience. Being able to age-gate WordPress content reduces
Git hooks are scripts that run automatically every time a particular event occurs in a Git repository. A Git hook allows you to customize Git’s
Displaying the company address and other contact information in WordPress does two major things: a) it improves trust in the brand, and b) makes it
The git rebase command has a reputation for being a command that Git beginners should stay away from. However, Git rebasing can actually make life
The comment section of WordPress is a great way to add interaction with your visitors. But what if you don’t want comments on every section
How to Disable Comments for Media Attachments in WordPress Read More »
A WordPress Loop, or “The Loop,” as many call it, is a function in WordPress that is used to display each of your posts. Usually,