返信先: カテゴリーごとの表示
フォーラム › 使い方全般 › カテゴリーごとの表示 › 返信先: カテゴリーごとの表示
2014年7月3日 7:13 PM
#71109
参加者
自己解決しました
Welcartデフォルトテーマのarchive.phpのソースを参考にして書き直しました。
<?php if (have_posts()) : ?>
<ul id="itemListBox">
<?php while (have_posts()) : the_post(); ?>
<li>
<div class="itemThumbnail"><a>"><?php usces_the_itemImage($number = 0, $width = 600, $height = 600 ); ?></a></div>
<div class="itemName"><a>" rel="bookmark"><?php usces_the_itemName(); ?></a></div>
<?php if (!usces_have_zaiko_anyone()) : ?>
<div class="itemStatus">売切れ</div>
<?php else : ?>
<div class="ItemPrice"><?php usces_crform( usces_the_firstPrice('return'), true, false ); ?><?php usces_guid_tax(); ?></div>
<?php endif; ?>
</li>
<?php endwhile; ?>
</ul>
<?php else : ?>
<?php endif; ?>
-
この返信は10年、 9ヶ月前に
yasumaxが編集しました。