Skip to content

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…
Reading time
6 min read
Updated date
December 14, 2022
Topic
Learn PHP
Topic
WordPress Tips

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…
Reading time
11 min read
Updated date
September 24, 2024
Topic
WordPress Tips

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.
Reading time
12 min read
Updated date
June 22, 2022
Topic
WordPress Tips

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.
Reading time
13 min read
Updated date
October 9, 2019
Topic
WordPress Tips

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.
Reading time
6 min read
Updated date
February 6, 2024
Topic
WordPress Security
Topic
WordPress Tips

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.
Reading time
8 min read
Updated date
June 28, 2024
Topic
JavaScript Tutorials
Topic
WordPress Tips

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!
Reading time
10 min read
Updated date
July 10, 2023
Topic
WordPress Development
Topic
WordPress Tips

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.
Reading time
7 min read
Updated date
April 30, 2024
Topic
WordPress Tips

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.
Reading time
10 min read
Updated date
August 2, 2024
Topic
WordPress Tips

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.
Reading time
18 min read
Updated date
December 19, 2022
Topic
WordPress Tips

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)!
Reading time
16 min read
Updated date
October 16, 2023
Topic
WordPress Tips

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…
Reading time
7 min read
Updated date
January 12, 2024
Topic
WordPress Tips