Steps to Host WordPress on GCP

STEP-1: Sign in to your google cloud console.  Email verification  Mobile number verification  Address and account details verification  Received mail after step 3: Next step is to verify the account. Mail received After verification: STEP-2: Create the first project Select new project Clicked → ‘   Go to your Console   ’  Created a new project ‘My Trial… Continue reading Steps to Host WordPress on GCP

How to Fix FTP Permission Errors on Google Cloud

First, Give permission to the admin in GCP. http://jobinandjismi.in/how-to-add-permissions-for-the-user-in-iam-in-gcp/ Basically, we need to follow 6 steps to rectify the issue. They are:  Identify Error Permission denied errors occur when you don’t have the required permissions to make changes to a file that you’re trying to edit over FTP. 2. Connect to VM InstanceTo fix the problem,… Continue reading How to Fix FTP Permission Errors on Google Cloud

Blog related WP-functions

Some useful WordPress functions used for Blog Development: get_post_permalink() To get the post link get_permalink($post->ID)To get the corresponding Blog link get_the_post_thumbnail_url(get_the_ID())To get the post thumbnail image URL get_the_title()To get the Title of the Post get_the_excerpt()To get the expert Text

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 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.