Spamworldpro Mini Shell
Spamworldpro


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/partials/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/corals/mets.corals.io/wp-content/metras.v32.1/resources/views/partials/content.blade.php
<article @php(post_class('card post-card mb-2 post-vertical'))>

  <div class="card-body">
    <small class="d-block mb-2 text-small text-center post-publish-date">{{get_the_date('j F Y')}}</small>
    <div class="card-title-wrapper">
      @if(get_the_subtitle(get_the_ID(), '','', false))
        <h6 class="card-subtitle text-center">
          <a href="{{ get_permalink() }}" class="text-secondary text-decoration-none" @if(\App\isMobile())rel="prefetch"@endif>
            {{ the_subtitle() }}
          </a>
        </h6>
      @endif
      <h5 class="card-title text-center text-textPrimary font-weight-bold">
        <a href="{{ get_permalink() }}" class="text-decoration-none">
          {!! the_title() !!}
        </a>
      </h5>
    </div>

      <div class="card-image mb-2">
        <a href="{{get_permalink()}}" @if(\App\isMobile())rel="prefetch"@endif>
          <img src="{{ App\get_post_image(get_the_ID()) }}" class="img-fluid" alt="{{strip_tags($title)}}">
        </a>
      </div>

      <a href="{{ get_permalink() }}" class="text-decoration-none" @if(\App\isMobile())rel="prefetch"@endif>
        <p class="card-text">{!! App\the_excerpt_max_charlength(20) !!}</p>
      </a>
      @include('partials/entry-meta',['categories', $subCategories])
    {!! the_tags('<div class="entry-meta text-right tags-content">',' • ','</div>'); !!}
  </div>
</article>

Spamworldpro Mini