WordPress meta box is a very useful feature that allows you to add completely custom data to posts or pages in WordPress. Custom meta box contains data which allow admin to add/edit/delete post metadata. We can add any number of meta boxes to posts and pages on the WordPress admin side. Below is
Create custom widget in WordPress is a small function that performs a specific task. Also, you can say the widget is contents and features that we can add in a sidebar. WordPress comes with some default widgets like a tag cloud, search etc. We can easy to use a widget in
WordPress is providing the best admin dashboard from where to we can manage all the things and it’s very easy to add menu in WordPress admin for custom functionality. Sometimes we also need that same type of menu and pages also need child menu for that menu. so for that WordPress has
WordPress taxonomy is a grouping mechanism for some posts like category, tags. The names for the different groupings in a taxonomy are known as terms. example i am having a bunch of animals and i need to group of animals by it’s characteristics so we can differentiate they by term. below is the
Create shortcode in WordPress is easy and the most useful things in WordPress So that we need to know about how to create a shortcode in WordPress. Shortcode is some type of code that will do work like some functionality needs everywhere then use a shortcode to reduce rewrite the code
WordPress can manage many types of contents and it’s robust CMS. WordPress comes with different types of default post type like the post is a specific post type. All post types manage in a wp_posts table in a database. below is the code for how to create custom post type
We have already discussed how to create a post in WordPress but at WordPress, development time need WordPress to create post programmatically. In WordPress development, it’s most important things we always know about the post because WordPress is all about the post. So before start programming to insert post in WordPress first we need to