Categories are a taxonomy type in WordPress. By default, they do not have any image associated with them.
But you can add a custom...
The WordPress default posts screen looks like this -
The columns in the screen - Author, Categories, Tags, Comments, Date are all core columns and shows...
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...
The post edit screen in WordPress has several boxes that show additional parameters that the user can edit/update.
Login to WordPress. Edit a post and these...
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...