Linux 软件免费装

Change Howdy

开发者 pankajanupam
更新时间 2026年8月10日 01:03
PHP版本: 7.4 及以上
WordPress版本: 7.0
版权: GPLv2 or later
版权网址: 版权信息

标签

admin admin bar white label howdy greeting

下载

1.0 1.1 1.2 26.0

详情介绍:

WordPress greets every logged-in user with "Howdy" in the top-right corner of the admin bar. It is friendly, but it is not for everyone — it reads oddly to non-American audiences, and it rarely fits a client site you have spent time branding. Change Howdy replaces that greeting with whatever you want. Set it once under Settings > Change Howdy and it applies everywhere the admin bar appears, in the dashboard and on the front end. Features How it works The plugin hooks the admin bar's account node directly and rewrites its greeting. It does not filter every translated string on the page, so there is no measurable performance cost. Privacy Change Howdy collects nothing, stores nothing about your visitors, and makes no external requests. It saves a single option, change_howdy_greeting, in your own database.

安装:

From your dashboard
  1. Go to Plugins > Add New.
  2. Search for Change Howdy.
  3. Click Install Now, then Activate.
  4. Go to Settings > Change Howdy and enter your greeting.
Manual installation
  1. Download the plugin ZIP file.
  2. Go to Plugins > Add New > Upload Plugin and choose the file, or unzip it into /wp-content/plugins/.
  3. Activate the plugin through the Plugins screen.
  4. Go to Settings > Change Howdy and enter your greeting.
The greeting defaults to "Welcome" until you change it, so the plugin does something useful the moment it is activated.

屏幕截图:

  • The admin bar showing a custom greeting in place of "Howdy".

升级注意事项:

26.0 The greeting is now configurable under Settings > Change Howdy instead of being fixed to "Welcome". Existing installs keep showing "Welcome" until you change it. Also fixes the greeting on the front-end admin bar and on non-English sites.

常见问题:

Where do I change the text?

Settings > Change Howdy, or click the Settings link next to Change Howdy on the Plugins screen.

How does the %s placeholder work?

Whatever you type is used as-is, with %s swapped for the user's display name. There is only that one rule, so every layout is possible:

  • Welcome, %s renders as "Welcome, Jane" — this is the default.
  • Hi %s, good to see you renders as "Hi Jane, good to see you".
  • Dashboard renders as "Dashboard", with no name at all.

Can I show the greeting without the user's name?

Yes — leave the %s placeholder out of your text and only your text is shown.

Does it work on the front end?

Yes. Earlier versions only changed the greeting inside the admin. Since 26.0 the front-end admin bar is covered too.

Which languages does the plugin come in?

English and Hindi (हिन्दी). On a Hindi site the settings screen appears in Hindi and the default greeting reads "स्वागत है, {name}" without you changing anything. The plugin is fully translation-ready, so any other language can be added. If you would like to see it in yours, translations are very welcome at https://translate.wordpress.org/projects/wp-plugins/change-howdy/ — there are only nine short strings.

Does it work on a translated site?

Yes. Earlier versions searched for the literal English word "Howdy" and silently did nothing on non-English installs. Version 26.0 rebuilds the greeting in the active locale, so the replacement works whatever language you run WordPress in.

Is it multisite compatible?

Yes. Each site keeps its own greeting, and deleting the plugin removes the option from every site in the network.

What happens to my setting if I uninstall?

Deleting the plugin removes its option from the database. Deactivating leaves it in place, so you can deactivate and reactivate without losing your greeting.

更新日志:

26.0 Major rewrite. The plugin now uses year-based version numbers. 2.0 1.0