Este plugin no se ha probado con las últimas 3 versiones mayores de WordPress. Puede que ya no tenga soporte ni lo mantenga nadie, o puede que tenga problemas de compatibilidad cuando se usa con las versiones más recientes de WordPress.

Custom Admin Footer Text

Descripción

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

Capturas

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

Instalación

  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');

Reseñas

No hay reseñas para este plugin.

Colaboradores y desarrolladores

«Custom Admin Footer Text» es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores

Traduce «Custom Admin Footer Text» a tu idioma.

¿Interesado en el desarrollo?

Revisa el código , echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.

Registro de cambios

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