In the world of e-commerce, WooCommerce stands tall as a versatile platform powering countless online stores. However, as businesses grow, the default structure for managing orders within WooCommerce may encounter limitations. The need for separate, high-performance order tables becomes apparent to sustain the increasing demands of a [...]
Mubashir
Some time while building your WordPress theme navigation you want to show/hide certain menu items based on user state. For example you want to show “Login” and “Logout” menu item based on the condition whether user is logged or logged out. WordPress provides wp_nav_menu_items filter which can help us to achieve [...]
Mubashir
WordPress is a powerful content management systems and one of the reason of its popularity is the level of customization it provides to developers and end users. If you are looking to customize your theme navigation and want more granular control over the menu items then you can use ” wp_nav_menu_objects” filter. This filter [...]
Mubashir
Woocommerce search results page shows 16 products per page in the default, but if you want to increase that limit then add the following code into your theme functions.php file. In the example below we are showing 30 products per page in the search results add_filter('pre_get_posts',woocommerce_searchfilter'); function [...]
Mubashir
If you are using woocommerce version 3.x and you don’t see wooocomemrce product image zooming and lightbox functionality with your custom woocommerce theme then you need to add the support for woocommerce product zooming and lightbox functionality because woocomemrce do not enque these scripts for you in the default. So in order to add [...]
Mubashir
Recent Comments