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
Category: Wordpress
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
SSL set-up through Load Balancing in GCP
For this method, first, we have to create an Instance Group because the load-balancer cannot directly map to VM instance, but can take to VM Instance Groups. For Creating VM Instance Group : go to Compute Engine –> Instance Groups Create an instance Group Select an Instance type option from the left side. In normal… Continue reading SSL set-up through Load Balancing in GCP
SSL set-up through App Engine in GCP
SSL implementation through App Engine somewhat is a user-friendly method. Here we are adding an Extra feature for GCP (App Engine) to implement this method. Here, the SSL implementation takes place for the whole project. DNS Name verification can also be done with this method. It is in App Engine –> settings. Here, we can… Continue reading SSL set-up through App Engine in GCP