Cheatsheet

  • How to use SVN on MacOS for WordPress.org

    ·

    The official WordPress repository for themes and plugins uses the subversion system to manage the different versions and updates. It is pretty similar to using Git, with a little difference. Uploading your themes or plugins is easy once you configure your terminal or app. I love Homebrew for its simplicity and ease of installation of…

    Read More

  • WordPress Theme and Plugin Testing Tools and Commands

    ·

    If you have not noticed yet, I work as a Business Development Manager for a WordPress plugin company named Themeum. It has been quite a while performing this role, testing products and ensuring better quality. Providing a great user experience is a very crucial part of my job. I try to test all the products…

    Read More

  • Git not working in macOS Catalina?

    ·

    I just updated to macOS Catalina yesterday. When started my terminal, it wasn’t able to recognize it as a Git repository. I work with WordPress plugins. So I thought I might have updated directly from WordPress.org so the Git folder got replaced and it is not a Git repo anymore! So I tried to clone…

    Read More

  • How to turn on or off a module from Jetpack

    ·

    I was setting up Jetpack for a new site. I like the WordPress.com interface and love to have all the sites within one single app! I wanted to use their contact form feature on the new site. But the changes on the form settings were not being saved.

    Read More

  • Script to Install a Webserver on Debian and OSX in Minutes

    ·

    Each time I reinstall the OS on my laptop, I have to struggle with the web server installation and configuration. Because I have minimal hardware and I like my environment clutter free. So I used to install each package one by one and I had to google a couple of times. One of my colleague…

    Read More

  • How to Renew Let’s Encrypt SSL

    ·

    Recently I wrote a tutorial to install Let’s Encrypt SSL on a shared hosting. The SSL certificate of my site is about to expire next month and I got 2 notification emails. So I have renewed the certificate today.

    Read More

  • Change texts in WordPress without touching the code!

    ·

      Last Updated: [last-modified] Want to change a label or wording of a WordPress plugin or theme? Want to whitelabel the entire WordPress environment for your client? This tutorial is for you! In this post, we will learn how to change any text within the WordPress environment without touching any code!

    Read More