How WordPress automatically approving comments?

Comments are a very important part and a way to increase engagement with your site. some sites allow auto commenting and some sites don’t allow that both have their own views about this In this article, we will learn about WordPress automatically approving comments. how is WordPress automatically approving comments enabled?

What are WordPress comments?

In WordPress, a comment is a message left by a reader or visitor on a blog post or page. Comments allow readers to engage with the content on a WordPress site, and can be a useful way for the site owner to gauge reader reactions and gather feedback.

When a reader leaves a comment on a WordPress site, it is added to the comment section at the bottom of the post or page. Site owners can moderate comments, approving or deleting them as necessary, and can also allow readers to reply to comments, creating a threaded conversation.

What are the benefits of commenting on the site?

There are several benefits to allowing comments on a website:

  1. Increased engagement: Comments allow readers to engage with the content on a site and share their thoughts and opinions. This can create a sense of community and encourage readers to return to the site in the future.
  2. Feedback: Comments provide a way for readers to give feedback on the content on a site. This can help the site owner understand what readers like or dislike about the content, and make improvements accordingly.
  3. Search engine optimization (SEO): Fresh, unique, and high-quality content can help improve a site’s search engine rankings. Allowing comments can encourage readers to add their own thoughts and ideas to a post, which can help increase the overall word count and add fresh content to the site.
  4. Social proof: Comments can serve as social proof, showing other readers that the content on a site is valuable and worth reading. This can help increase the site’s credibility and authority.
  5. Increased exposure: Allowing comments on a site can help increase the site’s visibility on the web. When readers leave comments, it can generate more links to the site, which can help improve the site’s search engine rankings.

Why we allow WordPress automatically approving comments

There are a few reasons why you might want to allow WordPress to automatically approve comments:

  1. To save time: Moderating comments can be a time-consuming process, especially if you receive a large volume of comments on your site. Allowing WordPress to automatically approve comments from trusted commenters can save you time and allow you to focus on other tasks.
  2. To encourage engagement: Allowing comments to be automatically approved can encourage readers to leave comments, as they will see their comments appear on the site more quickly. This can increase reader engagement and help create a sense of community on your site.
  3. To reduce spam: By automatically approving comments from trusted commenters, you can help reduce the amount of spam comments that you need to deal with. You can also use a plugin like Akismet to help filter out spam comments.
  4. To keep the conversation flowing: If you receive a lot of comments on your site, allowing comments to be automatically approved can help keep the conversation flowing and prevent delays in the approval process.

However, it’s important to note that you should still regularly check your comments to ensure that they meet your site’s guidelines and are appropriate for your audience.

Why we do not allow WordPress automatically approving comments

There are a few reasons why you might not want to allow WordPress to automatically approve comments:

  1. To maintain control: By manually approving comments, you can have more control over the content that appears on your site. This can be especially important if you have a high-profile website or if you are concerned about maintaining a certain image or tone on your site.
  2. To prevent spam: While using a plugin like Akismet can help filter out spam comments, manually approving comments can give you an extra level of control over the comments that appear on your site.
  3. To ensure quality: Manually approving comments can allow you to ensure that the comments on your site are of high quality and add value to the conversation. This can help create a more positive user experience for your readers.
  4. To protect sensitive content: If you have a site that discusses sensitive topics, manually approving comments may be a good way to ensure that inappropriate or offensive comments do not appear on your site.

Everything is important in its own value here is any other topic What is WordPress index.php?

How to approve comments automatically in WordPress?

To approve comments automatically in WordPress, you can follow these steps:

  1. Log in to your WordPress dashboard.
How WordPress Automatically Approving comments?
  1. Click on the “Settings” option in the left-hand menu.
  1. Click on the “Discussion” submenu item.
  1. Scroll down to the “Before a comment appears” section.
  1. Under “Comment Moderation,” uncheck the box next to “An administrator must always approve the comment.”
How WordPress Automatically Approving comments?
  1. Scroll down and click the “Save Changes” button.

With these settings, comments from trusted commenters will be automatically approved, while comments from new commenters will be held for moderation. You can also use plugins like “Akismet” to automatically filter spam comments.

Last Words:

Ultimately, whether or not to allow WordPress to automatically approve comments is a decision that will depend on your specific needs and goals for your site. Comments can be enabled or disabled for individual posts or pages, or for the entire site. Site owners can also set comment moderation options, choose whether or not to allow anonymous comments, and customize the look and feel of the comment form.

