Skip to content

Instantly share code, notes, and snippets.

View bodilet's full-sized avatar

Bodil Tveter bodilet

View GitHub Profile
@bodilet
bodilet / 1-remove-woocommerce-tabs.php
Created December 4, 2017 21:47 — forked from kittenlane/1-remove-woocommerce-tabs.php
Remove tabs but keep product description in WooCommerce
//* http://gasolicious.com/remove-tabs-keep-product-description-woocommerce/
// Location: add to functions.php
// Output: removes woocommerce tabs
remove_action( 'woocommerce_after_single_product_summary', 'woocommerce_output_product_data_tabs', 10 );
@bodilet
bodilet / manyblue
Last active November 6, 2017 21:05
add no follow link
<a href=”http://www.hjemmesidendulinkertil.no/” rel=”nofollow”>Link Tekst</a>
<a href="signin.php" rel="nofollow">sign in</a>
<a href="dinlinkher">Tittelen på linken her</a>
<h1>Heading 1</h1>
<h2>Heading 2</h2>
<h3>Heading 3</h3>
<h4>Heading 4</h4>
<h5>Heading 5</h5>
<h6>Heading 6</h6>