{jrCore_list module="jrBlog" search1="_profile_id = 1" order_by="_created desc" limit="3" group_by="_created" template="item_grid.tpl" tpl_dir="jrBlog"}
Would also be a great addition to the item list tool in site builder if possible.
What I am attempting to do is add a 'blog roll" to my main site page- but I dont want it to display the entire blog as its doing now...I would prefer a truncated version with a "Read More" link at the bottom
I would also like to know how to truncate this from the list_blog.tpl
<div class="normal">
{$item.blog_text|jrCore_format_string:$item.profile_quota_id|jrBlog_readmore}
</div>
I have tried this but does not work for me
<div class="normal">
{$item.blog_text|jrCore_format_string:$item.profile_quota_id|jrCore_strip_html|truncate:150|jrBlog_readmore}
</div>
Thanks
updated by @derrickhand300: 12/22/16 11:55:59AM