If you allow comments automatically or not but you need a firewall on your WordPress site and here are some firewall plugins.

How to Center the Page Title in WordPress?

To center the page title in WordPress, you can use the following steps:

  1. Log in to your WordPress dashboard and go to the page that you want to edit.
  2. Click on the “Edit” button to enter the page editor.
  3. In the page editor, click on the “Text” tab to access the HTML code for the page.
  4. Find the code for the page title. It should look something like this:
<h1 class="entry-title">Page Title</h1>
  1. Add a style attribute to the h1 element and set the text-align property to center, like this:
<h1 class="entry-title" style="text-align: center;">Page Title</h1>
  1. Click the “Update” button to save your changes. The page title should now be centered on the page.
  2. If you want to center the page title on all pages, you can add the same style attribute to the h1.entry-title element in your theme’s stylesheet (usually style.css).
  3. Please note that the exact steps may vary depending on your theme and WordPress version. If you’re having trouble centering the page title, you may want to consult your theme’s documentation or reach out to the theme developer for support.

Read more: How to Choose a hosting provider smartly?

How to get a post title in WordPress?

You can follow us on Facebook too.

What is WordPress index.php?

In WordPress, the index.php the file is the main template file for your website. It controls the display of the main content area of your website, and it acts as a fallback template if other templates are not available. we will discuss all information related to WordPress index.php in this blog.

The index.php the file is used to render the home page of your website if you have not set a static home page. It is also used to display the blog page if you have set your front page to display static content and your posts page to display your latest blog posts.

The index.php the file is located in the root directory of your WordPress installation and it is a part of the theme you are using for your website. You can edit the index.php file to customize the way your home page and blog page look. However, it is generally recommended to use a child theme or a custom plugin to make changes to your website, as changes made directly to the index.php file may be lost when you update your theme.

WordPress index.php location

In WordPress, the index.php file is located in the root directory of your WordPress installation. This is the directory where you installed WordPress, and it is typically called “wp-content” or “public_html” on most hosting platforms.

To access the index.php file, you can use a file manager tool provided by your hosting provider or connect to your website via FTP and navigate to the root directory of your WordPress installation.

Once you have located the index.php file, you can edit it using a text editor. It is generally recommended to use a child theme or a custom plugin to make changes to your website, as changes made directly to the index.php file may be lost when you update your theme.

index.php content in WordPress

The index.php file in WordPress controls the display of the main content area of your website. It is a part of the theme you are using for your website and it acts as a fallback template if other templates are not available.

The index.php file typically includes code to display the header, footer, and sidebar of your website, as well as the main content area. The main content area is usually populated with posts or pages from your WordPress website, depending on the settings you have chosen for your home page and blog page.

Sample code:

Here is a simplified example of the basic structure of an index.php file in WordPress:

<?php

get_header();

if ( have_posts() ) {
  while ( have_posts() ) {
    the_post();
    the_content();
  }
}

get_sidebar();
get_footer();

This code will display the header, footer, and sidebar of your website, and it will loop through the posts or pages on your website and display their content in the main content area.

You can customize the index.php file by adding or modifying the code that controls the display of your website. However, it is generally recommended to use a child theme or a custom plugin to make changes to your website, as changes made directly to the index.php file may be lost when you update your theme.

Read more: How to Choose a hosting provider smartly?

How to get a post title in WordPress?

You can follow us on Facebook too.

Get blog page URL in WordPress

If you are working on some kind of customizations or developing some kind of theme or plugin in thing in WordPress you must have to read this. here we will discuss how WordPress get blog page permalink works.

WordPress development is made easy for developers due to its built-in functions. If you want to know how to get the blog page URL in WordPress this article is for you.

Details of wordpress get blog page permalink function:

In simple words, this function is used to get the URL or permalinks of one WordPress post to another post.

Syntax:

get_blog_permalink( int $blog_id, int $post_id ): string

in PHP it is written as:

<?php echo get_permalink( get_option( 'page_for_posts' ) ); ?>

Parameters

$blog_id int Required

ID of the source blog.$post_id int Required

ID of the desired post.


Return

string The post’s permalink

Read more about this here.

Example:

