Skip to content

Instantly share code, notes, and snippets.

View Ezekiel1349's full-sized avatar
💻
Working at Home!

Ezequiel Alonzo Ezekiel1349

💻
Working at Home!
View GitHub Profile
@Ezekiel1349
Ezekiel1349 / ax_reboot.scss
Last active March 22, 2023 23:44
Código base para hacer un reboot file
*,
*::before,
*::after {
box-sizing: border-box;
margin: 0;
padding: 0;
}
body {
font-size: 16px;
line-height: 1.2;
function my_custom_post_types() {
$args = array(
'label' => 'Recipes',
'hierarchical' => true,
'taxonomies => array( 'post_tag' )
);
register_post_type( 'recipe', $args );
}
add_action( 'init', 'my_custom_post_types' );
@kalinchernev
kalinchernev / countries
Created October 6, 2014 09:42
Plain text list of countries
Afghanistan
Albania
Algeria
Andorra
Angola
Antigua & Deps
Argentina
Armenia
Australia
Austria