이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

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.

FAQ

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