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 pnpm 下载element-plus
  • ¥15 解决编写PyDracula时遇到的问题
  • ¥15 有没有人能解决下这个问题吗,本人不会编程
  • ¥15 plotBAPC画图出错
  • ¥30 关于#opencv#的问题:使用大疆无人机拍摄水稻田间图像,拼接成tif图片,用什么方法可以识别并框选出水稻作物行
  • ¥15 Python卡尔曼滤波融合
  • ¥20 iOS绕地区网络检测
  • ¥15 python验证码滑块图像识别
  • ¥15 根据背景及设计要求撰写设计报告
  • ¥20 能提供一下思路或者代码吗