PHP初心者です。表題の件ですが、2005年にこのフォーラムに投稿された以下の方法で実施したのですが、表記されませんでした。他の方法などご存じの方がいましたらご教示お願い致します。
商品一覧画面(archive.php)を以下の変更
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post();usces_the_item(); ?>
“><?php usces_the_itemImage($number = 0, $width = 230, $height = 200 ); ?>
” rel=”bookmark”><?php usces_the_itemName(); ?>
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); usces_the_item(); ?>
<?php usces_the_itemImage($number = 0, $width = 230, $height = 200 ); ?>
<?php usces_the_itemName(); ?>
<?php if (usces_is_skus()) : ?>
<?php while(usces_have_skus()) : //SKUループここから ?>
<?php usces_the_itemPriceCr(); ?><?php usces_guid_tax(); ?>
<?php endwhile; usces_reset_skus(); //SKUループここまで ?>
<?php endif; ?>
<!– thumbnail_box –>
<?php endwhile; ?>