Hi,
Short question (I hope). I would like to remove this menu "Album list" for all unauthentificated users.
I could put a condition like :
if (USER_ID) {
/* display menu */
} /* else : display nothing */
... but don't know where to write this ? In which php file ?
Thanks !
PS: gallery : http://photo.grangeneuve.ch/, latest version.
It's in the theme.php file of your theme. Maybe the plugin 'Final Extract' can also achieve what you want.
It works, thanks !