Here’s the quick and dirty. So what’s happening here? Woocomerce will find the Fragment node and replace it with the output buffer. That means we can update any element using the add_to_cart button. Yes any.. Want to replace the logo with the total amount of items in the basket? No problem To review Get Woocommerce […]
Category: Wordpress
WordPress How to: Change Post Dates
Sometimes we can miss the most trivial of things, and even though changing the date stamp of a WordPress post is fairly straightforward…
How to Use the Javascript Libraries Included with WordPress
There is a better safer way to include you javascript files in your wordpress themes. Using the wp_enqueue()
function will prevent problems…