How to Include jQuery from CDN for WordPress?
Let’s start from the very beginning. CDN (Content Delivery Network or Content Distribution Network) is the technology of geographically accurate delivery of content (files), so that the…
Free WordPress Tutorials for beginners to learn about self-hosted WordPress and take your site to next level.
Let’s start from the very beginning. CDN (Content Delivery Network or Content Distribution Network) is the technology of geographically accurate delivery of content (files), so that the…
In fact, there are four means of changing a parent theme: Update the file style.css of the parent theme: create it in the child theme, import data…
Code Snippet Purpose When you delete a post or page, WordPress by default send the content to trash section without any warning. However, the trash…
Purpose of Code Snippet PHP is the backbone of WordPress. In order to protect the hosting servers, many web hosting companies limit the memory limit…
WordPress offers different user roles to manage the website. Administrator is the role in WordPress with the highest level of authorization. An Admin user can…
Until version 5.0, WordPress was using a TinyMCE based text editor interface called Classic Editor. This was a simple and super fast editor that you…
Wp-config.php is a WordPress configuration file that contains sensitive information to control the behavior of your website. WordPress software does not contain wp-config.php by default,…
htaccess is a configuration file for web servers running with Apache software. It contains server configurations to direct the behavior your website. The file by…
Thumbnails are variations of the original image you upload on your site. Your theme and plugins can use these thumbnails to show correct size images…