'-top' ] ); } // 記事上ウィジェット SWELL_Theme::outuput_content_widget( 'single', 'top' ); ?> '', 'after' => '', 'next_or_number' => 'number', // 'pagelink' => '%', ]; wp_link_pages( $defaults ); // 下部ウィジェット SWELL_Theme::outuput_content_widget( 'single', 'bottom' ); // post_foot SWELL_Theme::get_parts( 'parts/single/post_foot' ); // FBいいね & Twitterフォロー ボックス if ( SWELL_Theme::is_show_sns_cta() ) { SWELL_Theme::get_parts( 'parts/single/sns_cta' ); } // 下部シェアボタン if ( $show_share_btns && $SETTING['show_share_btn_bottom'] ) { SWELL_Theme::get_parts( 'parts/single/share_btns', [ 'position' => '-bottom' ] ); } // 固定シェアボタン if ( $show_share_btns && $SETTING['show_share_btn_fix'] ) { SWELL_Theme::get_parts( 'parts/single/share_btns', [ 'position' => '-fix' ] ); } ?>