function get_blog_permalink( $blog_id, $post_id ) {
	switch_to_blog( $blog_id );
	$link = get_permalink( $post_id );
	restore_current_blog();

	return $link;
}

Read more: How to Choose a hosting provider smartly?

How to get a post title in WordPress?

How to create a post in WordPress?

post in wordpress

Create a post in WordPress is the first and the starting step in blogging and even all fields if you want to start a blogging website then this will be the first thing you need to do. Although to create a post in WordPress is a very easy and steps process.

For creating a post in WordPress user should follow these steps:

Step 1: login the site “WordPress Dashboard“.

Step 2: click the posts icon on the left side display in navigation menu.

Step 3: Four options will appear. So the user click Add new button on the Posts page for creating a new post.

Step 4: Enter the title in a title bar it will appear on the top of the post.

Step 5: After giving the title, type content in a content bar. Users can format the text of content using an editor, like users can bold italic and also change colors of text.

Step 6: The user can also add images. The user can add an image with the help of the “Add Media button”.

Step 6: when the user has entered the information in the posting user can click the publish button. Then the post is displayed on our website.

Step 7: User can also click on save draft to save the information if user does not want to publish his post publicly.

Here you can read How to log in to the Rainloop admin dashboard?

Read More: How to Change Upload limit On CyberPanel?

How to Change Upload limit On CyberPanel?

How to write a post in WordPress?

post in wordpress

When you want to do some work with WordPress the first step is to write a blog post in WordPress. To start writing a post in WordPress is a very easy process. In this article, I am going to tell you how you can write a post in WordPress.

When someone new starts a new blog or any type of other site using WordPress. So you must have knowledge about creating and managing posts with WordPress. This is one of the cores and basic requirements of WordPress.

So before going to do anything else in WordPress you just have to know how to create a blog in WordPress. As blog or post always have a great impact on the site ranking, site SEO, and all.

Login to your WordPress:

First of all, you have to log in to your WordPress admin dashboard. Normally your WordPress admin dashboard access is on:

https://www.yourwebsit.com/wp-admin

if you have any custom login link for the WordPress admin dashboard you can visit that and provide the user name and password to log in.

Login to your WordPress:
Login to your WordPress:

Create a post in WordPress:

Once you logged in now you can see a lot of options in the left side menu of the WordPress dashboard.

Go to the Posts-> Add new Post option in the left menu.

Create a post in WordPress:
Create a post in WordPress

Once you click there this will redirect you to the posting page where you can write the post according to your choice and content.

Post

On this page, you can write the content on the main page, and on the right side, you can see a lot of options like some important are Categories, tags, featured images in the post tab.

You can add categories to your posts, tag, and also set featured images to your posts.

 Create a post in WordPress

Save post:

In WordPress, you can also make posts to draft and you can also publish them once.

But as you know one post needs many reviews so you have to save it to draft and maybe you have to preview it many times and after all, you can publish a zero error post. so these all buttons and options are present on the top of the right site on the posting page.

Save post:
Save post:

Here you can read How to log in to the Rainloop admin dashboard?

Read More: How to Change Upload limit On CyberPanel?

How to Change Upload limit On CyberPanel?

You can follow us on Facebook too.

How to force redirect HTTP to HTTPS website in CyberPanel?

In this article we will tell you how to force redirect HTTP to HTTPS website in CyberPanel?

What is HTTP?

HTTP stand foe Hypertext Transport Protocol. When you enter http:// in your address bar in front of domain, it tells the browser to connect over HTTP. HTTP use TCP(Transmission control protocol), generally over port 80, to send and receive data packets over ther web.

What is HTTPS?

HTTPS stands for Hypertext Transfer Protocol Secure (also referred to as HTTP over TLS or HTTP over SSL). When you enter https://in your address bar in front of the domain, it tells the browser to connect over HTTPS. Generally sites running over HTTPS will have a redirect in place so even if you type in http:// it will redirect to deliver over a secured connection. HTTPS also uses TCP (Transmission Control Protocol) to send and receive data packets, but it does so over port 443, within a connection encrypted by Transport Layer Security (TLS).

Redirect from HTTP to HTTPS

if you forcefully redirect your website HTTP to HTTPS in Cyberpanel, you will need to add a rewrite rule to that website in order to have it automatically forward to HTTPS instead of HTTP.

