Uncategorized

How to merge two folders, including all sub-folders and files, on Mac

By The Mighty Mo! Design Co. / November 3, 2022 / Comments Off on How to merge two folders, including all sub-folders and files, on Mac

Today I had an issue where I needed to merge two folders, each of which contained many sub- and sub-sub folders that had lots of images. After a lot of trial-and-error and some Googling, I found the best solution is to use the “ditto” command in Terminal like this: That’s it! Hat tip to AppleInsider.

Read More

How to check if your current page is the wp-login.php page

By The Mighty Mo! Design Co. / June 7, 2022 / Comments Off on How to check if your current page is the wp-login.php page

I realized this morning that my TMM Maintenance Mode WordPress plugin had a bug that was causing the wp-login.php page to be inaccessible. The solution was to write a simple function that checks whether or not we’re currently on a login page, and then add a call to that function in my code. Here’s the…

Read More

How to Unzip .bz2 File via Command Line

By Toby Cryns / February 22, 2021 / Comments Off on How to Unzip .bz2 File via Command Line

To unzip a .bz2 file via the command line, “cd” to the directory, then type: That’s it!

Read More
wordpress to S3 how to

How to Migrate Your WordPress Media Library to Amazon S3 on the CHEAP!

By Toby Cryns / December 1, 2020 / Comments Off on How to Migrate Your WordPress Media Library to Amazon S3 on the CHEAP!

One thing has irked me over the years is the near monopoly that Delicious Brains holds on the WordPress-to-S3 market AND their corresponding price-gouging and strange pricing for their S3 plugin. Here’s how to break their monopoly and migrate your WordPress media library to S3 on the cheap.

Read More
where to reset wordpress password

Where do I reset my WordPress password?

By Toby Cryns / April 27, 2020 / Comments Off on Where do I reset my WordPress password?

It’s quite common for people to lose their WordPress password. Here’s a 1-step “how to reset your password for your WordPress site” tool. Enjoy!

Read More