MG 2.0 Albums on Media Gallery Landing Page

TonyG

Member
Hi guys,

when visiting the media gallery by default you will see the latest images that are uploaded.
How can we change this to latest album?

Thanks in advance!

Tony
 

You can simply change the URL of the navigation tab.

Under Admin CP > Setup > Public navigation find the entry that reads "Media" and click on it. Change the link from:
Code:
{{ link('media') }}
To:
Code:
{{ link('media/albums') }}
 
Top Bottom