Welcart 「キャンペーン中」をhome.phpにバナー表示。

● (B) 「キャンペーン中」をhome.phpにバナー表示。

Screenshot_from_2014-02-15 10:34:02 以下のif文では、キャンペーン中の条件分岐が出来ますので、キャンペーン用バナーを予め用意しておき、if文で挟んでおけば、キャンペーン期間中だけに自動的に表示されるようになります。

※ 私の環境では「/var/www/html/Shop/wp-content/themes/welcart_default/home.php」に書き込み。
イメージは「/var/www/html/Shop/wp-content/themes/welcart_default/」のimagesホルダーに。

★「home.php」に以下を書き込む。

<?php

$options=get_option(‘usces’);

if(‘Promotionsale’==$options['display_mode']):

?>

<img src=”<?php bloginfo(‘template_url’); ?>/images/campaign_banner.png” width=”" height=”" title=”キャンペーン” alt=”キャンペーンバナー” />

<?php endif; ?>

Screenshot_from_2014-02-14 16:25:58

カテゴリー: welcart, WordPress タグ: , , , , パーマリンク

コメントを残す