WordPress Developer WordPress Snippets How to include a PHP file in WordPress Here is a little "PHP include" and "WordPress path" guide on how to include a PHP file in your WordPress theme - using a relative path.
WordPress Developer WordPress Snippets How to Remove the Product-Category Slug in WordPress WooCommerce This WordPress WooCommerce fix removes the product-category slug from the WordPress WooCommerce URL.
WordPress Developer WordPress Snippets How to Exclude the Current WordPress Post from WP_Query Heres a little WordPress snippet that allows you to exclude current WordPress post from the WP Query - i.e. list of recent posts, more posts from the same category, ...
WordPress Developer WordPress Snippets How to Show the Current Time in Local Language in WordPress This snippet allows you to show the current local time in the local language the WordPress installation has been configured to use.