WordPress is one of the most popular blogging platforms with many powerful features, and Custom Post Type & Custom Taxonomy in WordPress is one of them. Let’s first understand the custom taxonomy in WordPress. What is a Custom Taxonomy in WordPress? WordPress…
Expand +Year: 2020
Complete Steps to Create Custom Post Types in WordPress
If you are a WordPress Developer and working on client site where you need to create custom post type in WordPress to addons some new feature. But you don’t want to install any WordPress plugin to create custom post type,…
Expand +Implementing Client-Side Logout Functionality in React
User login and logout functionality in react is an important part of any Web Application. It does not matter your application built with React, Nodejs, PHP, or any technologies. If your application is built with React and you want to…
Expand +How to use map() in Javascript
Introduction to JavaScript Array mapfunction or map() The map function or map() in javascript is very helpful when you need to convert or modify the elements in an Array. See Below image code It runs from left to right across the…
Expand +What is Deno & Will it replace Node.js?
#What is Deno.js? A secure runtime for JavaScript and TypeScript. Better version of Node.js Learn According to the official webpage, what is Deno.js? Also check out the official 1.0 announcement blog post. Well, Deno.js is a runtime for JavaScript (like the same Node.js is a runtime for…
Expand +How to Create Dynamic XML Sitemap in Codeigniter?
How to create dynamic XML sitemap in CodeIgniter application is really important to crawl website pages links or URLs for Google, Yahoo. Every basic website needs an XML sitemap so that we can submit the XML sitemap to google search…
Expand +Export HTML Table to PDF using jQuery
How to convert or export HTML table to pdf using jQuery is a big problem for Web Application Developers and every time they look for appropriate solutions, so After reviewing this post you’ll not take more than 5 minutes to…
Expand +How to Zip and Download files using NodeJS
In this tutorial, I’ll show you the basic procedure of how to zip and Download files using NodeJS. For a web application, zipping multiple files and downloading is a key feature for any web developer or programmer. Assume you are developing…
Expand +Django Vs Node: Which one is the Best For Back-End Web Development?
Django vs Node is a difficult question, because Django is a web framework, while Node.js is a JavaScript runtime built on Chrome’s V8 JavaScript engine. In other words, Node is a platform offering lots of libraries while Django is a…
Expand +How to expire JWT token on logout?
How to expire JWT token on logout from the app or website?. It is an important question for node js programmers who are using the JWT library to generate an authentication token. JSON Web Tokens JWT (JSON Web Tokens) provides…
Expand +