=== DP Username & Role Display ===
Contributors: dixitpujara
Tags: user role, username, login, profile, members
Requires at least: 5.2
Tested up to: 7.1
Requires PHP: 7.2
Stable tag: 1.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Display the username and role of the logged-in user at the top of your site, with editable labels, custom colors, and 5 display templates.

== Description ==

DP Username & Role Display shows the display name and role(s) of the currently logged-in user near the top of every page on the front end of your site.

It is useful for membership sites, intranets, staging environments, and any site where it helps to know, at a glance, who is logged in and what role they hold.

**Features**

* Shows the logged-in user's display name and role(s) on the front end.
* Enable or disable the display from a settings page.
* Choose the background, text, and label colors with the built-in WordPress color picker.
* Edit the label text ("User:" and "Role:") to whatever wording you prefer.
* Pick from 5 ready-made display templates that change the front-end layout (classic bar, full-width banner, rounded pill, minimal inline, and accent card).
* Lightweight, translation-ready, and uses only standard WordPress APIs.
* Nothing is shown to logged-out visitors.

== Installation ==

1. Upload the `dp-username-role-display` folder to the `/wp-content/plugins/` directory, or install the plugin through the **Plugins > Add New** screen in WordPress.
2. Activate the plugin through the **Plugins** screen in WordPress.
3. Go to **Settings > User Info Settings** to enable the display and choose your colors.

== Frequently Asked Questions ==

= Who can see the user info? =

Only logged-in users see their own username and role. Logged-out visitors see nothing.

= Can I change where it appears? =

The info is output using the `wp_body_open` hook, so it appears at the top of the page body. Most modern themes support this hook.

= Can I change the colors? =

Yes. Go to **Settings > User Info Settings** and use the color pickers for the background, text, and label colors.

= Can I change the "User" and "Role" wording? =

Yes. The User Label and Role Label fields on the settings page let you set any text you like (for example "Logged in as" or "Account").

= What are the templates? =

The plugin includes 5 display templates that change how the info looks on the front end: a classic right-aligned bar, a full-width banner, a centered rounded pill, a minimal inline style, and an accent card. Pick one from the Display Template dropdown on the settings page.

== Screenshots ==

1. Admin settings page: enable toggle, background/text/label color pickers, editable labels, and the display template selector.
2. Template 1 - Classic Bar (right aligned).
3. Template 2 - Full-width Banner (centered).
4. Template 3 - Rounded Pill (centered).
5. Template 4 - Minimal Inline.
6. Template 5 - Card with accent.

== Changelog ==

= 1.0 =
* First release in the WordPress.org plugin directory.
* Displays the logged-in user's name and role on the front end using the `wp_body_open` hook.
* Settings page with enable/disable toggle.
* Background, text, and label color pickers.
* Editable "User" and "Role" label text.
* 5 selectable front-end display templates.

== Upgrade Notice ==

= 1.0 =
First release of DP Username & Role Display in the WordPress.org directory.