In CyberPanel you can forcefully redirect HTTP to HTTPS website using rewrite rules.

To add this:

Force redirect HTTP to HTTPS website in CyberPanel:

  1. Select Websites on the left menu
force redirect HTTP to HTTPS website in CyberPanel

2. Choose the SSL enabled website from the list

force redirect HTTP to HTTPS website in CyberPanel

3. Select “Rewrite Rules” in the Configuration section

force redirect HTTP to HTTPS website in CyberPanel

4. Copy and paste the following code:

force redirect HTTP to HTTPS website in CyberPanel
rewriteCond %{HTTPS} !on
rewriteCond %{HTTP:X-Forwarded-Proto} !https
rewriteRule ^(.*)$ https://%{SERVER_NAME}%{REQUEST_URI} [R,L]

5. Now just save your changes, and you’re done!

After doing this on OpenLiteSpeed you must have to restart your webserver. Beacuse OLS need to restart to read the rewrite rules properly.

How to add ZeroSSL on your site? Free SSL for your website?

Read More: How to Change Upload limit On CyberPanel?

How to Change Upload limit On CyberPanel?

How to fix Fix WordPress 404 permalink OpenLiteSpeed- 404 error on OpenLiteSpeed

If you host your WordPress websites with OpenLiteSpeed you may get a 404 error on the permalink of your website. here in this article, I will explain how you can fix ix WordPress 404 permalink OpenLiteSpeed.

OpenLiteSpeed is the free version of LiteSpeed Enterprise and this free version is not as stable as the paid version. Not OpenLiteSpeed WordPress permalink often gives 404 error. When you move site from one server to another or made any change this error comes up. Here i will discuss few methods to solve this issue.

Methods to fix WordPress 404 permalink OpenLiteSpeed:

Method 1 Fix Permissions:

If you are using CyberPanel and you did any change of website after that 404 error come to the site you can fix it by doing few thing.

  1. Fix permissions from the file manager
  2. Restart OLS

Fix Permissions from the file manager:

To fix permission you have to log in to your cyber panel then go to the Websites-> List website select the domain for which you have to fix the issue then press the Manage button present in front of the website.

Manage Website
Manage Website

On the Website Dashboard you can see File Manager press to access the file manager.

File Manager
File Manager

In file manager click Fix Permission button and you can see the success massage in green color.

Fix Permission
Fix Permission

After doing all now its time to restart OLS.

Restart OpenLiteSpeed:

To restart OLS from CyberPanel you have to go on Server Status ->LiteSpeed Status and then you see two-button shutdown and reboot. Press the Reboot button and you can see a success message.

Restart OpenLiteSpeed:
Restart OpenLiteSpeed:

Method 2 htaccess:

An other reason is the missing rules in htaccess for WordPress. To check htaccess rules. Go to the Public_html folder of the website. If you have CyberPanel go to the Website->List Websites then press Manage button.

Then go to the file manager from the Website Dashboard.

File Manager

In file manager open and open .htaccess file and see if there is rules or if the file is empty.

If file is empty add these rule and press save.

# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

and after doing this restart OLS as mentioned above.

Read more: How to create, delete and manage Child Domains in CyberPanel?

Follow US on Facebook / Twitter Instagram .

Redis One-Click Install through CyberPanel

Redis One-Click Install through CyberPanel

Do you know now from CyberPanel version 2.0.3 you can install Redis on your server using one click? Here we will tell you one-click Redis install through CyberPanel.

Now CyberPanel made the install and use of Redis cache on your server very easy.

Redis is an open-source cache use to cache database, and use as a message broker. Nowadays it is very important to use cache and boost your website. CyberPanel helps you to do this.

One-Click Redis install Through CyberPanel:

Follow these steps to setup Redis on your server.

  1. Login to CyberPanel
  2. One-Click Redis Install
  3. Install Redis PHP extension
  4. Setup Redis on WordPress using LS Cache

Login to CyberPanel:

Login to your CyberPanel using the credentials. Follow the link with port 8090.

https://<Your_IP>:8090
CyberPanel

One-Click Redis Install:

To install Redis on your server you have to go to the Manage Services->Application -> Redis then you can see the install button there. Click that and your Redis installed.

https://<Your-IP>:8090/manageservices/manageApplications
Redis Install

