@php Theme::layout('no-breadcrumbs') @endphp

{{ $post->name }}

  • {{ __('Share this') }}:
@if ($post->image)
post-title
@endif
@if (defined('GALLERY_MODULE_SCREEN_NAME') && !empty($galleries = gallery_meta_data($post))) {!! render_object_gallery($galleries, ($post->categories()->first() ? $post->categories()->first()->name : __('Uncategorized'))) !!} @endif {!! clean($post->content, 'youtube') !!}
@if (!$post->tags->isEmpty())
{{ __('Tags') }}: @foreach ($post->tags as $tag) @endforeach
@endif @if ($post->author->id)
{{ $post->author->getFullName() }}

{{ $post->author->getFullName() }}

{{ MetaBox::getMetaData($post->author, 'bio', true) }}

@endif @if (theme_option('facebook_comment_enabled_in_post', 'yes') == 'yes')
{!! apply_filters(BASE_FILTER_PUBLIC_COMMENT_AREA, Theme::partial('comments')) !!} @endif @php $relatedPosts = get_related_posts($post->id, 4); @endphp @if ($relatedPosts->count() > 0) @endif @if ($relatedPosts->count() > 2) @endif