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.

Epitome Subtitle

Description

Epitome Subtitle adds a subtitle field in the edit page of a regular post and static page. Note that a small coding is required to display the subtitle in the right location of your template. You provide to your theme the ability to display a title and a subtitle using functions that you call from your template.

Functions

  • the_subtitle() takes the current post or page ID and outputs the subtitle.
  • get_the_subtitle($post_id) has one optional parameter (post or page ID) and returns the subtitle as a string.
  • has_post_subtitle($post_id) has one optional parameter (post or page ID) and checks whether a subtitle exists.

Installation

  1. Upload the epitome-subtitle folder to the /wp-content/plugins/ directory.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.

Reviews

There are no reviews for this plugin.

Contributors & Developers

“Epitome Subtitle” is open source software. The following people have contributed to this plugin.

Contributors

Translate “Epitome Subtitle” 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

  • Initial release.