Remove SKU’s from WooCommerce front-end Product pages
While you can remove the SKU from the front-end of store product pages with some CSS, I always prefer to remove this with a quick filter:
While you can remove the SKU from the front-end of store product pages with some CSS, I always prefer to remove this with a quick filter:
By default, WordPress allows a URL query to lookup system authors. This is done by simply entering the following after the site URL: ?author=1 From a WordPress perspective, the system will see the ‘author’ query in the URL and then try to match a username with that ID on the system, just like the system … Continued
While it’s quite commons to be sent over designs for website bespoke builds, it’s quite common for forms to have custom styles to help integrate into the branding. For text boxes, selects, textareas, etc this is quite standard, but checkbox fields aren’t so easy to style as the design is native to different browsers. This … Continued
Use the function below to strip out and disable the emoji support in WordPress. Emoji’s are enabled by default and add unnecessary styles and scripts in the header of the site, regardless of theme. Adding the below to your themes functions.php or in a standalone plugin (to override regardless of theme) will do the job: … Continued
With tracking codes and pixels able to help you track conversions and the successes of your marketing efforts, these will need to be added to each page of your site to track user journey and behaviours. While there are plugins to achieve being able to do this, I always prefer to build this into my … Continued
It’s no lie that WooCommerce is an amazing ecommerce tool for WordPress. It’s always my go-to plugin for creating stores of all types and sizes. While the product archive pages have a great layout and sorting ability – one aspect I think every store can benefit from is a ‘show x products per page’ ability … Continued
While setting up an online store for a client, we needed to list product attributes in the menu. To take advantage of showing the current page feature of the menus (to show current page as highlighted), I didn’t want to have to manually add custom links for each attribute. The client had 150+ attributes so … Continued
While I’ve been working as a web designer and developer for nearly 10 years now, 5 of those have been as a freelancer and consultant specialising in WordPress development and bespoke design. Honestly, I don’t think I could ever go back to employment. Recently, I applied to become a certified expert at Codeable, and today … Continued
During work for a recent client, I needed to limit the number of posts on one archive, yet show every post on a single page for another. By default WordPress uses the value set in the admin screen ‘Settings’ > ‘Reading’ and seen as ‘Blog pages show at most’. But in my case, I needed … Continued
I had a task from a client to rename the default WooCommerce order status from the original to a custom name. The client wanted to rename ‘Completed’ status in WooCommerce, to a new status ‘Dispatched’, as once the order has been sent out, they wanted it a little clearer that it was sent, rather than … Continued