![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/mets.corals.io/wp-content/metras.v32.1/resources/views/ |
<?php $_SESSION['filesCounter'] = 0; $_SESSION['fetchMoreFiles'] = true; ?> @extends('layouts.main') @section('content') {{-- @include('partials.page-header')--}} @if (! have_posts()) @alert(['type' => 'warning']) {{ __('Sorry, no results were found.', 'sage') }} @endalert {!! get_search_form(false) !!} @endif @php( $featuredPostId = null ) @if( !app\isMobile() && isset($featuredHomePosts) && count($featuredHomePosts) ) @foreach($featuredHomePosts as $featuredPost) <?php global $post ?> <?php $post = $featuredPost ?> {{-- @php(dd($featuredPost))--}} <div class="posts-loop"> @php(setup_postdata( $post )) @php( $featuredPostId = get_the_ID() ) @includeFirst(['partials.content-featured', 'partials.content']) @php(wp_reset_postdata()) </div> @endforeach @endif <div class="posts-loop" id="posts-infinite-scroll"> @if(app\isMobile()) @include('partials.loops.mobile') @else @include('partials.loops.standard') @endif </div> <div class="text-center"> {!! get_the_posts_navigation() !!} </div> @endsection @section('sidebar') @include('partials.sidebar') @endsection