What is the best way to create a custom template for a WordPress Post, is to create filter in WordPress function.php file. What is...
Installing your WordPress theme is really simple. Before you start, you need to establish what type of theme you’ll be using. This will help...
WordPress is well-known for its ease of installation. Under most circumstances, installing WordPress is a very simple process and takes less than five minutes...
The best way to add PHP pages in WordPress to Page Template in the child-theme folder. Create a file named template-mypage.php and put it...
If you have a lot of posts on your Wordpress site, and you want to limit total posts in the admin area when you...
WordPress lets you add descriptions on menu items by clicking “Screen Options” when editing the menu (top right corner) and checking “Description”. But most...
WordPress actions are triggered by specific events that take place in WordPress, such as publishing a post, changing themes, or displaying an administration screen. WordPress filters are...
If your theme doesn’t have post view counter, this is the simplest way how to count post views in WordPress without using any plugins....
WordPress post loop is basic need on WordPress website. You can use loop to display post from default post types, custom post types, tags,...
How to get the specific title attribute of WordPress image from WordPress media? Those information that are being inputted upon uploading the images life,...
The functions.php file is the heart of WordPress themes. Reason for that is, this file contain various functions to make your theme work on...
Add featured and thumb image to WordPress REST API Adding featured image to your WordPress website json respond is not something what require plugin....