Author name: hvlathiya

Exclude Posts Pages or Specific Post from Search Result in WordPress

Hello WordPress Developer Sometime you may have requirement or your client requested to exclude specific post, page fro WOrdpress search result or completely Exclude Posts or Pages or Custom post type records from search result and display search records only records from specific post type like Posts or Pages or CPT than you can achieve …

Exclude Posts Pages or Specific Post from Search Result in WordPress Read More »

WooCommerce set minimum cart value limit and add surcharge if Cart value low

In WooCommerce base online shopping site Some time you or your client would like to set minimum cart value, and add additional surcharge in Cart total if Customer Cart value ( sum of added Item into cart ) isĀ  not equal more than minimum limit. # add_action( ‘woocommerce_cart_calculate_fees’,’ls_woocommerce_custom_surcharge’ ); function ls_woocommerce_custom_surcharge() { global $woocommerce; if …

WooCommerce set minimum cart value limit and add surcharge if Cart value low Read More »

php – WooCommerce: Only allow products from the same category in WordPress

Are you looking something to validate your Woocommerce Cart and allow users to add only same category products into cart. if they going to add other category products into cart than show them message and prevent to add other Category products into Cart. Than im sure following code very useful for you. you just have …

php – WooCommerce: Only allow products from the same category in WordPress Read More »

Display Website Search box in Google Search Result – Sitelinks Search Box

I hope during search for some websites specific result you seen that site search box also shown in between google search result list – its called Google Sitelinks Search Box Check now with Practical : Open Google.com and in Search Box type flipkart.com. within a moment of typing over you should see one more Flipkart …

Display Website Search box in Google Search Result – Sitelinks Search Box Read More »

Scroll to Top