How To Use Sass With WordPress

Blog
There are many benefits of Sass for WordPress developers. You’ve probably heard many arguments for using a pre-processor by now. CSS pre-processors provide the opportunity for better code organization by using partials and nesting styles. Pre-processors help developers style faster by writing mixins and functions. Pre-processors also allow us to write more maintainable, scalable code with logic and variables. Convert a Stylesheet to Sass The best way to start using Sass in WordPress development is to use a theme that has Sass files included. The Underscores theme is my favorite starting place for a new theme. However, if you’re starting with a theme that doesn’t have Sass files included, you’ll need to convert the existing stylesheet to Sass. The good news is that if you’re using the .scss syntax (which…
Read More

The Ultimate Guide To WordPress Keyboard Shortcuts

Blog
In this tech-savvy day and age, keyboard shortcuts are nothing new. In fact, you probably use these types of shortcuts every day. For example, when Windows users want to Copy and Paste something, most will use the shortcut CTRL + C, and then, CTRL + V to execute the action. But did you know that WordPress has its own set of keyboard shortcuts? Yup, it’s true! And they can help make your life a whole lot easier. Instead of just mentioning a few helpful shortcuts that we hand picked, we are going to give you a full guide to all the Keyboard Shortcuts that are available to use in WordPress. That way you can bookmark this page and use it at your leisure in order to quickly learn all the…
Read More