💻 WordPress
-
How to remove all files in a directory except specific subfolders in Zsh (Linux or Mac)
I’ve shared how to remove all files in a directory except specific subfolders in Bash, but unfortunately, this command doesn’t work for Zsh. After some tweaking, I was able to reproduce the same behavior, which is to remove everything inside wp-content/plugins/, except folders starting with dk- or exactly named auto-login, and index.php: Dry run Here’s…
-
MailPoet (WordPress Plugin) is not working on Firefox
When I opened MailPoet in the WordPress Dashboard using Firefox, nothing was showing, and the solution was so unexpected I had to share it.
-
How to remove all files in a directory except specific subfolders in Bash
Today I Learned how to delete all contents of a folder except specific subfolders using Bash.
-
Installing Local WP in Ubuntu: unmet dependencies libaio1 libncurses5
How the fix the unmet dependencies error.
-
How to install WordPress Studio in Ubuntu Linux
Excited about Studio’s launch for WordPress devs but bummed about no official Linux support? Here’s how to set it up on Ubuntu with a few tweaks and simple steps!