Blog

Welcome to my blog! I love writing about things I have learned to deepen and share my knowledge.

How to Use Query Parameters in Your WordPress PHP REST API Route/Endpoint ⚡️

How to Use Query Parameters in Your WordPress PHP REST API Route/Endpoint ⚡️

When building a custom WordPress API endpoint to pull data from your WordPress site, you can pass query parameters into...
Read More
How to Backup WordPress Site Files With 10 Minute Download Time (Using Zip)

How to Backup WordPress Site Files With 10 Minute Download Time (Using Zip)

SUMMARY: If you zip the folder containing your WordPress files, and download the zip file instead of the folder, the...
Read More
How to Assign Variable Values Using the Ternary (?) and Logical AND (&&) Operators in JavaScript

How to Assign Variable Values Using the Ternary (?) and Logical AND (&&) Operators in JavaScript

The ternary (?) and logical AND (&&) operators in JavaScript can be used in place of an if...else statement, and...
Read More
How to Deactivate WordPress Plugins Through FTP

How to Deactivate WordPress Plugins Through FTP

An error on a WordPress website can sometimes be caused by activating a certain plugin. We can deactivate plugins on...
Read More

What is a CDN and Why Will it Help My Website?

A CDN is a network of servers. The servers store static assets from your site, and this helps to decrease...
Read More
1 6 7 8 9 10 16