WordPress is a highly versatile Content Management System (CMS) that is used by millions of web developers worldwide. One of the most defining features of WordPress is its themes, which…
For some WordPress sites you may not want to allow commenting on any of your posts, pages, products etc... If it's a new site then turning them off at the…
WooCommerce 3 introduced a new format to structured product data called JSON/LD. Overall it's a big improvement from WooCommerce 2.x. That said some of us may generate our own Schema…
UPDATED FOR YOAST 11.0+ As of the release of Yoast 11.0 on April 16th, 2019 you should use the below snippet to remove the Yoast Schema data: add_filter( 'wpseo_json_ld_output', '__return_false'…
Quick and easy example of how to disable payment gateways based on the Country in WooCommerce. Currently there isn't an easy way to do this through the WooCommerce settings so…
Sometimes you have some input fields you want to show to the end user but not allow them to edit. For example a profile page where they can update their…