wordpress

时间:2017-07-20 08:37:49

标签: php wordpress warnings

我安装了一个我没写过的模板。

一切都很好,只是我在一个页面中有大约8个错误,我将它带到下面:

  

警告:非法字符串偏移' store_name'在   F:\ xamp \ htdocs \ wordpress \ wp-content \ themes \ tf \ single-product.php on   第99行

其他错误在不同的行中完全相同。

enter code here
 <!--details-->
    <div class="content_item">
               <!-- the first below Line is 99 -->
      <div class="Slogan"><span><?php echo $seller_details['store_name']; ?>  
    </span></div>

  <div class="info-counter">
     <span class="info-timerLabel"><i class="fa fa-clock-o"></i>Purchase 
        deadline</span>

<div id="retroclockbox_sm1"></div>
    <p><span>second</span> <span>minute</span> <span>hour</span> 
  <span>day</span></p>
</div>

    <script src="<?php 
          bloginfo('template_url');>/js/jquery.flipcountdown.js">
       </script>
                            <!-- Flip Count Down -->

我在堆栈中读到了同样的问题。但他们无能为力。

0 个答案:

没有答案