以下は私のコードです.html/cssタグにページのエラーを追加しようとしています。私は私がに把握することはできませんワードプレスPHPとHTMLのCSSタグ
<?php
// check if the repeater field has rows of data
if(have_rows('lyrics')):
// loop through the rows of data
while (have_rows('lyrics')) : the_row();
// display a sub field value
the_sub_field('lyric_title');
// display a sub field value
the_sub_field('lyrics_text');
endwhile;
else :
// no rows found
endif;
?>
を使用しています:(「lyric_title」)をthe_sub_fieldするH3を追加
- 。
- クラスを含むpをthe_sub_field( 'lyrics_text')に追加します。