Footer'a aşağıdaki gibi bir kod eklenebilir.
<?php
if (is_user_logged_in()) {
$current_user = wp_get_current_user();
echo '<div style="position: fixed; bottom: 0; right: 0; background: #f1f1f1; padding: 10px;">Hoş geldin, ' . $current_user->display_name . '</div>';
}
?>
Allah razı olsun hocam tam istediğim gibi çok sağolun