Skip to content

Instantly share code, notes, and snippets.

/**
* register Som Scripts to the Dom
* @param $isAdmin
* @return callable
*/
add_action("wp_enqueue_scripts", function() {
// Constantin CSS
wp_register_style(
"enquiss",
@zogot
zogot / gist:5500940
Last active December 16, 2015 21:39 — forked from Clorith/gist:5500932
<?php
function breadcrumbs() {
?>
<?php if ( ! is_home() ) : ?>
<?php global $post; ?>
<a href="<?php bloginfo( 'wpurl' ); ?>">Home</a> &raquo;
<?php