committed by
QWp6t
parent
f2c47cf41b
commit
be1b8887f4
@@ -1,7 +1,7 @@
|
||||
@extends('layouts.app')
|
||||
|
||||
@section('content')
|
||||
@while(have_posts()) @php(the_post())
|
||||
@while(have_posts()) @php the_post() @endphp
|
||||
@include('partials.content-single-'.get_post_type())
|
||||
@endwhile
|
||||
@endsection
|
||||
|
||||
Reference in New Issue
Block a user