I added the below to the blogs.tpl file but I am still seeing the posts as an admin. What am I missing?
Thanks!!
search3="$item.profile_id not_in '30'"
updated by @dazed: 03/25/16 06:25:36AM
search3="$item.profile_id not_in '30'"
search2="profile_id != 30"
<div id="blog_div" class="mb20">
{jrCore_list module="jrBlog" order_by="_created desc" limit="5" search1="blog_category not_in about,welcome,latest,featured,exclusive" search2="profile_id != 30" template="blogs_row.tpl"}
</div>
{if isset($option) && $option != 'all'}
{jrCore_list module="jrBlog" order_by="_created desc" limit="5" search1="_user_id = 1" search2="blog_category = `$option`" search3="profile_id != 30'" template="blogs_row.tpl"}
{else}
{jrCore_list module="jrBlog" order_by="_created desc" limit="5" search1="blog_category not_in about,news,welcome,latest,featured,exclusive" search2="profile_id != 30" template="blogs_row.tpl"}
{/if}
{if isset($option) && $option != 'all'}
{jrCore_list module="jrBlog" order_by="_created desc" limit="5" search1="_user_id = 1" search2="blog_category = `$option`" search3="profile_id != 30'" template="blogs_row.tpl"}
{else}
{jrCore_list module="jrBlog" order_by="_created desc" limit="5" search1="blog_category not_in about,news,welcome,latest,featured,exclusive" search2="profile_id != 30" template="blogs_row.tpl"}
{/if}
{if isset($option) && $option != 'all'}
{jrCore_list module="jrBlog" order_by="_created desc" limit="5" search1="_user_id = 1" search2="blog_category = `$option`" template="blogs_row.tpl"}
{else}
{jrCore_list module="jrBlog" order_by="_created desc" limit="5" search1="blog_category not_in about,news,welcome,latest,featured,exclusive" search2="profile_id != 30" template="blogs_row.tpl"}
{/if}