Skip to content

Instantly share code, notes, and snippets.

View carlosjulian's full-sized avatar
🧠
Ideas nuevas

Carlos Julián carlosjulian

🧠
Ideas nuevas
View GitHub Profile
@codigoconjuan
codigoconjuan / db.json
Last active May 14, 2025 04:21
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 March 25, 2025 12:59
Wordpress: Breadcrumbs function
<?php
/*=============================================
= BREADCRUMBS =
=============================================*/
// to include in functions.php
function the_breadcrumb() {
$sep = ' > ';