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

Show Theme in Footer

설명

This plugin displays the active theme name, version and parent theme name in the Admin Footer on the right. Parent theme is only shown when a child theme is active.

We created this plugin because we manage a large number of blogs with different themes. When updating themes we always have to go and look which theme is active and which is the parent theme to prevent problems with the site layout. We always like to be sure before updating the active theme, but others non active theme should always be up to date.

Info is only shown to logged in Administrators and Editors.

Easy. Handy. And it saves us a lot of time.

We think it will save a lot of time of everybody that manages blogs with different themes.

Show Theme in Footer in your Language!

This first release is avaliable in English and Spanish. In the languages folder we have included the necessary files to translate this plugin.

If you would like the plugin in your language and you’re good at translating, please drop us a line at Contact us.

Further Reading

You can access the description of the plugin in Spanish at: Show Theme in Footer.

Contact

For further information please send us an email.

Translating WordPress Plugins

The steps involved in translating a plugin are:

  1. Run a tool over the code to produce a POT file (Portable Object Template), simply a list of all localizable text. Our plugins allready havae this POT file in the /languages/ folder.
  2. Use a plain text editor or a special localization tool to generate a translation for each piece of text. This produces a PO file (Portable Object). The only difference between a POT and PO file is that the PO file contains translations.
  3. Compile the PO file to produce a MO file (Machine Object), which can then be used in the theme or plugin.

In order to translate a plugin you will need a special software tool like poEdit, which is a cross-platform graphical tool that is available for Windows, Linux, and Mac OS X.

The naming of your PO and MO files is very important and must match the desired locale. The naming convention is: language_COUNTRY.po and plugins have an additional naming convention whereby the plugin name is added to the filename: pluginname-fr_FR.po

That is, the plugin name name must be the language code followed by an underscore, followed by a code for the country (in uppercase). If the encoding of the file is not UTF-8 then the encoding must be specified.

For example:

  • en_US – US English
  • en_UK – UK English
  • es_ES – Spanish from Spain
  • fr_FR – French from France
  • zh_CN – Simplified Chinese

A list of language codes can be found here, and country codes can be found here. A full list of encoding names can also be found at IANA.

스크린샷

  • Theme displayed in Footer (active theme is not a child theme)
  • Theme displayed in Footer with parent theme (active theme is a child theme)

설치

  1. Upload the show-theme-in-footer folder to the /wp-content/plugins/ directory (or to the directory where your WordPress plugins are located)
  2. Activate the Show Theme in Footer plugin through the ‘Plugins’ menu in WordPress.

Please use with WordPress MultiSite at your own risk, as it has not been tested.

FAQ

What is Show Theme in Footer good for?

This plugin displays the active theme name, version and parent theme name in the Admin Footer on the right. Parent theme is only shown when a child theme is active.

Does Show Theme in Footer make changes to the database?

No.

How can I check out if the plugin works for me?

Install and activate. In the footer of the administration area you should see the active theme name and version. If it’s a child theme you should also see the parent theme name. Don’t forget that info is only shown to administrators and editors.

How can I remove Show Theme in Footer?

You can simply activate, deactivate or delete it in your plugin management section.

Are there any known incompatibilities?

Please don’t use it with WordPress MultiSite, as it has not been tested.

Do you make use of Show Theme in Footer yourself?

Of course we do. 😉

후기

모든 1 평가 읽기

기여자 & 개발자

“Show Theme in Footer”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Show Theme in Footer”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.1

  • Added version of parent theme in case a child theme is active.

1.0

  • First release.