Entering Paragraph Shortcode
// Add Shortcode function custom_shortcode( $atts , $content = null ) { // Code return '<p class="entering-paragraph">'. $content .'</p>'; } add_shortcode( 'enter', 'custom_shortcode' );
// Add Shortcode function custom_shortcode( $atts , $content = null ) { // Code return '<p class="entering-paragraph">'. $content .'</p>'; } add_shortcode( 'enter', 'custom_shortcode' );