Skip to content

Instantly share code, notes, and snippets.

View valentin-grenier's full-sized avatar
🏠
Working from home

Valentin Grenier valentin-grenier

🏠
Working from home
View GitHub Profile
@tinotriste
tinotriste / breadcrumbs-functions.php
Last active April 20, 2024 05:36
Wordpress: Breadcrumbs function
<?php
/*=============================================
= BREADCRUMBS =
=============================================*/
// to include in functions.php
function the_breadcrumb() {
$sep = ' > ';