doudi2431 2017-07-09 01:31
浏览 51
已采纳

解析错误:语法错误,searchform.php中的意外'}'期待文件结束(Wordpress,XAMPP)[关闭]

Apologies for yet another duplicate, but I have tried solutions in other questions but had no luck.

Wordpress is giving me this error on my custom made child theme (of another custom made theme) Thank you for your help!

"Parse error: syntax error, unexpected '}', expecting end of file in C:\xampp\htdocs\wp\wp-content\themes\site-child\searchform.php on line 11"

This is my searchform.php code (I know I must be missing a simple thing, put me out of my misery!)

Thanks for your help! :)

<?php
/**
 *The template for displaying Search forms.
 *
 *@package Site
 *@since Site 1.0
 */



} else {
//the original contents of search.php should follow
//make sure to close the php tag as appropriate
?>
    <form method="get" id="searchform" action="<?php echo esc_url( home_url( '/' ) ); ?>" role="search">
        <label for="s" class="assistive-text"><?php _e( 'Search', 's' ); ?></label>
        <input type="text" class="field" name="s" value="<?php echo esc_attr( get_search_query() ); ?>" id="s" placeholder="<?php esc_attr_e( 'Search &hellip;', 'site' ); ?>" />
        <input type="submit" class="submit" name="submit" id="searchsubmit" value="<?php esc_attr_e( 'Search', 'site' ); ?>" />
    </form>
  • 写回答

1条回答 默认 最新

  • duanjiao3754 2017-07-09 01:38
    关注

    I cannot found any keyword if in your code.

    } else {
    

    Correct:

    if (condition) {
         // 
    } else {
         // 
    }
    

    Or:

    <?php if (condition) : ?>
        html code
    <?php else:?>
        html code
    <?php endif; ?>
    
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 请教一下各位,为什么我这个没有实现模拟点击
  • ¥15 执行 virtuoso 命令后,界面没有,cadence 启动不起来
  • ¥50 comfyui下连接animatediff节点生成视频质量非常差的原因
  • ¥20 有关区间dp的问题求解
  • ¥15 多电路系统共用电源的串扰问题
  • ¥15 slam rangenet++配置
  • ¥15 有没有研究水声通信方面的帮我改俩matlab代码
  • ¥15 ubuntu子系统密码忘记
  • ¥15 保护模式-系统加载-段寄存器
  • ¥15 电脑桌面设定一个区域禁止鼠标操作