Now your Redis is installed and you have to install PHP extension to run properly.

Install Redis PHP extension:

Now go to the PHP-> Install Extension Then you have to select PHP version for which you want to install Redis Extension. You can also follow this link.

https://<Your-IP>:8090/managephp/installExtensions
PHP Extension

Now search redis on the search bar and you can see redis PHP extension press the Install button and everything is good to go.

Redis

Setup Redis on WordPress using LS Cache:

Now it’s time to setup Redis on your WordPress site. We will tell you here how you can setup Redis on your WordPress site without any extra plugin. Ls cache plugin will all do for you. Let’s begin how to do.

  1. Go to the LiteSpeed Cache -> Cache option in the left menu
  2. Then go to the Object
  3. Turn on object Cache and set method to Redis
  4. Change port to 6379 and press save
  5. You can check here if the Redis extension and connection test are passed then it’s good to go.

Read more: How to create, delete and manage Child Domains in CyberPanel?

Follow US on Facebook / Twitter Instagram .

Factors Affecting WordPress website page Speed

Factors Affecting WordPress website page Speed

Here in this article we are going to discuss Factors Affecting WordPress website page Speed.

Do you like websites which take some time to load? Do you want to visit again on site on which you wait for page to open?

I think no one like to wait for loading of slow sites. Users always want a quick response from the website. After clicking the link they don’t want to wait and waste their time.

Above is the user perspective now if we come to the website owner’s view, the owner never wants to lose his/her visitor from the site. But we know there are a large number of things which affect page speed and load of our website. We know it is not possible to list all but we mention a few things that are common for this.

Factors Affecting WordPress website page Speed
Factors Affecting WordPress website page Speed

What do we learn in this article?

  1. What is page load and speed?
  2. Why Page speed and load is important?
  3. Factors Affecting WordPress Website Loading Speed.
    1. Unoptimized images
    2. Irrelevant, extra, and outdated Plugins and themes
    3. Cache Plugin and its configurations.
    4. Extra and unoptimized CSS and JS.
    5. Hosting server
  4. How to check Page speed?
  5. How to solve the problems stated above?

What is page load time and speed?

Page speed is the loading speed for your page. It mean that how fast your page loads for your user. Acutely the time between the click by user and the view of page.

You can say that page speed is the page load time or time taken for the first bit. Site speed and page speed are two different things but sometimes we mixed both as one.

Now if we look at load time, Load time is the total time taken to download whole page and display it. When the whole content is there then we can say that this is the load time for our page.

Why Page speed and load is important?

As we know that now the internet is going fast and fast every day. With the increasing speed of the internet websites also need to be fast. As we no if your site is slow then there is no space for your website.

Now users want that website to load fast. So he can get his result as soon as possible. The important issue with having a slow website is that your users will often lose patience and leave. But this is not your user that wants this there are a lot of other important things for which your page speed is important.

Website ranking depends upon different things and these all relate to your page speed. If you want to rank high your site you need to improve your bounce rate, SEO, etc. Google as well as other search engines check all these things.

If your website is fast google always prefer fast site. In this way your SEO score will improve and when your SEO took you up visitor come and they will navigate between the page if your site is fast. This will improve your bounce rate.

Factors Affecting WordPress Website Loading Speed:

There are a large number of factor that affects your website page speed and make it slow here we will discuss the most common factor that affects the page speed. So stay with us to check these:

1: Unoptimized images

The most common mistake that people makes which cause there site slow Is the use of unoptimized images you create an image and upload it without optimizing it is not a good move. You must optimize your image before upload it on your site.

Use of unoptimized images is one of the common mistake made by most of us. We will also discuss how to overcome this issue later.

2: Irrelevant, extra, and outdated Plugins and themes

One of the big reason of getting site slow in WordPress user. The use of irrelevant, extra, outdated and pirated plugins. Sometime people see any new plugin and install it to test and they didn’t remove it, this thing slow down your site. There are also some user who like to use pirated plugin because they don’t want to pay for it that thing is very bad for their speed and security.

Many of us usually don’t like to update plugin scar of being destroy settings. More you have these thing more your site is slow.

When you install WordPress some Default themes also come with that. Most of the user never touch them and also never delete that make more load on server and cause site slow.

3: Cache Plugin and its configurations:

