Description
Single Post Message is a plugin that allows you to add custom messages, announcements, and notices to individual posts. It’s
styled to grab the reader’s attention and will render in both the browser and in RSS readers.
Single Post Message…
- Supports the use of HTML tags in the message content
- Provides a live preview for what your announcement will look like
- Is available directly under the post content editor
- Is fully localized and ready for translation
For more information or to follow the project, check out the project page.
Development Information
Single Post Message was built using…
- WordPress Coding Standards
- Native WordPress API’s (specifically the Plugin API)
- CodeKit using LESS, JSLint, and jQuery
- Respect for WordPress bloggers everywhere ??
Screenshots
Installation
Using The WordPress Dashboard
- Navigate to the ‘Add New’ Plugin Dashboard
- Select
single-post-message.zip
from your computer - Upload
- Activate the plugin on the WordPress Plugin Dashboard
Using FTP
- Extract
single-post-message.zip
to your computer - Upload the
single-post-messsage
directory to yourwp-content/plugins
directory - Activate the plugin on the WordPress Plugins dashboard
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Single Post Message” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Single Post Message” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
2.4.1
- Change plugin authorship.
2.4.0
- Changing plugin ownership.
2.3.0
- Verifying WordPress 4.2.1 compatibility
- Updating copyright dates
2.2.0
- Verifying WordPress 4.1 compatibility
2.1.0
- Verifying WordPress 3.9 compatibility
2.0.0
- Implementing the singleton pattern
- Adding a file responsible for invoking an instance of the plugin
- Adding Portuguese translations (props Celso Azevedo)
- WordPress 3.8 compatibility
1.2.2
- Fixing a minor problem displaying text above the post message textarea
1.2.1
- Minor update to make sure that the post message only displays below the content in the single view
- Update the localization files
1.2
- Adding the option to place the notice at the top or the bottom of the post content
- Updating features to be compliant with newer versions of PHP
- Updating localization calls
1.1
- Updating the donate link
- Updating the project page URL
1.0
- Initial release