Search snippet
Results
-
Beaver Themer — Set Header Layout to be Sticky on Mobile
March 8, 2021
Beaver Themer — Set Header Layout to be Sticky on Mobile
-
to hide prices / add to cart until a user logs? Woocommerce
February 23, 2021
met hide cart https://gist.github.com/jameshwartlopez/3fe1b860fa77d814fac908bace3da83c
Cat: PHP, woocommerce -
Gutenberg Blocks cover image
February 9, 2021
Simple Example of Cover Image Block Very simply, the Cover Image block allows you to include an image with text sitting in front of it, like the image below (where the words “Simple Cover Image Block” are not part of the image but text typed directly i…
-
Remove website from comment form
January 15, 2021
Cat: PHP -
Remove Website field from Post comments
January 11, 2021
add_filter( ‘comment_form_default_fields’, function($fields ) { unset( $fields[‘url’] ); return $fields; }, 11 );
Cat: Beaver