This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* register Som Scripts to the Dom | |
* @param $isAdmin | |
* @return callable | |
*/ | |
add_action("wp_enqueue_scripts", function() { | |
// Constantin CSS | |
wp_register_style( | |
"enquiss", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
function breadcrumbs() { | |
?> | |
<?php if ( ! is_home() ) : ?> | |
<?php global $post; ?> | |
<a href="<?php bloginfo( 'wpurl' ); ?>">Home</a> » | |
<?php | |