Commit 945bccf7 by Siti Aisah

setting post view

parent 56397ee4
......@@ -83,7 +83,11 @@
@if($value->comment_status)
<span><i class="fa fa-comment"></i> <a href="#">{!! $value->comment_count !!} Comments</a></span>
@endif
@if(!isset($setting['post_views']) || $setting['post_views'] == 1)
<span><i class="fa fa-eye"></i> <a href="#">{!! $value->viewer !!} Views</a></span>
@elseif($setting['post_views'] == 0)
<span></span>
@endif
</div><!-- end blog-carousel-meta -->
</div><!-- end blog-carousel-header -->
<div class="blog-carousel-desc">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment