Wordpress

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 »

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