Adding a User to AWS with CloudFront permissions

Add user icon

If you want to allow someone else (like a contractor, or Silicon Dales) to access your AWS account to add CloudFront to act as a CDN for your WordPress website (and why wouldn’t you, its a great way to offload static content, and can even be free for your first year under the free usage …

Read more

How To Remove Related Products from WooCommerce

The code snippet below will allow you to remove related products from your WooCommerce store, in case you had everything in your store setup just right, and you didn’t want to feature cross sells in your site. Cross sells and upsells Its worth first understanding which related products are being displayed in your site (the …

Read more

Case Study: Social Mums – Reviews and Events Website

SocialMums.com.au is a reviews and events website which invites mums around Australia to join in trying out and reviewing new products. Silicon Dales assisted the team from Social Mums to present user reviews in a visually appealing way and to make those reviews both searchable & filterable. The site also underwent some cosmetic upgrades from …

Read more

How to Remove a Tab from WooCommerce

Have you ever wanted to remove or disable a particular tab, or tabs, from your WooCommerce store? The snippet below will allow you to do just that, from your theme’s functions.php file. Remove Tabs from WooCommerce Add the snippet below to your child theme’s functions.php file. Be sure to remove the tabs you wanted (the …

Read more

“Safe” Ways to Increase Google PageRank and Search Rankings

UPDATE 2019 – the article below was originally posted in 2013, and a lot of terminology and practices, particularly in SEO (do we even talk about PageRank any more? Remember those PR toolbars? Remember toolbars!?!), have moved on apace since then, but the general principles still hold true today…  A lot of the time, when …

Read more

Add a Padlock (or other) Icon into Checkout Button in WooCommerce

We recently had a request to add a padlock directly into the checkout button in a WooCommerce checkout, so I’m posting a snippet, below, which will allow you to do just that. Please note that several plugins add their own “checkout now” text, which is not the subject of today’s lesson, so you may want …

Read more