Hot linking means bandwidth theft. Direct linking of a website’s resources (image, video, file, etc) on some other website. Whenever you visit any site the site resources are downloaded from the hosting server to your browser.
Cron Jobs or Scheduled Events in WordPress
In this article I will explain how to use cron jobs in WordPress. Let’s understand a cron job first. Cron jobs are scheduled tasks to be executed in an interval of time. WordPress has its own inbuilt system to manage scheduled tasks.
XML-RPC in WordPress
In this article I will explain XML RPC support in WordPress. Let’s discuss XML RPC first. It is Remote Procedure Calling using HTTP transport and XML encoding. It allows to send data structure that can be processed in the remote server and returns.
How to add Custom Field in WordPress Admin Settings Page
In this article I am going to explain how to add a custom fiend in WordPress admin settings page. A custom setting field can be added by using add_settings_field function.
How to display Social sharing links in WooCommerce Single Product Page
In this article I will explain how to display social sharing links in single product page without using any plugin with the help of “woocommerce_share” action
Copy WordPress Website to a new Domain on Different Server using cPanel
In this article I will explain how to copy a WordPress website to a new domain on different server using cPanel in simple and easy steps
How to fetch WooCommerce Featured Products using WP_Query
In this article I am going to explain how to fetch WooCommerce featured products in WordPres using WP_QUERY. To fetch featured products please read this article.
Changing Website Domain without Losing Google Ranking
The reason of domain change could be anything but that’s a serious decision for your business especially when your site has good ranking.
HTTP to HTTPS 301 Redirection
In this article I am going to explain how to redirect your website from HTTP to HTTPS using different redirection methods with 301 status code.
- Page 1 of 2
- 1
- 2