Category Archives: Free Education

How To Find Your VPS Or Dedicated Server’s IP?

All VPS and Dedicated servers on SANGKRIT.net provides you a dedicated IP address which is used for completing various important tasks such as pointing any domain to your server so that you can create a website on it and more.

Continue reading How To Find Your VPS Or Dedicated Server’s IP?

How To Generate CSR (Certificate Signing Request) On cPanel?

A CSR or Certificate Signing request is a block of encrypted text generated on the server that the SSL certificate will be used on. It contains all important information to be included in your SSL certificate, information comprises of your common name (i.e. domain name), locality and country etc.

cPanel provides you a built-in feature to generate CSR code to use for sending certificate signing request and get your SSL configuration settings ready to work on your website’s domain.

Continue reading How To Generate CSR (Certificate Signing Request) On cPanel?

How To Scan Your WordPress Themes For Threats?

Theme Authenticity Checker (TAC) allows you to easily scan all of your theme files for potentially malicious or unwanted code. The plugin searches source files of every installed theme for any signs of hidden malicious code or injection etc.

And if such code is present on your WordPress theme, the plugin will display you the path to that specific theme file, the line number, and snippet of the suspected code to be removed.

Continue reading How To Scan Your WordPress Themes For Threats?

What Are WordPress Transients? How To Manage Them?

WordPress Transients works like a basic built-in cache system used by WordPress core and theme. Transients API is used by theme developers, it offers a simple and standardized way of storing cached data in database temporarily by giving it a custom name and a time-frame after which it will expire and be deleted.

Continue reading What Are WordPress Transients? How To Manage Them?

How To Add BuddyPress Menus On WordPress Navigation?

By default BuddyPress menus such as personal activity, notifications, profile, settings and messages are automatically added to WordPress admin bar.

But now there is no need to stick with WordPress admin tool bar on frontend just because it shows BuddyPress networking menus. Because now you can easily add BuddyPress’s personal and account menu items to any menu location using built-in WordPress navigation settings.

Continue reading How To Add BuddyPress Menus On WordPress Navigation?

Enable Gmail Hotkeys & Create Custom Keyboard Shortcuts

Gmail is now the most used emailing service but custom keyboard shortcut and hotkeys support is rather an unknown feature of Gmail.

This is because by default Gmail keeps it disabled. But if you spend most of your time in reading and writing emails then you can easily enable it for quicker navigation between inbox, drafts, contacts, tasks and other important sections on Gmail.

You can not only activate keyboard shortcuts but also create your own custom ones to compose, send, search emails and much more.

Continue reading Enable Gmail Hotkeys & Create Custom Keyboard Shortcuts

Configuring WP Super Cache Plugin To Speedup Your WordPress Website

WP Super Cache is a popular and featured cache plugin, officially developed by WordPress core programmers and Automattic team. The plugin can be used everywhere such as on shared hosting plans, VPS and dedicated servers.

It powers WordPress with a very fast caching engine that produces static HTML files to better your loading time and reduce resource usage.

When HTML files are generated, your webserver starts to serve those files instead of processing PHP queries. Hence, less resources are used and website loads faster than before.

These static files are served to majority of your visitors, but when a user’s details are shown in the comment form, as they leave a comment then in that case requests are handled by the legacy caching engine.

Continue reading Configuring WP Super Cache Plugin To Speedup Your WordPress Website

Limit Users Access To Their Respective Website In WordPress

A few hours back, we have discussed about automatically redirecting users to their specific website, as soon they login to your WordPress multisite network.

But once a successful login is made, it won’t get called again with that code and thereafter if any user attempts to get access to other’s website, he will easily get it.

So how to enforce redirection to logged-in user’s respective website? In this lesson you will learn about getting this job done with an easy PHP function.

Continue reading Limit Users Access To Their Respective Website In WordPress

How To Login Redirect WordPress Users To Their Subsite?

You can automatically redirect users to their respective sub-site after login in your WordPress multisite network. This can easily be done either by adding some code in your theme’s function.php file or via Code Snippets plugin.

Continue reading How To Login Redirect WordPress Users To Their Subsite?

What WordPress Cache Plugin To Use? WP Super Cache Or W3 Total Cache?

WP Super Cache and W3 Total Cache are two most popular cache plugins for WordPress websites. Both plugins are designed to generate cache of your website in order to make it fast and perform better on world wide web.

Continue reading What WordPress Cache Plugin To Use? WP Super Cache Or W3 Total Cache?

How To Add SMS Sharing Button In WordPress?

There are various plugins that allows your users to share posts on social networking websites. Earlier we have discussed about adding Whats App sharing button in WordPress, read:

  1. WhatsApp Sharing For WordPress Can Increase Your Website Traffic
  2. Enable WhatsApp Sharing Button In Jetpack Powered WordPress Site

Now you may also activate SMS sharing button so that your users would be able to share your content by sending links to mobile numbers via SMS.

Continue reading How To Add SMS Sharing Button In WordPress?

How To Clear “Briefly Unavailable For Scheduled Maintenance” Message In WordPress?

Core automatic upgrade feature was introduced in WordPress Version 2.7. While doing automatic upgrade WordPress places a file named .maintenance in your website’s root directory.

The file is shown during automatic and manual updates made from WordPress admin section. But sometimes when WordPress fail in completing the update process (especially when your PHP memory is hitting its resources or during some communication error etc), it keeps showing, “Briefly unavailable for scheduled maintenance. Check back in a minute.” message on every page of your website.

Continue reading How To Clear “Briefly Unavailable For Scheduled Maintenance” Message In WordPress?

Autoptimize Your WordPress Website Minimizing JS, CSS & HTML

When it comes to optimizing your WordPress website, the question comes, how to? Now no worries, in this lesson you will learn about automatically optimizing your website and minifying JavaScript, CSS and HTML files which are pushed into header when you activate new plugins and themes in your WordPress installation.

Continue reading Autoptimize Your WordPress Website Minimizing JS, CSS & HTML

Google’s New App Will Link Android Watches To Apple iPhones

Google is now trying to pursue iPhone users. The new app by Google is going to link Android watches to Apple iPhones. Likewise, till now Android watches were only programmed to work with Android smartphones. Similarly, Apple Watches are designed to be used exclusively with iPhones.

Continue reading Google’s New App Will Link Android Watches To Apple iPhones

Remove Query Strings From Static Resources In WordPress

Google uses page speed to rank any website on its search results page. Hence, removing query strings from static resources improves the performance of your website.

This not only betters your performance on SERPs but also enhances user experience, because no one wants to visit a website that takes lots of seconds to load.

Continue reading Remove Query Strings From Static Resources In WordPress

Android Pay – Google’s New Mobile Wallet App Is Now Available

Android Pay is Google’s second mobile wallet app (after Google Wallet). It is fast, secure, tap-pay-done app, now officially available for download at Google Play.

It works with all NFC-enabled Android devices (running KitKat 4.4+), on any mobile carrier, at every tap and pay ready location across the US.

Continue reading Android Pay – Google’s New Mobile Wallet App Is Now Available

How To Remove Built-in User Roles In WordPress?

Subscriber, editor, author and contributor are built-in WordPress user roles. In case you have already created new user roles using popular User Role Editor or any other plugin and now you don’t need default WordPress user roles on your website. You can easily remove them by creating a new PHP function.

Continue reading How To Remove Built-in User Roles In WordPress?