Use @php() instead of @php [...] @endphp
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
{!! get_search_form(false) !!}
|
||||
@endif
|
||||
|
||||
@while(have_posts()) @php the_post() @endphp
|
||||
@while(have_posts()) @php(the_post())
|
||||
@include('partials.content-search')
|
||||
@endwhile
|
||||
|
||||
|
||||
Reference in New Issue
Block a user