Category: WordPress

  • How To Create Custom Table List In WordPress Admin Page

    Introduction In this tutorial, you will learn how to add an admin table which is similar to admin posts or pages or comments table list Our table list is a merged list of all searchable post types post which are in draft mode i.e. not yet published or still work in progress posts Based on…

  • How To Limit The Cart Quantity Of Discounted Product

    Introduction In this tutorial, you will learn how to control the quantity of the specific set of products based on a logical condition Here in this tutorial, we considered the condition if the discounted product added more than our defined quantity it will notify/alert the end-user but once you understand the concept the same can…

  • How To Add Quantity Input In Shop Page

    Introduction This tutorial will teach you how to add a quantity input text box with the number type for each product in the shop page Something like this When a user clicks the add to cart ajax button instead of adding one quantity of the product it will add the quantity present in the input…

  • How To Create Custom AJAX Posts Load More Plugin In WordPress

    Introduction This tutorial will explain how to create your own custom AJAX load more plugin very easily and responsively This plugin is developed using plain JS instead of the jQuery library This plugin will load a set of posts of the specific category in grid-card fashion with a load more button To load remaining posts…

  • WooCommerce Custom Products Per Page Dropdown

    Introduction In this tutorial, you will learn to add dropdown which controls maximum how many products to show on a page. This tutorial is the continuation of custom sorting tutorial We will add a dropdown with selection options 4, 8, 16, 32 and All to control our products per page logic We will add our…

  • WooCommerce Custom Product Sorting

    Introduction In this tutorial you will learn how to add custom sorting for the product archive page Renaming the existing sorting option Re-ordering the option in sort dropdown Overriding sorting form template and add meaningful title for the sorting dropdown Quick overview of how to create plugin (Yes, all our customisation are plugin based except…

  • WooCommerce Theme Overriding

    Introduction For every task there are many good and bad ways to do that WooCommerce theming also fall under this prey like directly editing the WooCommerce template files In one fine day WooCommerce may release a new version, you unintentionally update the WooCommerce plugin which results in replace of your beautiful custom shop page into…

  • WooCommerce Installation Steps

    Login in to your WordPress Admin panel In left menu hover over Plugins menu. In sub-menu click Add New Once you clicked Add New sub-menu it will be redirected to Add Plugins page. In the Add Plugins page’s search field enter the keyword as woocommerce. For reference please see below image at the top right…

  • WordPress Installation Steps

    Download WordPress source zip from the following link WordPress Download Link Unzip the downloaded WP (WordPress) in your web server directory. For e.g. in Ubuntu the path will be /var/www/html/ Command to unzip in Ubuntu server unzip wordpress-5.2.1.zip -d /var/www/html/ Once unzipped in your web server rename as your project name for e.g. vijayan.in Shell…