- Contributors: jkalawe
- Donate link: http://www.bgca.org
- Tags: template, default, editorial
- Requires at least: 3.0.1
- Tested up to: 3.8.1
- Stable tag: 1.04
- License: GPLv2 or later
- License URI: http://www.gnu.org/licenses/gpl-2.0.html
Default Text is a a helpful workflow tool:
- Enforce editorial standards for title and body styles
- A quick reference for content editors that aren't regular contributors
Variables are available to customize your default text strings. You can create your own custom variables also! Consult the FAQ for more details.
Default Text is also multisite compatible as it has been designed for a multisite environment.
- Upload
default-text.zip
to the/wp-content/plugins/
directory - Activate the plugin through the 'Plugins' menu in WordPress
Simply add a space or other invisible character. One is enough.
Default Text checks for the existance of a function named default_text_gemini
before outputting title or body text.
Either inclue this function in your themes functions.php
file or in a custom plugin.
Make sure that the function outputs an associative array in the following format:
array('$variable'=>'value');
-
Animated demo of functionality including use of custom variables.
-
Settings view in it's entirety.
- Cleaned-up readme and added screenshot of settings
- Created function
default_text_string
to fix other conditions with bug found by yoramzara.
- Default argument values included with
default_text_title
anddefault_text_body
functions. Bug found by yoramzara.
- Animated GIF screenshot provided
- Initial version
- Documentation more user-friendly with exanded FAQ and screenshot of settings. No code/bug fixes.
- Further fixes for issue where error thrown on certain php installations if default argument for a function is not defined.
- Fix issue where error thrown on certain php installations if default argument for a function is not defined.
- Animated GIF screenshot provided
- Initial version