In this tutorial, I’ll explain how to add videos to your WordPress posts or pages.
Tutorials
How to Disable or Limit the WordPress Heartbeat API
HeartBeat API is a feature that allows web browsers communicate with servers. This communication between the browser and server happens via Ajax every 15 – 60 seconds. The WordPress Heartbeat API is a great feature that provides real-time communication between the server and the browser. Only downside here is the high CPU usage. If you’re …
Read moreHow to Disable or Limit the WordPress Heartbeat API
HTML Forms – Best lightweight Form Plugin for WordPress Websites
Every website needs some type of web forms. Forms are useful to establish a contact with your potential clients. As a website owner or webmaster there are number of things you should know. One of the thing is about how to create web forms in your WordPress website. Your website can include several type of …
Read moreHTML Forms – Best lightweight Form Plugin for WordPress Websites
How to Disable File Editing in the Admin Area of WordPress
WordPress provides file editing capabilities in two specific locations. One is through Appearance » Editor and other is through Plugins » Editor. Using this feature you can edit Theme and Plugin files from the comfort of your WordPress dashboard. Having access to file editors is extremely helpful for administrators and webmasters. But this feature pose …
Read moreHow to Disable File Editing in the Admin Area of WordPress
How to Install a WordPress Plugin – Step by Step for Beginners
Once you have installed WordPress, you need to learn how to install and activate Plugins. Plugins are nothing but small apps that extends the functionality of WordPress. You can add features like Image Gallery, Ecommerce Store, Learning Management System (LMS), etc. You can download free plugins from WordPress repository here. There are literally thousands of …
Read moreHow to Install a WordPress Plugin – Step by Step for Beginners
How to install PHP code in your WordPress website
The most common way to add PHP code to WordPress is via Functions.php file. To edit Functions.php file you need FTP access. If you make a mistake while adding PHP code to Functions.php file, your website will stop working. If it’s stop working, you’ll see a white screen when you access the site via browser. …
How to Install XAMPP and WordPress Locally on Windows PC
Installing WordPress on your local Windows PC is a great idea. You can use it for website development, testing purpose or to even learn WordPress. Installing WordPress on your local machine can be a bit tricky. In this post I will explain you have how to install XAMPP and WordPress without any confusion. Let’s divide …
Read moreHow to Install XAMPP and WordPress Locally on Windows PC
How to Find Your WordPress Page ID and Post ID
For some reasons, if you want to find out the WordPress Page ID or Post ID, then this post is for you. Page and post IDs are required both when you’re using plugins and working with code. However, WordPress doesn’t make it especially obvious where you can find the ID for posts and pages. In …
How to Set Up Error Logs in WordPress
If your WordPress website works as expected you’ll be happy. But what happens if it doesn’t work as expected? How will you identify the problems and fix it? Here comes WordPress debug mode. Once you enable the debug mode and debug log in the wp-config file, WordPress will start logging all errors into a debug.log …
Limit Login Attempts on your WordPress Website
If you have a WordPress website then most likely you’re receiving thousands of malicious attack on your website per month. Most common form of attack every WordPress website receive is the – Brute Force Attack. By default, WordPress allows users to try different usernames and passwords as many times as they want. This feature makes …