ID, 'large' ); if ( $thumb ) { $content = '

' . $content; } return $content; } /** * Add skip link */ add_action( 'wp_body_open', '\Arkhe_Theme\hook_wp_body_open', 5 ); function hook_wp_body_open( $output ) { echo ''; } /** * カテゴリーリストの件数をの中に移動 & spanで囲む */ add_action( 'wp_list_categories', '\Arkhe_Theme\hook_wp_list_categories' ); function hook_wp_list_categories( $output ) { $output = str_replace( ' (', '(', $output ); $output = str_replace( ')', ')', $output ); // サブメニューがある場合(