> <?php if ( is_front_page() ) { bloginfo( 'name' ); ?> - <?php bloginfo( 'description' ); } else { wp_title( '«', true, 'right' ); bloginfo( 'name' ); } ?> >
'; } elseif ( is_user_logged_in() ) { //fix for notice when user not log-in get_currentuserinfo(); $email = $current_user->user_email; echo get_avatar( $email, 50, $default = get_template_directory_uri() . '/images/user.png','user-avatar' ); } else { echo 'user-avatar'; } ?>
%2$s', 'wallow' ), date_i18n( __( 'l', 'wallow' ) ), date_i18n( get_option( 'date_format' ) ) ); ?>
'mainmenu', 'fallback_cb' => 'wallow_pages_menu', 'theme_location' => 'primary' ) ); ?>