這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

Custom Admin Footer Text

外掛說明

Custom Admin Footer Text lets you customize the left and right admin footer text. Overwrite the default text or links with anything of your choosing. Great for developers working on client sites who want to include support links, bylines or credits in the footer.

Currently the left footer says “Thank you for creating with WordPress” and the right footer shows the current WordPress version. For WordPress developers, this is a lost opportunity. Use that space to put links to your website, a copyright statement, whatever you want.

Use it for:

  • Copyright statements/credits
  • Link to support forum
  • Link to your other products

Or maybe you are just a regular guy who doesn’t like the admin footer. Put a link to your site or whatever you want to see.

If you need help with this plugin

If this plugin breaks your site or just flat out does not work, create a thread in the Support forum with a description of the issue. Make sure you are using the latest version of WordPress and the plugin before reporting issues, to be sure that the issue is with the current version and not with an older version where the issue may have already been fixed.

Please do not use the Reviews section to report issues or request new features.

Features

  • Overwrite existing admin footer text with your own
  • Disable the plugin and the original text returns
  • Unclosed HTML tags are automatically fixed

螢幕擷圖

  • Plugin settings page where you can see the text entered and how it appears in the footer.

安裝方式

  1. Upload plugin file through the WordPress interface.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.
  3. Go to Settings » Custom Admin Footer Text, configure plugin.
  4. Reload the page to see the footer.

常見問題集

How do I use the plugin?

Go to Settings » Custom Admin Footer Text and enter the text you want to see in the left and right admin footers. Make sure the “enabled” checkbox is checked. Refresh the page and check the footer.

I entered some text but don’t see anything on the page.

Are you using another plugin that is also trying to overwrite the admin footer?

Are you using any CSS that is hiding the footer?

Are you caching your admin pages?

How can I style the output?

This is the footer HTML output:

<div id="wpfooter">
<p id="footer-left" class="alignleft"><!-- here is the left footer --></p>
<p id="footer-upgrade" class="alignright"><!-- here is the right footer --></p>
</div>

Use these classes in your local stylesheet to style the output how you want.

I don’t want the admin CSS. How do I remove it?

Add this to your functions.php:

remove_action('admin_head', 'insert_caft_admin_css');

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈Custom Admin Footer Text〉的開發相關工作。

參與者

將〈Custom Admin Footer Text〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

0.1.1

  • confirmed compatibility with WordPress 4.1

0.1.0

  • updated .pot file and readme

0.0.9

  • fixed validation issue

0.0.8

  • minor code update

0.0.7

  • permanent fix for Undefined Index issue
  • admin CSS and page updates

0.0.6

  • code fix

0.0.5

  • code fix
  • updated support tab

0.0.4

  • code optimizations
  • plugin settings page is now tabbed

0.0.3

  • fix 2 for wp_kses

0.0.2

  • fix for wp_kses

0.0.1

  • created
  • verified compatibility with 3.9