WordPress Tips
All Articles
How to Easily Create and Use a phpinfo Page (In 3 Steps)
Learn how to create a phpinfo() page to retrieve lots of information aboout your environment like version of PHP, extensions in use, EGPCS data, an…
How to Upload an HTML File to WordPress (3 Effective Methods)
Learn how to upload html file to WordPress in three different ways and upload your custom template or theme files, Google Analytics code, and any H…
How to Export a WordPress Site
Learn how to export WordPress site from WordPress.com, from MyKinsta, using the built-in tools, or even manually with phpMyAdmin + SFTP.
How to Change the Author in WordPress (5 Methods)
Learn how to change the author in WordPress in single posts, pages, how to change it for multiple posts (bulk editing), and the author archive slug.
WordPress Salts: What They Are, How They Work, and How to Use Them
Learn what WordPress salts are, how they help secure your WordPress site, and how to generate new salts and change your site's salts.
How to Defer Parsing of JavaScript in WordPress (4 Methods)
Learn how to defer parsing of JavaScript in WordPress with 4 easy-to-follow methods, plus what this warning actually means for your WordPress site.
How to Embed a Google Form on Your WordPress Site (3 Easy Steps)
Need to run a survey or collect responses from your visitors? Learn how to embed Google Forms on WordPress with this step-by-step tutorial!
How to Export and Import Users in WordPress
Need to export users from your site and import them in a new one? Learn all the methods on how to do it in our in-depth WordPress export users guide.
A Beginner’s Guide to WordPress Database: What It Is and How to Access It
WordPress uses a database management system called MySQL, which is open source software, and also referred to as a "MySQL database". Find out more.
How to Remove “Powered by WordPress”
Learn how to remove the "Powered by WordPress" credits from your footer and update it with your new info or your own code.
How to Duplicate a Page or Post in WordPress
Need to duplicate a page or post in WordPress? You can duplicate them manually, with a plugin, or with your own custom plugin (we show you the code)!
What is the WordPress .htaccess File?
The .htaccess file is a basic configuration file used by the Apache web server to let you create special rules that tell your web server how to fun…