Comprehensive Guide to make WordPress Theme Options with Customization API

Comprehensive Guide to make WordPress Theme Options with Customization API

The Theme Customizer was introduced since WordPress version 3.4 then it’s become a relatively new way of WordPress Themes to provide you with options. It allows for an editing environment where theme options can be tried by the administrator before being applied to the live site. In this tutorial, we will look at exactly how this feature can be added to a theme and I show you how to create your own classes to extend the controls to make your own Customizer Custom Controls, since not all fields and requests are in the core already. You can access existing solutions of the community or create your own classes.

Read more
Navigate & Control Your WordPress Dashboard with Keyboard Shortcuts

Navigate & Control Your WordPress Dashboard with Keyboard Shortcuts

WordPress has lots of built-in keyboard shortcuts that come without the use of any plugin that you can use to edit your posts or work with comment moderation. If I need to make a text bold/italics, or insert a link/image or wrap a text in quotes all I need to do is perform the keyboard shortcut. Not only does this enable me to save time but it also helps me to blog more efficiently.

Read more