Skip to content

Instantly share code, notes, and snippets.

@AnupRaj
AnupRaj / Premium-Golden-Button.html
Last active October 12, 2020 09:27
Premium Button in Golden color
<!--
Button found somewhere (not sure where =D )
https://codepen.io/AnupRaj/pen/dyXoQNX
-->
<html><head><title>Premium Golden Button</title></head><body>
<style>
.mod {
text-align: center;
}
.t-margin {
@AnupRaj
AnupRaj / Genesis Code Snippet
Created October 21, 2012 05:33
How to remove sidebars from homepage correctly | Genesis child theme
/* add the following in functions.php file of child theme */
add_action( 'genesis_meta', 'remove_sidebar_from_home' );
/**
* Remove sidebar from homepage only
*
*
*/
function remove_sidebar_from_home() {