XF 2.2 Add a 'recent posts' navigation item

Joeychgo

Well-known member
Licensed customer
How to add a navigation item for recent posts (New posts without the 'unread' filter)
 
@Joeychgo, you may have missed my post, but just add a new navigation item with this link:
Code:
{{ link('whats-new/posts', null, {'skip': 1}) }}

It will display all new posts, with the unread filter disabled:
domain.com/whats-new/posts/?skip=1
 
Back
Top Bottom