Inicio
Sobre mí
Galerías
Bodas
Comuniones
Bebes e Infantil
Embarazo
Retratos de Estudio
Social
Facebook
Instagram
Google+
Flickr
Contacto
— Main Menu —
Inicio
Sobre mí
Galerías
- Bodas
- Comuniones
- Bebes e Infantil
- Embarazo
- Retratos de Estudio
Social
- Facebook
- Instagram
- Google+
- Flickr
Contacto
/*if (array_key_exists('categoria', $_GET)) $categoria = trim($_GET['categoria']);*/ $categoria = get_post_meta($post->ID, 'categoria', true); // check if the custom field has a value $args = array('taxonomy' => 'portfolio-category', 'order' => 'ASC', 'slug' => $categoria); $categories = get_categories($args); $size = count($categories); foreach ($categories as $index => $cat) { $slash = ($index != $size) ? '/' : ''; echo '
GALERÍAS
· ' . $cat->name . '
'; } ?>