<input type=’hidden’ name=’lang’ value=’es’ /> <?php do_action( ‘wpml_add_language_form_field’ ); ?> //add this to the searchform.php
1.- Install Simple Google Maps Shortcode 2.- add filter to enter variable in shortcode 3.- example use (with acf input) $address = ‘[pw_map address=»‘; $address .= get_field(‘direccion’); $address .= ‘»…
//function.php function the_content_filter( $content) { return do_shortcode( $content);} add_filter( ‘the_content’, ‘the_content_filter’, 1000); the just use it//example echo do_shortcode($variable);
<?php while ( $custom_query->have_posts() ) : $custom_query->the_post(); ?> <?php foreach((get_the_category()) as $category) { //si las tienes anidadas, y quieres esconder el padre puedes usar un if …
Page.php <?php get_header(); ?> <h2>Posts</h2> <?php $paged = ( get_query_var(‘paged’) ) ? get_query_var(‘paged’) : 1; $custom_args = array( ‘post_type’ => ‘post’, ‘posts_per_page’ => 2, ‘paged’ => $paged, …
$services = get_pages(‘parent=’ . $posts[0]->ID . ‘&child_of=’ . $posts[0]->ID); ?> <section class=»services-grid»> <?php foreach ($services as $service): …
$my_wp_query = new WP_Query();$all_wp_pages = $my_wp_query->query(array(‘post_type’ => ‘page’)); // Obtienes las páginas como un objeto$portfolio = get_page_by_title($title); //Debes obtener el title de la página actual antes y ponerlo acá $portfolio_children…
function content($limit,$content) { $content = explode(‘ ‘, $content, $limit); if (count($content)>=$limit) { array_pop($content); $content = implode(» «,$content).’…’; } else { $content = implode(» «,$content); } $content =…
$idObj = get_category_by_slug($post_slug); $id = $idObj->term_id; echo $id; $categories = get_categories(‘child_of=’.$id.’&hide_empty=0′); foreach ($categories as $c) { echo ‘<li>’.$c->cat_name.'</li>’;}
$url = wp_get_attachment_image_src(get_post_thumbnail_id($id), ‘thumbnail’ ); echo $url[0];
ACF: HTML: <div id=»bootstrap-touch-slider» class=»carousel bs-slider fade control-round indicators-line hidden-xs hidden-sm» data-ride=»carousel» data-pause=»hover» data-interval=»5000″ > <!– Indicators –> <ol class=»carousel-indicators»> <?php // check if the repeater…
En functions.php agrega lo siguiente: add_action( ‘admin_init’, ‘hide_editor’ );function hide_editor() { // Get the Post ID. $post_id = $_GET[‘post’] ? $_GET[‘post’] : $_POST[‘post_ID’] ; $cats = get_the_category(); $cat_name = $cats[0]->name;…
Chile, se destaca por ser un país donde abundan las emergencias ambientales. Basta sino mencionar los aluviones del norte, terremotos, erupciones volcánicas. Sucesos que se toman los medios por momentos…
Cómo presentamos: CredibilidadEl estudio entrega una guía con 10 puntos sobre qué hacer para aumentar la credibilidad: Facilitar la verificación de la exactitud de la información Mostrar que la organización…
import SimpleOpenNI.*;SimpleOpenNI kinect;color currentColor; int diametro=20; void setup() { kinect = new SimpleOpenNI(this); kinect.enableDepth(); kinect.enableUser(SimpleOpenNI.SKEL_PROFILE_ALL); kinect.setMirror(true); size(1000,480); //background(255); color currentColor; noStroke(); textFont(createFont(«Georgia», 24));fill(150);stroke(1);noStroke();fill(255,255,255,50);rect(0,0,500,480);fill(150);rect(0,0,50,480);fill(0,0,0,50);rect(50,0,450,40);// amarillofill(255,255,0);rect(10,100,40,40);// moradofill(255,0,255);rect(10,200,40,40);//rojofill(255,0,0);rect(10,300,40,40);//verde fill(0,255,0);rect(10,400,40,40);fill(255);//Menos text(«Menos», 55, 30);//Mas …
Modesta interpretación del Productor. Según Brea “No somos artistas..”. Somos productores y a la vez un producto, ya que no podemos desligarnos o preexistir de nuestro entorno, nuestro trabajo…
Lev Manovich se presento en Santiago de Chile el 19 de Agosto, dando una clase magistral en el “II Encuentro de Nuevos Medios” donde expuso su última publicación “Software Takes…
Para resolver el problema… hice la ruta desde el nombre del articulo, luego obtuve su id, desde ese id.. encontre el id de la(las) categoria a la que pertenece…. luego…
Edit file plugins/wordpress-nextgen-galleryview/GalleryView/scripts/jquery.galleryview-2.0.jsline 873 aprox. else { p = $(»); //(before: p = $(»); p.attr(«href», j_frames.eq(i).find(‘img’).eq(0).attr(‘src’)); //(include this line) …
Durante 4 sesiones aprenderé a utilizar arduino.. en Duplo…con CArolina Pino… un curso que además es gratuito…
El audiovisual, narrativas, sentidos e inmersión El audiovisual –> narrativas, sentidos e inmersión Narrativa lineal = narrativa cerrada Se quiere una narrativa no lineal. Se busca que los participantes sean…