How to change the default WooCommerce product variation price to display only the minimum price instead of the price range on both the product archive and single product pages.
Read MoreHow to create a docker compose configuration that combines WordPress, MySQL, Adminer, and Mailcatcher containers into a local WordPress development environment.
Read MoreExtend the default WordPress docker container and install and configure the xdebug extension to work with PHPStorm.
Read MoreThis article will take you through the first steps of generating an Angular app using the Angular CLI, and modifying the app to be a valid WordPress theme that can activated in WordPress.
Read MoreTracking Angular page views with Google Analytics can be done using the Google analytics universal tracking code
Read MoreAutomatically append the current time onto the end of queued scripts and styles when debug mode is enabled.
Read MoreExtend WooCommerce’s basic search functionality to also include searching for product sku, and any other custom fields
Read MoreAutomatically include WordPress wp_rest nonce into every http request, when using angular and the WordPress API with a HTTP_INTERCEPTOR.
Read MoreUsing the theme_page_templates filter we can registered a custom template that appears in the page attributes template dropdown without having to create a template file
Read MoreHow to extend WooCommerce product search functionality to search in the product description and custom fields.
Read More