
We are here to help you!
Latest Posts
How to Set default page template as full width template WordPress admin.
How to Set default page template as full width template WordPress admin. Just add below…
How to run ajax in wordpress
How to run ajax in wordpress What is Ajax? Ajax stands for Asynchronous JavaScript And XML. It’s used to…
How to get Total number of pages and posts .
For Getting Total Number of pages function total_pages() { $total = wp_count_posts(‘page’)->publish; echo ‘Total Pages:…
How to Use Gutenberg with WordPress Custom Post Types
Over the years, the WordPress community has been using WordPress Custom Post Types (CPT) for…
How to add class in the body tag of wordpress
How to add a body class in WordPress. If you want to add your custom…
How Easily fix WordPress POST and REQUEST 404 error on form submission
Easily fix WordPress POST and REQUEST 404 error on form submission If you have been…
Question / Answer
Predefined Questions and Answers generally ask by the WordPress developer .
How to create breadcrumbs.
How to create breadcrumbs. The “breadcrumbs” refers to an website navigational flow . That is…
How to Create Custom taxanomy
How to Create Custom taxanomy WordPress taxonomies are used as a way to group posts…
How to add a custom post type in WordPress
How to add a custom post type in WordPress In WordPress, we only get three…
How to create a custom plugin
How to create a custom plugin To create a plugin, the First you need to…
How to Make a Theme in WordPress
How Make a Theme in WordPress For creating a custom wordpress theme go to the…
What’s the way to enqueue js and css in wordpress.
What’s the way to enqueue js and css in wordpress. In WordPress Development Many users…
How to upload SVG files in media.
How to upload SVG files in media. WordPress supports multiple image formats, including .jpg, .jpeg, .png, and .gif. However, it…
How to create multisite in wordpress.
How to create multisite in wordpress. Step 1 : Enables the multisite feature. For multisite…
What is the hook in WordPress?
What is the hook in WordPress? Hooks in WordPress give authority to developers to easily…