Search results

  1. K

    Multisite network of WordPress implementation on domain mapping

    WordPress Multisite is one of the best features of WordPress, allowing you to manage all of your sites from a single WordPress installation. Also, it features a domain mapping functionality that maps a domain to each subsite of a multisite. If this is the case, then a...
  2. K

    How to remove the WHMCS Billing & Support section in cPanel?

    You can check below steps to remove WHMCS Billing & Support section in cpanel. For this you can move particular user directory from this path /var/cpanel/integration/dynamicui/ You have to move desired user directory to /root/whmcs_dynamicui_backup with below command: mkdir -v...
  3. K

    How to change the LiteSpeed connection timeout?

    If you want to change LiteSpeed connection timeout settings and you are getting below error: 2021-09-02 03:36:02.263231 [INFO] [12071] [198.51.100.2:11313#APVH_domain.tld:lsapi] Lsapi connection state: 3, watching event: 25, respState: 1, m_iTotalPending:0, m_iPacketLeft:0, m_iCurRespHeader:12...
  4. K

    How to rebuild CageFS ?

    CageFS is a virtualized file system, each user get its separate file system so that users cannot see their sensitive information. Cloudlinux also have their own LVE for each user which helps to limit resources for single user. You can follow below commands to rebuild cageFS: cagefsctl -M...
  5. K

    Why use a Plugin for adding Google font? Try with the manual process

    As we know, website design plays an important role to improve the user's experience. More readers will visit your site if your website design is appealing, according to SEO professionals, consumer analysis specialists and marketers. Typography, on the other hand, plays a crucial part in the...
  6. K

    A Complete Guide to Changing the Default Gravatar in WordPress

    Many people prefer to change their default Gravatar to their own liking. This personalize the content section and make it look branded. In this article, learn how you can change the default Gravatar in WordPress to your own default image. Why Change Your Default Gravatar? Gravatar allows to...
  7. K

    How to disable SSH login on server?

    Most of the time this step will be taken for the security purpose, if you will directly access server without any restrictions then hackers can attempt brute force attack on your server. If you want to disable SSH login for root user then you can check this article. Login to server as root...
  8. K

    How to tar a file via SSH?

    As you know TAR stands for Tape Archive file (tarball). Tar command compresses all the files and converts it in smaller files. We can simply convert the files in to TAR file with command in linux. We can simply follow below steps: Login to server via SSH. You can compress complete directory...
  9. K

    How to add DNS in DNS Zone Editor in WHM?

    You can add below steps to add DNS records in WHM: Login to WHM. Here search for Edit DNS Zone option in WHM in left sidebar. In search bar you have to enter your domain name for which you want to edit DNS. Now you will see the list of all the DNS entries of your domain. You can also add new...
  10. K

    How will you Add WordPress Navigation Menu Certain Post?

    It is impossible to believe that WordPress is an extraordinary platform to customize the menus. You can add posts, links, categories, pages, and a lot of things. The navigation menu is nothing but a link list which is important in the overall website. You can even say it as a menu such as about...
  11. K

    Adding Custom Code to Footer and Header of a Website in WordPress: A Complete Guide

    WordPress is a great tool to build your website. And at times, you’ll be adding codes to it to enhance its functionalities. Most people, especially those not familiar with coding, find it uneasy to add the codes. That because there’s a risk of completely messing up your website if added to a...
  12. K

    How to Deal with a Hacked WordPress Website?

    Millions of websites are built on the WordPress platform. While they’re open source and hence cost-effective, they’re extremely vulnerable to hacking. So when you realize that your WordPress website is hacked, you should know what to do and the measures you need to take. In this article, learn...
  13. K

    How to update host file in Windows?

    We can use the host files to block particular hostnames which we don’t want to use in system. Hosts file: this is a file from which we can set IP address for a particular domain in our local system. We can overrule the Authoritive DNS from this file. You can access the hosts file with below...
  14. K

    Steps to remove backup files from Plesk

    Let’s see how to remove backup files from plesk: login to Plesk. Here click on “Tools & Settings” and then choose “Backup Manager” option which is available in right side. Now you are able to see all the available backup file, you have to select the particular file and then click on “Remove”...
  15. K

    Steps to download backup in Plesk

    First login to Plesk. Here click on “Websites & Domains”. Now click on backup manager option available in right hand side. Click on “Download”. Plesk provides an option to backup with password. You will see the option “Use Password Protection” checkbox, you can select it if you want to protect...
  16. K

    How to enable comments for the guests?

    If you want that your websites guest’s which means users who are not registered yet can comments on your post then you can enable or disable this in Wordpress. For the secure Wordpress website we always recommend disabling this option but if you want to enable you can follow this: Login to...
  17. K

    What are moderate comments in wordpress?

    Moderate comments means manually approve comments by the admin. If any visitors comment in your wordpress post, and if it will not published until comment approved by admin then it is called moderate comment. You can manage its settings in Wordpress according to your need. You can follow below...
  18. K

    Steps to edit the Wordpress comments

    If you want to edit the Wordpress comments then you have to follow few steps: Login to Wordpress dashboard. Here you will find “Comments” option, you have to click on it. In comments you can click on "Edit" to edit the comment.
  19. K

    What are Template tags and how to use them?

    Templates tags are used to fetch and display dynamic data. There are many built-in template tags available in Wordpress. Template tags are PHP functions which helps to work in Wordpress PHP Templates. In simple words if we want to understand, these are predefined simple functions used to perform...
  20. K

    Limit the Maximum Number of Concurrent Connections in SQL Server for Better Performance

    All applications and software retrieve information from SQL server to display the required things and to process the data. By default, you can make 32767 simultaneous connections to the SQL server at max. But in most cases, this is undesirable since so many connections at one time can slow down...
Top