Chapter ID
// Add Shortcode function chapter_shortcode( $atts ) { // Attributes $atts = shortcode_atts( array( 'name' => '', ), $atts ); } add_shortcode( 'chapter', 'chapter_shortcode' );
// Add Shortcode function chapter_shortcode( $atts ) { // Attributes $atts = shortcode_atts( array( 'name' => '', ), $atts ); } add_shortcode( 'chapter', 'chapter_shortcode' );