EJEMPLO SHORDCODE CON ATRIBUTO
///Shortcode con atritubo //Ejemplo de uso [shorcode_name atributo=”Valor Aqui”] echo “el atributo que colocaste es: “; echo $wr_custom_field; echo “casaverde”;Continue reading
Join 2,000,000+ Professionals who use WPCode to Future-Proof Their Websites!
///Shortcode con atritubo //Ejemplo de uso [shorcode_name atributo=”Valor Aqui”] echo “el atributo que colocaste es: “; echo $wr_custom_field; echo “casaverde”;Continue reading
add_action(‘acf/save_post’, ‘add_show_children’); function add_show_children($post_id) { if (defined(‘DOING_AUTOSAVE’) && DOING_AUTOSAVE) return $post_id; if (!wp_is_post_revision($post_id) && ‘show’ == get_post_type($post_id) && ‘auto-draft’ != get_post_status($post_id) && ‘draft’ == get_post_status($post_id) ) { if (0 == get_post($post_id)->post_parent) { $countInt = (int) 1; $count = (string) $countInt;…Continue reading
/*Make Header Sticky*/ .site-header { position: fixed; top: 0; width: 100%; } /*Adjust Content Padding*/ .site-content { padding-top: 170px; } /*Adjust Content Padding for Mobile*/ @media (max-width: 800px) { .site-content { padding-top: 100px; } /*Stick the Off-Canvas Navigation Menu –…Continue reading