Members section
[insert_php]
if (is_user_logged_in()) {
echo ‘
Statutes
Members lists
General assemblies minutes
} else {
echo ‘You need to login to see this content.
‘;
echo ‘Login now
‘;
echo ‘Become a member of the SGIEM
‘;
}
[/insert_php]