Wordpress Development

How to Remove Default Meta Boxes from Admin Panel in WordPress

This tutorials helps WordPress developer to remove default meta boxes from WordPress admin panel. To be clarify these default meta…

9 years ago

How to add Custom Fields to user profile in WordPress

This tutorial will show you the way to add custom fields for user profile in dashboard. This is very simple,…

9 years ago

WordPress Get Post ID by various parameters

This tutorial helps you to find the POST ID by various ways of various need. During theme or plugin developments…

9 years ago

How to display posts by DAILY, WEEKLY & Others Various Type

Today i am going to show you the code to display posts by Daily, Weekly, Monthly, Yearly & some other…

9 years ago

WordPress Meta Query Examples for Custom Post Type

Meta Field that we can call as 'Custom Field' is well known to everybody. In WordPress, we use certainly custom…

9 years ago

Get Custom Posts for Custom Taxonomies & Terms

Taxonomies are basically a way of grouping data in WordPress. In WordPress, the most common default taxonomies are ‘categories’ or…

9 years ago

Get Menu ID by Theme Location

Sometimes we have to build up our menu settings by own HTML layout where wp_nav_menu or nav-menu-walker function becomes harder…

9 years ago

How to Add Checkbox to page/post type in WordPress

In my previous discussion, we already made a clear conception of meta box and also learned how to add custom text field to…

9 years ago

How to Add Radio Button to Post or Page in WordPress

In our previous discussion, we already made a clear conception of meta box and also learned how to add custom…

9 years ago