Homepage › Community Forums › Epik Theme Support › Insert menu php › Reply To: Insert menu php
SocialStrategy,
Nothing is wrong, but I need modify the menú for not-logued-in users, and with a hook I can do it:
if( is_user_logged_in() ) { $menu = 'logged-in'; } else { $menu = 'logged-out'; }