So in xb_mobile_bar
Replace:
Code:
{xen:link 'find-new/posts'}
with
Code:
{xen:link find-new/posts, '', 'recent=1'}
Then in xb_offcanvas_helper_bottom we have a template you can add new links, add this to the very top
Code:
<li class="navTab xbOffCanvasExtraLink">
<a href="{xen:link find-new/posts, '', 'recent=1'}" rel="Menu" class="navLink NoPopupGadget">{xen:phrase recent_posts}</a>
</li>
Should get you sorted if I understand correctly.