| <?php $posttags = get_the_tags(); if ( $posttags ) { foreach ( $posttags as $tag ) { echo $tag->slug . ‘ ‘; } } ?> |
その他の設定
| flamingo_email: “[email-11]” flamingo_name: “[text-name]” flamingo_subject: “[radio-909]” |
| <?php $posttags = get_the_tags(); if ( $posttags ) { foreach ( $posttags as $tag ) { echo $tag->slug . ‘ ‘; } } ?> |
その他の設定
| flamingo_email: “[email-11]” flamingo_name: “[text-name]” flamingo_subject: “[radio-909]” |