Category: Tutorial
-

How to Replace Bullet List Point with Images in WordPress
Hey geeks, usually we see default bullet list points when creating content using the default WordPress block Editor and it doesn’t look good with the content style and you want to replace/change it with some images or graphics.In this tutorial I will show you step by step to replace the default bullet with images: Replace…
-

Add To Wishlist Feature Using JQuery
Hey Guys, As we know that user visits e-commerce sites (like E-bay, Amazon, Flipkart etc) to buy online things. User selects the favourite products to add his wish list and remove product from wish list. Point is what will be the functionality to add product in the wish list. Live Demo In this tutorial, we will…
-

Login with Twitter using PHP
Hi Guys, we have already shared scripts on Login with Google Plus in your website using PHP. Many users requested to write similar example for twitter, so here is working script for login with Twitter using PHP. Its really useful when you want to avoid long signup forms for your users and let them login…
-

Password Protect Website Directory Using .htaccess File
In this post we will learn how to easily secure your site’s directory using .htaccess file. Only users with valid credentials can access that directory/site. It’s the quickest and easiest way to protect directories/files in your site with password. It can also be used as a quick way to hide your site when its in…
-
PayPal Recurring Payment IPN in PHP
We have already published a post on integrating PayPal Payment Gateway in PHP and how to integrate PayPal IPN in PHP. In this post we will see how to use PayPal IPN in PHP to setup recurring payments. Consider a case where you offer service on a subscription basis. An example would be, user pays you every…
