Skip to content

Instantly share code, notes, and snippets.

View carlosjulian's full-sized avatar
🌴
Working

Carlos Julián carlosjulian

🌴
Working
View GitHub Profile
@tinotriste
tinotriste / breadcrumbs-functions.php
Last active August 5, 2024 07:01
Wordpress: Breadcrumbs function
<?php
/*=============================================
= BREADCRUMBS =
=============================================*/
// to include in functions.php
function the_breadcrumb() {
$sep = ' > ';
@codigoconjuan
codigoconjuan / db.json
Last active September 19, 2024 13:49
Gist Platillos JSON-Server
{
"platillos": [
{
"id": 1,
"nombre": "Pizza a la Leña Chica",
"precio": 30,
"categoria": 1
},
{
"id": 2,