Use of cache plugin is very important to speed up your site. There are a lot of Cache plugin in market you can use them. There are a lot of free and also paid too. Use of cache plugin is is good but the important thing you have to configure it in right way. if you don’t know how to configure it then using this cause extra plugin only.

4: Extra and unoptimized CSS and JS:

The main function or propose to use cache plugin is to optimize extra and unoptimized CSS and JS. But where did it come. Acutely most of WordPress users like to buy ready made themes instant of making there own and all. They buy theme and plugin from any where and use it.

But the bad thing is that themes are not according to your requirement theme and plugin fulfill yours but also have a lot of extra and unoptimized JS and CSS files that caused the slow site issue.

6: Hosting server:

Chose of hosting is one of another important affect on site speed. If you have a big and high traffic site and you host it at a shared plan. then you cant get the required speed.

There are also other things which you need to keep in mind while selecting host. Like if your visitor are from India and your site is hosted in US then this is also a very bad move.

How to check Page speed?

There are a lot of ways to check Page speed of your website. Here we discuss some common page speed tools with are commonly used to check the performance of your website.

Google PageSpeed Insights:

Google PageSpeed Insights
Google PageSpeed Insights

Google PageSpeed Insights is one of the simple and most powerful tool to check the page speed of any website. It gives you both Mobile and Desktop page speed score. So you can easily check and compare the performance of your website.

This Google PageSpeed Insights also give you the issues details and this is very important for your SEO term.

GT Metrix:

GT Metrix:
GT Metrix

This is an other tool that helps you to check your page speed and helps you to improve you site speed and ranking. GTMatrix is also a great tool to check the performance of you site click here to visit GTMatix and check you page speed.

Pingdom Speed Test:

Pingdom Speed Test:
Pingdom Speed Test

Pingdom Speed Test is also a speed test tool. They says that they are cost effective and reliable uptime and performance monitoring provider for your website. They give you a kind of brief and detailed report about your website.

Web Page Test:

Web Page Test:
Web Page Test

This tool is not simple as other this a a tool which give you a detailed view about your website. But this tool worth look. This will give you information about the Security, First Byte, Keep-Live, Compress transfer, Cache static etc.

There are also many other tools but for now we will discuss only these.

How to solve the problems stated above?

AT the last of this article we will tell you how you can solve the problem stated above.

Optimize your Unoptimized images:

You have a lot of options to optimize your images, you can optimize you images using different ways like you can optimize before and after uploading we will give you name of some plugins and methods through which you can optimize your images before and after uploading to the site.

Optimize your images before upload:

You can optimize your images before uploading. This is one of the core factor from the factors affecting WordPress website page Speed.

The optimize your images there are few basic thing you have to take care of, Like always use JPG, webp, etc. versions of image files instant of using PNG.

This is a good and intelligent move to optimize images before uploading it on live site. You can optimize your Images before upload using differnt tools. I will state some of them here.

  1. Pixler Online Editor
  2. Adobe Photo Shop
  3. Image optimizer
  4. Tiny PNG
  5. Optimizilla

You can optimize your images before uploading using these tools and editors. there are large number of tutorials to do so. Go get any of these tools and optimize your image before upload.

Optimize your images before upload
Optimize your images before upload

Optimize Images Through Plugins:

Better move is you can upload optimize images but if you didn’t do that and after upload you fell that you have to optimize these so in this case you can now optimize your images using plugin.

Here I will mention some plugin through which you can easily optimize your images. Even you have old images and you want to optimize them.

  1. Smush
  2. Optimole
  3. ShortPixel Image Optimizer
  4. Ls Cache
  5. Imagify

Using these plugins you can easily optimize your images by just following some steps.

Optimize Images Through Plugins:
Optimize Images Through Plugins

Remove Irrelevant, extra, and outdated Plugins and themes:

This is one of the main reason and it is very easy to solve this issue.

Just need to login to your system and check how many plugins need Updates. Also check which are the inactive or extra plugins which you don’t need or without those you can easily do your work.

One of the best thing to remember in this section is to remove the default theme mostly people do not remove default theme and keep those.

GO to the admin dashboard and check the inactive plugins under PLUGIN->INSTALLED PLUGIN->INACTIVE.

PLUGIN->INSTALLED PLUGIN->INACTIVE.
PLUGIN->INSTALLED PLUGIN->INACTIVE

