Re: [解決済み] 商品一覧ページに売切の表示を出したいのですが。

フォーラム 拡張プラグイン [解決済み] 商品一覧ページに売切の表示を出したいのですが。 Re: [解決済み] 商品一覧ページに売切の表示を出したいのですが。

#62603
ipd
参加者

お忙しい所わざわざご教授感謝致します、下記コードに編集致しましたがエラーが出ます…

書き方間違えておりますでしょうか?

コード

<?php

add_filter(‘item_list_layout_filter_list’, ‘my_item_list_layout_filter_list’, 10, 3);

global $usces;function my_item_list_layout_filter_list(){

$args = func_get_args();

$post = $args[1];

$opts = $args[2];

$width = $opts;

$colum = $opts;

$limargin = $opts;

$lipadding = $opts;

$liborder = $opts;

$liwidth = ($width + $limargin) / $colum – $limargin – ($lipadding * 3) – ($liborder * 3);

$liheight = $opts – $lipadding * 3;

$txtheight = $opts;

$imgwidth = $liwidth;

$imgheight = $liheight – $txtheight;

$border = $liborder ? ” : ‘border:0px’;

$list = ‘<li id=”ill_li” class=”item_list_layout_li” style=”text-align: center; overflow: hidden; display: block; float: left; padding:’.$lipadding.’px; width:’.$liwidth.’px; height:’.$liheight.’px; margin-right:’.$limargin.’px; margin-bottom:’.$limargin.’px; ‘.$border.’ “>ID) . ‘ “>’. usces_the_itemImage(0, $imgwidth, $imgheight, $post, ‘return’ ) . ‘<div class=”thumtitle”>’ . esc_html(usces_the_itemName(‘return’)) . ‘</div><div class=”zaiko”>’ . esc_html(usces_the_itemZaiko(‘return’)) . ‘</div><div class=”price”>’ . __(‘$’, ‘usces’) . number_format(usces_the_firstPrice(‘return’)) . $usces->getGuidTax() . ‘</div><div class=”exp”>’ . $excerpt . ‘</div>’ ;

return $list;

}

?>

エラーコード

Parse error: syntax error, unexpected ‘”‘ in /export/sd203/www/jp/r/e/gmoserver/7/9/sd0211679/imperial-designworks.com/blog/wp-content/themes/gents-company/functions.php on line 19