昭和5年、我が国最初のゴルフ用シャフトの制作を開始して以来、一貫して高品質で高性能なシャフトの開発、生産に取り組んでまいりました。
以来、90余年にわたる技術の蓄積と変わらぬパイオニア精神で、スチールシャフトの新たな魅力を開発し続けております。
これからも皆様に愛され信頼される品質を限りなく追及し、全てのゴルファーに満足いただける製品づくりをめざします。

‘;

foreach($myposts as $post) {
setup_postdata($post);
$p++;

$item_img = wp_get_attachment_image_src(get_post_meta($post->ID,’item_img’,true),’full’);
$item_title_img = wp_get_attachment_image_src(get_post_meta($post->ID,’item_title_img’,true),’full’);
$item_type = get_post_meta($post->ID, ‘item_type’, true);
$item_midashi = get_post_meta($post->ID, ‘item_midashi’, true);
$item_text = get_post_meta($post->ID, ‘item_text’, true);

//ターム情報取得
$the_terms = get_the_terms( $post->post_id, ‘items’ );
$the_terms = $the_terms[0];

echo ‘

‘;

echo ‘

‘ .$the_terms->name. ‘
‘;

if($item_type){
echo ‘‘ .$item_type. ‘

‘;
}

if($item_img){

echo ‘

‘;

} //end foreach

echo ‘

‘; //end .flex
}

wp_reset_postdata();

?>

NEWS

post_content);
//文字のみ抜粋
$content = strip_tags($post->post_content);
$content = str_replace(‘ ‘, ” “, $content);
$content = str_replace(array(“\r\n”,”\r”,”\n”), ”, $content);

if($attachment_url){
echo ‘

'.get_the_title().'

‘;

}else{
echo ‘

sorry...no photo

‘;
}

echo ‘

‘;

echo ‘

‘.mb_strimwidth(get_the_title(), 0, 56, ‘…’).’

‘;

echo ‘

‘.mb_strimwidth( $content, 0, 200, ‘…’).’

‘;

echo ‘

‘;

echo ‘

‘;
}
?>