This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

Footer On Homepage

Description

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.

Reviews

There are no reviews for this plugin.

Contributors & Developers

“Footer On Homepage” is open source software. The following people have contributed to this plugin.

Contributors

Translate “Footer On Homepage” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

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.