Re: [解決済み] Slide Showcaseについて
フォーラム › 拡張プラグイン › [解決済み] Slide Showcaseについて › Re: [解決済み] Slide Showcaseについて
2011年9月10日 3:04 AM
#62767
ipd
参加者
置き換えましたが5行目でエラーがでてます…
<?php
add_filter('slide_showcase_filter_list', 'my_showcase_filter_list', 10, 2);
function my_showcase_filter_list($html, $post){
$html = '
<li><a>ID) . '">' . usces_the_itemImage($number = 0, $width = 130, $height = 130, $post, 'return' ) . '<div class="thumtitle">' . esc_html(usces_the_itemName('return')) . '</div></a><div class="price">' . __('$', 'usces') . number_format(usces_the_firstPrice('return')) . $usces->getGuidTax() . '</div></li>
' . "n";
return $list;
}
?>
usces_have_zaiko_anyone()などが有りませんがこれでも売切れた物のみ売切れを表示できるのですか??