@if($shortcode->title || $shortcode->subtitle)
@if($shortcode->subtitle) {!! BaseHelper::clean($shortcode->subtitle) !!} @endif
@if($shortcode->title)

{!! BaseHelper::clean($shortcode->title) !!}

@endif
@endif @php $itemsPerRow = theme_option('post_item_per_row', 3); @endphp
@foreach($posts as $post) @include(Theme::getThemeNamespace('views.templates.post-item.index')) @endforeach