How To Install NVM on Ubuntu 20.04 Installing NVM on Ubuntu Installing Node using NVM Install the latest version of node.js. Here node is the alias for the latest version. nvm install node To install a specific version of node: nvm install 12.18.3 Working with NVM To list installed versions of the node for the… Continue reading NVM, Node, and Gulp installation
Author: Karishma K K
Search by Title in WordPress
The below-given script structure can be used for the implementation of Search by Title in WordPress. Reloading the section to avoid page reload.
How to calculate Average Post Read Time
About Research on Plugin We can add a plugin for estimating Post Reading Time in WordPress. The easiest way to add estimated post-reading time is by using the Read Meter plugin. It’s a free WordPress plugin that helps you show the reading time and progress bar on your website. First, activate the Read Meter plugin.… Continue reading How to calculate Average Post Read Time
How to Filter Post List according to category given
How to fetch Post category in a WP Page Template Filter Post List according to category given
How to list posts in a Blog page on a particular criteria
To Fetch and display all the posts in a page.(From the current scenario, it displays title and tag name.) Filter according to tag slug To list only three items
How to Fetch Post Data and Add Post Custom field in WP.
Possibility to fetch post data to a page template in WP Instead of fetching the content of a post to a template page, I discovered how to build up the post type’s common template. As a result, we may make a post using the same template. This procedure is comparable to making a page template.… Continue reading How to Fetch Post Data and Add Post Custom field in WP.
File upload through API(conversion of base 64)
HTML CODE JS Script
Netsuite – WooCommerce Integration Plugin
The NetSuite Integration for WooCommerce plugin syncs your orders, inventory, and customers. Its features offer deep enhancement capabilities when you use it with advanced mappings like currencies, subsidiaries, shipping methods, custom forms, sales reps, and classes or any other NetSuite field with conditional mapping features. Also, provide an additional feature to sync inventory manually. Features… Continue reading Netsuite – WooCommerce Integration Plugin
WooCommerce – Subscription
About WooCommerce and its specific Plugins WooCommerce is a free eCommerce software that makes it easy for selling products and services online and is developed as an extension of WordPress.There are literally thousands of WooCommerce specific plugins that you can use to extend its functionality to add features like: Booking Subscription Shipping Platform integrations Sales… Continue reading WooCommerce – Subscription
Lead creation in NetSuite using WordPress as frontend
The requirement is to create a page where the customers can fill in the details online and once they save it, the information populates in the NS system as a lead with the information attached. After submitting the form, the user has to take a print of the form. This requirement can be achieved by… Continue reading Lead creation in NetSuite using WordPress as frontend