Creando shortcodes
// Add Shortcode function walternoval_shortcode() { return '¿hola que tal?' } add_shortcode( 'prueba', 'walternoval_shortcode' );
// Add Shortcode function walternoval_shortcode() { return '¿hola que tal?' } add_shortcode( 'prueba', 'walternoval_shortcode' );