problem with my my theme "search.php"

when I try to search something it shows me that I have an error in line 9The code on line 9 on my page "search.php&

when I try to search something it shows me that I have an error in line 9

The code on line 9 on my page "search.php" of my theme

<div class="p-title"><h2 style="background-color: #1AB3EE;">Searching for <?php $allsearch = &new WP_Query("s=$s&showposts=-1"); $key = wp_specialchars($s, 1); $count = $allsearch->post_count; _e(''); _e('<strong class="terms_search">'); echo $key; _e('</strong>'); _e(' - About '); echo $count . ' '; _e('results'); wp_reset_query(); ?></h2></div>

The error message

when I try to search something it shows me that I have an error in line 9

The code on line 9 on my page "search.php" of my theme

<div class="p-title"><h2 style="background-color: #1AB3EE;">Searching for <?php $allsearch = &new WP_Query("s=$s&showposts=-1"); $key = wp_specialchars($s, 1); $count = $allsearch->post_count; _e(''); _e('<strong class="terms_search">'); echo $key; _e('</strong>'); _e(' - About '); echo $count . ' '; _e('results'); wp_reset_query(); ?></h2></div>

The error message

Share Improve this question asked Mar 23, 2019 at 13:17 Ol MimudOl Mimud 31 bronze badge
Add a comment  | 

1 Answer 1

Reset to default 3

Using &new in object creation is deprecated in PHP 7+ because objects are passed by be reference by default. Remove the &

发布者:admin,转转请注明出处:http://www.yc00.com/questions/1745664010a4639012.html

相关推荐

  • problem with my my theme &quot;search.php&quot;

    when I try to search something it shows me that I have an error in line 9The code on line 9 on my page "search.php&

    21天前
    50

发表回复

评论列表(0条)

  • 暂无评论

联系我们

400-800-8888

在线咨询: QQ交谈

邮件:admin@example.com

工作时间:周一至周五,9:30-18:30,节假日休息

关注微信