Tag: 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…

  • 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…