Skip to content

Instantly share code, notes, and snippets.

View carlosjulian's full-sized avatar
🌴
On vacation

Carlos Julián carlosjulian

🌴
On vacation
View GitHub Profile
@codigoconjuan
codigoconjuan / db.json
Last active July 1, 2024 06:15
Gist Platillos JSON-Server
{
"platillos": [
{
"id": 1,
"nombre": "Pizza a la Leña Chica",
"precio": 30,
"categoria": 1
},
{
"id": 2,
@tinotriste
tinotriste / breadcrumbs-functions.php
Last active July 1, 2024 14:40
Wordpress: Breadcrumbs function
<?php
/*=============================================
= BREADCRUMBS =
=============================================*/
// to include in functions.php
function the_breadcrumb() {
$sep = ' > ';