How to show in my Front Page only the latest post (new images added) & not albums
There is no one-click way of achieving this.
There would be editing templates and php files.
Something like:
$gallery->setConfig('defaultAlbumId', 30);// where 30 is the id of the album you want as default
{if $theme.item.id == 30} {php}header("Location: /gallery2/main.php?g2_view=dynamicalbum.RandomAlbum");{/php} {/if}
-s FlashYourWeb and Your Gallery with The E2 XML Media Player for Gallery2
Posts: 8339
There is no one-click way of achieving this.
There would be editing templates and php files.
Something like:
-s
FlashYourWeb and Your Gallery with The E2 XML Media Player for Gallery2