php 7.2 if else endif 模板语法错误提示的处理
在php7.2里面,如果模板里面使用了if else endif标签的话,类似:<? if ( $the_query->have_posts() ) : ?><p>XXXXXXx</p><? else:?><p>XXXXXXx</p><? endif; ?>这种模板标签,会报如下的错误提示