13 | 14 | 15 | 20 | 21 | ID; 24 | if ( is_active_sidebar( $widget_id ) ) : 25 | dynamic_sidebar( $widget_id ); 26 | endif; 27 | 28 | $content = get_the_content(); 29 | if ( $content ) : 30 | ?> 31 | 32 |
> 33 | 34 | 35 |
36 | 37 |
38 | 39 | 40 | '', 44 | 'link_before' => '', 45 | 'link_after' => '', 46 | 'echo' => 1, 47 | ); 48 | wp_link_pages( $args ); 49 | ?> 50 |
51 | 52 | 53 | 54 | 58 | 59 |