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… Continue reading Exclude Posts Pages or Specific Post from Search Result in WordPress

Published
Categorized as Wordpress

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… Continue reading WooCommerce set minimum cart value limit and add surcharge if Cart value low

Configure WooCommerce Cache with W3 Total Cache

How to fix WooCommerce and W3 Total Cache Not Working ?

To improve website performance you or your client used W3 Total Cache plugin in our website and website running with woocommerce plugin to sell products or any kind services. than you may find issue as Add product to cart, Cart display or check out process not working well after activate or configure W3 Total cache… Continue reading Configure WooCommerce Cache with W3 Total Cache

How to hide PHP Warnings and Notices in WordPress

We Developer many time fetch problem with warning message that display on front end site. Warning is like notification and completely different than Errors. Error stop page from rendering in browser while warning not cause issue in script execution but display message with message with prefix WARNING :. So in most of cases of Warning… Continue reading How to hide PHP Warnings and Notices in WordPress

Published
Categorized as Wordpress

Jetpack auto tweet post with custom message and hash tag

Jetpack is very powerful plugin in Worpdress and offering number of features functionality. one of them best useful is Auto share post on social media site. when ever you publish new post it automatically share to all social media accounts that you connected with your website from Wp-admin >> Settings >> Sharing (Only link available… Continue reading Jetpack auto tweet post with custom message and hash tag

Published
Categorized as Wordpress

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… Continue reading Display Website Search box in Google Search Result – Sitelinks Search Box

Custom post type in WordPress

Custom Post Type (CPT) in wordpress is very interesting facts to achieve what ever you want to implement in your website that developed base on WordPress Platform. instead of adding your specific category in default wordpress post type you may create your own custom post type and display it with SEO friendly url with category… Continue reading Custom post type in WordPress

Published
Categorized as Wordpress