Dieses Plugin wurde nicht mit den 3 neuesten Hauptversionen von WordPress getestet. Es wird möglicherweise nicht mehr gepflegt oder unterstützt und kann bei der Verwendung mit neueren WordPress-Versionen zu Kompatibilitätsproblemen führen.

Footer On Homepage

Beschreibung

This (relatively simple) plugin gives site owners an opportunity to stuff some SEO-friendly text into the homepage (and only the homepage) of their site. It will initially display only as a link, but when the visitor clicks the link, the full specified text displays right there in the footer for the user to see.

It is also a great example of how to use wp_editor() [new in 3.3] and still be backwards-compatible.

The admin side, as of v1.0.1, has a text box for you to specify your own CSS stylings of the footer div. So go ahead and make it look however you like!

Installation

  1. Install via the WordPress Plugins Repository
  2. Add your copy via Appearance > Homepage Footer
  3. (optional) Add styling to the #footer_on_homepage and #footer_on_hoomepage_wrap elements in the admin page.

Rezensionen

Zu diesem Plugin liegen noch keine Rezensionen vor.

Mitwirkende und Entwickler

„Footer On Homepage“ ist Open-Source-Software. Folgende Menschen haben an diesem Plugin mitgewirkt:

Mitwirkende

Übersetze „Footer On Homepage“ in deine Sprache.

Interessiert an der Entwicklung?

Durchstöbere den Code, sieh dir das SVN-Repository an oder abonniere das Entwicklungsprotokoll per RSS.

Änderungsprotokoll

1.0.1

  • Fixed glitch where I used wp_header action rather than wp_head.
  • Added box for custom CSS styling.

1.0

  • Not Applicable, initial public release.