by michelle | May 23, 2022 | Tutorials, Woocommerce, Wordpress
Woocommerce single product page hook guide In this article you will find a visual hook guide for the Woocommerce Single Product Page. This should help you to quickly and easily find the hook positions on the page. With the hooks, you can then overwrite your...
by michelle | May 16, 2022 | Tutorials, Woocommerce, Wordpress
Woocommerce PHP – Product Categories by Product ID In this tutorial you will learn how to check if a product is assigned to a tag, a category or a custom taxonomy. You can check if a product is inside a “loop”, for example the shop page, or you can also...
by michelle | May 16, 2022 | Tutorials, Wordpress
WordPress Cron Jobs Cron Jobs is intended to run scheduled tasks on web servers. WordPress has a built-in Cron Jobs system that allows you to publish scheduled posts, for example. In this tutorial you will learn how Cron Jobs works and how to view and use it in...
by michelle | May 16, 2022 | Tutorials, Woocommerce, Wordpress
Woocommerce Product Attribute Hooks In this post you will learn how to get the product sku, description, short description, regular price, shipping class and so on. You will not always have access to the $product variable, so in this tutorial you will see different...
by michelle | Dec 9, 2021 | Loading Scripts, Tutorials, Wordpress Web Design
Correctly enqueue javascript and css in WordPress Many web developers using WordPress probably think it is best and easiest to add scripts and stylesheets directly into the header.php file of the theme. Another variant could be to load the script and stylesheet into...