', '' ); /** * カテゴリー */ get_template_part( 'template-parts/parts/category' ); /** * サムネイル */ get_template_part( 'template-parts/parts/thumbnail', null, array( "add_class" => "row" ) ); /** * 本文 */ get_template_part( 'template-parts/parts/content' ); /** * コメント */ get_template_part( 'template-parts/parts/comment' ); /** * 投稿者 */ get_template_part( 'template-parts/parts/author' ); /** * 関連記事 */ get_template_part( 'template-parts/parts/related' ); /** * タグ */ the_tags( 'タグ', ', ', '
' ); ?>