When you login to a WordPress site the dashboard homepage looks similar to this -
There are some widget boxes in the homepage that shows various...
A few days ago, I received a mail from one of my users. She wanted to know how to add the author details in a...
Usually post content in WordPress is generated by registered and trusted users and filtering the content before publishing is not a concern.
But while developing a...
WordPress core has a number of inbuilt functions that can be used as sanitizers. That means, these functions can be used to sanitize user input.
These...
Controls are user interfaces used to manage theme settings.
You can add controls to the theme customizer screen using the WordPress customizer API.
You will use...
The inbuilt WordPress customizer gives us a great way to customize a custom theme.
If you need a few theme settings added, you can do...
A select control allows you to pick one of many values for a theme setting. It acts as an user interface for that setting.
To use...
A text control can be used to manage a simple theme setting.
And adding text control to a theme is fairly easy. You can use...
The WordPress customizer is an option that makes adding various settings for a custom theme quite easy.
If you do not know what is a customizer,...
Creating a WordPress theme from ground up is a long winding process.
There are hierarchies you have to keep in mind and the content loop...