Category: Tutorial

  • How to Replace Bullet List Point with Images in WordPress

    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

    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…

  • Using Range Slider as Search Filter in PHP

    Using Range Slider as Search Filter in PHP

    Hi guys, few users requested us to create a slider as filter script. As you will see on most of the ecommerce sites a slider is used as filter and searching purposes. An example would be a price slider where you adjust slider value and it displays the result based on slider value in run…

  • Password Protect Website Directory Using .htaccess File

    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…