Shortcode for a author
// Add Shortcode function custom_shortcode( $atts ) { // Attributes $atts = shortcode_atts( array( 'user' => 'NLT', ), $atts ); <user>tst $atts } add_shortcode( 'User', 'custom_shortcode' );
// Add Shortcode function custom_shortcode( $atts ) { // Attributes $atts = shortcode_atts( array( 'user' => 'NLT', ), $atts ); <user>tst $atts } add_shortcode( 'User', 'custom_shortcode' );