WordPress allows for password protection on a page or post level using the Visibility option. (see screen print on right), but what if you want to password protect the entire website so that only thos ...
Delete All WordPress Comments Using phpMyAdmin
In the event an extraordinary amount of WordPress comment spam is received, comments can be quickly deleted by using MySQL or phpMyAdmin. First, login to your cPanel dashboard. Under the database s ...
An Easy Way to Customize a WordPress Template File
Sometimes you just need to tweak a theme's template file in order to add custom elements not made available by the customizer or theme options. If you're not comfortable modifying a template's php cod ...
How to Resolve WordPress Fatal error: Allowed memory size of 67108864 bytes exhausted…
WordPress is written in PHP, a server-side programming language. Servers need sufficient memory to run multiple applications at the same time and will allocate specific memory size to different applic ...
Using TextWrangler to Compare Text Files
TextWrangler is capable of comparing text files and highlighting the differences between them, and it’s super easy to do it: 1. Open the two documents that you’d like to compare in TextWrangler. ...
How to Reset Your WordPress Password using PHPMyAdmin
If you’re on a shared hosting plan and have cPanel, login to cPanel and select phpMyAdmin found under Databases. Once you’re inside phpMyAdmin, select the database that you’re using for your Wo ...
Working with SSL Certificates and HTTPS
When accessing a website that uses HTTPS (connection security), the website's server uses a certificate to prove the website's identity to browsers, like Chrome. Anyone can create a certificate claimi ...
Moving a Forum from One Server to Another
Moving a forum to a new server can be a daunting task, especially when considering the need to transfer critical information contained in the forum's database. Not only will the forum files and databa ...
Using Gmail to Connect to Your Other Email Accounts
How to Use Gmail To Connect To Another Email Account (POP or IMAP) Open up your Gmail or Google Apps account. Click Settings (gear icon, upper-right). Select the Accounts and Import tab. ...
Installing WordPress using FTP
Manually installing WordPress (also known as the famous 5 minute install) is the cleanest way to install WordPress. This is especially true as more and more 1-click installation tools such as Quick In ...