Learn how to create custom post types in WordPress manually and with plugin to easily manage different type of content very easily and effiiently.
In this video, You will learn how to easily remove tags menu from WordPress admin without using a WordPress plugin.
Learn how to easily disable WordPress category and tag feeds without using plugin.
Learn how to force WordPress to stop adding P tag around images using a simple function you need to add in the functions.php file.
Many spammers are using WordPress comment to get a link back to their website. You can hide URL field from the comments form by adding a simple function to your `functions.php` file.
What is functions.php file The WordPress functions.php file behaves like a WordPress Plugin, It is used to add new features and functionality to a WordPress site. You can use it to call functions to disable e enable new theme features, both PHP and built-in WordPress, and to define your own functions. Each WordPress theme contains…