解析错误:语法错误,第90行/home/content/52/11847652/html/mastapps/wp-content/themes/couponpress/template_couponpress/_item.php中的意外T_STRING
这是链接http://couponsgrabber.in/ http://hostgatorcouponcodesara.com
答案 0 :(得分:1)
您错过了符合条件的操作员..确保您需要的操作并放置您需要的操作员..这里是AND(&&)
和OR(||)
的两个示例
<?php if( get_option("couponpress_search_hover") == "off" || get_option("display_myaccount_fav") != "no"){ ?>
或
<?php if( get_option("couponpress_search_hover") == "off" && get_option("display_myaccount_fav") != "no"){ ?>