wordpress kullanıcı adını sayfada gösterme
3
●96
- 29-06-2023, 17:33:44Footer'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>'; } ?> - 29-06-2023, 17:37:15Allah razı olsun hocam tam istediğim gibi çok sağolunGVertigang adlı üyeden alıntı: mesajı görüntüle