返信先: トップページでの「抜粋」と「価格」表示
フォーラム › 使い方全般 › トップページでの「抜粋」と「価格」表示 › 返信先: トップページでの「抜粋」と「価格」表示
2019年11月28日 12:37 PM
#88857
参加者
自己レスです。
ループを
<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>
から
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); usces_the_item(); ?>
に書き換えたら出来ました。
失礼しました。
PAGE TOP