お世話になります。
welcartのデフォルトテンプレートを使用しております。
商品一覧ページ(アーカイブページ)にカテゴリー毎のお勧め商品を表示させたいのですが、
どのような作業が必要でしょうか。
下記をarchive.phpのどこかに埋めるということでよろしいのでしょうか?
ご教授お願いします。
<div class="title"><?php _e('Items recommended','usces') ?></div>
<div class="clearfix">
<?php $reco_ob = new wp_query(array('category_name'=>'itemreco', 'orderby' =>rand, 'posts_per_page'=>8, 'post_status'=>'publish')); ?>
<?php if ($reco_ob->have_posts()) : while ($reco_ob->have_posts()) : $reco_ob->the_post(); usces_the_item(); ?>
<div class="thumbnail_box">
<div class="thumimg"><a href="<?php the_permalink() ?>"><?php usces_the_itemImage($number = 0, $width = 108, $height = 108 ); ?></a></div>
<div class="thumtitle"><a href="<?php the_permalink() ?>" rel="bookmark"><?php usces_the_itemName(); ?> (<?php usces_the_itemCode(); ?>)</a></div>
<?php if (usces_is_skus()) : ?>
<div class="price"><?php usces_crform( usces_the_firstPrice('return'), true, false ); ?><?php usces_guid_tax(); ?></div>
<?php endif; ?>
</div>
<?php endwhile; else: ?>
<p><?php _e('Sorry, no posts matched your criteria.'); ?></p>
<?php endif; wp_reset_query(); ?>
</div>
よろしくお願い致します。
拝
WordPress のバージョン:WordPress 3.2.1
Welcart のバージョン:バージョン 1.0.6
ご利用のテーマ:welcartデフォルトテーマ改変
症状を確認したブラウザ:Firefox
サーバー(会社名、サービス名):lolipop
SSLの利用: 無し
WordPress のパーマリンク設定:数字ベース