Blog Post Order as shown in a Blog Category
Ning To Jamroom
Can you post a link to the category page?
{if isset($_user.user_language) && $_user.user_language == 'de-DE'}
<a href="#">German Link Here</a>
{else}
<a href="#">Default Language Link Here</a>
{/if}
{literal} Your code here... {/literal}
{jrCore_include template="header.tpl"}
<div class="block">
<div class="title">
{jrSearch_module_form fields="profile_name,profile_url"}
<h1>{jrCore_lang module="jrProfile" id="26" default="Profiles"}</h1>
</div>
<div class="block_content">
{jrCore_list module="jrProfile" order_by="_item_id desc" pagebreak="10" page=$_post.p pager=true}
</div>
</div>
{jrCore_include template="footer.tpl"}
{jrSearch_module_form fields="profile_name,profile_url,profile_bio"}