Skip to content

Instantly share code, notes, and snippets.

@RCLabbao
RCLabbao / related-articles.liquid
Created September 21, 2022 05:34 — forked from atikju/related-articles.liquid
Show related articles based on article tags - Shopify
@RCLabbao
RCLabbao / functions.php
Created January 16, 2022 05:32 — forked from mikejolley/functions.php
WooCommerce - Redirect external products offsite (disable single listings)
<?php // Do not include this if already open!
/**
* Code goes in theme functions.php.
*/
add_action( 'template_redirect', 'redirect_external_products' );
function redirect_external_products() {
global $post;