I made a React Component with sound and it was the best thing I’ve ever done

As a teen I got into web development as a way of promoting my games (we are talking game maker and Flash days here) that I was making, then I kind of didn't look back. One thing I remember distinctly from my game making days was how important music (in particular sound effects) was. This […]

I made a React Component with sound and it was the best thing I’ve ever done Read More »

Is Gutenberg dividing the WordPress community like Mumble Rap divides the Rap community?

Ok so at this stage in my life I have two things I spend a lot of time doing: Making WordPress websites and mobile apps that use the WP-API Listening to hip hop music Anyone who keeps up with hip hop is probably aware of the divide that is being created between this newest generation

Is Gutenberg dividing the WordPress community like Mumble Rap divides the Rap community? Read More »

Video: How to create variable products in Woocommerce

Variable products might seem kind of confusing but they are actually a super easy way to create products where the user can select different options and the price, description, images etc can change dynamically. Some examples might include an art gallery that sells prints in different sizes and color finishes or a gym that offers

Video: How to create variable products in Woocommerce Read More »

Limit WordPress Search results to Custom Post Type (and dont break your app)

So recently I was asked to limit search results to a particular custom post type, for example a woocommerce product, here is how I did it: [dt_code] // Change search function globally to search only post, page and portfolio post types function prefix_limit_post_types_in_search( $query ) { if ( $query->is_search ) { $query->set( ‘post_type’, array( ‘product’

Limit WordPress Search results to Custom Post Type (and dont break your app) Read More »

Scroll to Top