Skip to content

The Journal

Insights

@if (has_post_thumbnail()) @endif
{{ __('Featured', 'sage') }} @php($categories = trim(wp_strip_all_tags((string) get_the_category_list(', ')))) @if ($categories !== '') {{ $categories }} @endif

{!! get_the_title() !!}

@php($excerpt = trim(wp_strip_all_tags(get_the_excerpt()))) @if ($excerpt !== '')

{{ wp_trim_words($excerpt, 40, '…') }}

@endif {{ __('Read article', 'sage') }}
@endif {{-- Post grid --}} @if (have_posts())
@if (! is_paged())

{{ __('More articles', 'sage') }}

{{ __('keep reading', 'sage') }}

@endif @php $pagination = paginate_links([ 'prev_text' => __('Previous', 'sage'), 'next_text' => __('Next', 'sage'), 'type' => 'array', ]); ?>