Description
This plugin sets the title and body of new blog posts so that when the post contain the same content each time
that same content doesn’t need to be typed in each time. This plugin differs from others in that it supports
setting the subject as well as the body of the blog post.
Screenshots
Installation
This section describes how to install the plugin and get it working.
e.g.
- Upload
my-default-post-content.php
to the/wp-content/plugins/my-default-post-content
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- Configure the default values through the settings page.
FAQ
-
Can I include HTML in my defaults?
-
Yes you can include any values in the defaults.
Reviews
Contributors & Developers
“My Default Post Content” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “My Default Post Content” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
0.7.3
- Fixed warning about missing object when posting
0.7.2
- Fixed name of activation function
- Changed author name
0.7
- Cleaned up the settings page
- Removed some errors being caused by un-needed code on the settings page
0.6
- Added seperate default settings for pages and posts
- Tested against WordPress 5.2
0.5.4
- Tested for version 4.3
0.5.3
- Tested for version 4.1
0.5.2
- Fixed bug where some users couldn’t log into admin page.
0.5.1
- Fixed support/donate URLs.
0.5
- Moved the code into a class for easier code maintenance.
- Renamed some of the functions for easier code maintenance.
- Tested on 3.5 and 3.5.1.
0.1
- Birth of the plugin.