Cache Plugin and its configurations:

Now a days there are a lot of cache plugins which you can use to get a speed on your site but the question is how to use these plugins on your site.

I must say configuration of a cache plugin is an important and critical phase. Here are some popular cache plugins.

  1. Ls cache
  2. WP Rocket
  3. Auto Optimizer
  4. Flywheel

You can follow some of these guides to configure these cache plugins.

The Beginner’s Guide to LiteSpeed Cache for WordPress

Find the Best Settings for your Site

Cache Plugin and its configurations:
Cache Plugin and its configurations

Extra and unoptimized CSS and JS:

Using above plugins you can optimize extra CSS and JS but the question is where it came from. Extra CSS come in the Ready made themes so to avoid these better to use a custom theme that gives you the css and js that you needed.

Chose a Good Hosting server:

The best thing and the hard decision to make is the chose of good and reliable server.

If you have a big sized WordPress site and you bought a shared plan that is not a good move at all. There are some things which you need to take care of before buying a server.

  1. Your target location and server location
  2. Your site content and your server capacity
  3. Selection of Server providers
  4. Shared, VPS or dedicated server choice.

These are some steps and thing you need to take care of before doing and looking for speed. these are Factors Affecting WordPress website page Speed. And we also stated how you can remove Factors Affecting WordPress website page Speed.

How to add live chat on WordPress Website – Integrate Tawk.To Live Chat to WordPress

Follow US on Facebook / Twitter Instagram .

How to add live chat on WordPress Website – Integrate Tawk.To Live Chat to WordPress

How to add live chat on WordPress Website – Integrate Tawk.To Live Chat to WordPress

In this Article I am going to share my personal experience that how i added the Twak.to Live Chat in my WordPress Site. After reading you come to know how to add live chat on WordPress Website.

This tutorial is basically my personal experience that how I integrate live chat on my WordPress Website. So without wasting time lets start tutorial.

Steps to add live chat on WordPress:

  • Add Plugin to your WordPress website.
  • Create account on Tawk.To Live Chat
  • Integrate Tawk.To with your website.

Step 1: Add Plugin to your WordPress website:

The first thing to do during the process of setup Live chat on your website. You have to add Tawk.To Live Chat WordPress plugin on your WordPress.

You can add this plugin using different ways. You can follow this guide to add tawk.To plugin on your WordPress website. Click Here to follow guide.

Add WordPress Plugin on your Website.

Once plugin is added to your WordPress site. Now you have to check your plugin here.

Now go to Setting-> Tawk.to option.

Setting-> Tawk.to
Tawk.to Settings

This page need some details from your Tawk.to account. its time to signup on tawk.to.

Steps 2: Create account on Tawk.To Live Chat

To configure your Tawk.to with your WordPress site you need to create Twak.to account on there platfrom first.

To create your account please click here.

  1. Click on the signup button and provide all required details. Provide all the following details EMAIL, NAME, PASSWORD.
signup button and add live chat on WordPress Websit
Sign up on tawk.to

If all of your information is correct then next screen appears that ask you to chose the Language for your live chat like i chose ENGLISG US.

chose the Language
Language Selection for tawk.to

After the selection of language click on Create Property and provide Property Details.

  1. Site Name
  2. Site URL
  3. Widget Name
Property Details
Property Details

Click on Team Members button and add there details.

Team Members
Team Members

Your email is default admin for your account but if you want to add someone else you can add.

Now you will asked to select type of your website and widget. you can add on this screen and click on done.

Install Wiidget
Install Widget

Once process completed you can see take a tour screen.

take a tour and know to add live chat on WordPress Websit
take a tour

Step 3: Integrate Tawk.To with your website:

You have to integrate your tawk.to account to your website now.

Go to the Settings-> Tawk.to Add email and password for your tawk.to account that you created in last step.

Settings-> Tawk.to
Settings-> Tawk.to

Now after sign in you have to select property that you created there on tawk.to account to enable live chat on your wordpress site.

live chat on your wordpress site
Select a property

You can visit the dashboard from here also.

dashboard
Dashboard

Now if you visit your site you can see this option for live chat on your WordPress site.

live chat on your WordPress site.
Live chat on your WordPress site.

Read More: How to set up Google Drive Backup on CyberPanel?

Follow US on Facebook / Twitter Instagram .