Περιγραφή
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
Variables are available to customize your default text strings. You can create your own custom variables also! Consult the FAQ for more details.
Multisite
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
Συχνές Ερωτήσεις
- I want a page/post to have a blank body, i.e. no text
-
Simply add a space or other invisible character. One is enough.
- I’d like to include my own custom variables
-
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’);
Κριτικές
Δεν υπάρχουν αξιολογήσεις για αυτό το πρόσθετο.
Συνεισφέροντες & Προγραμματιστές
“WordPress Default Text” είναι λογισμικό ανοιχτού κώδικα. Οι παρακάτω έχουν συνεισφέρει στη δημιουργία του.
ΣυντελεστέςΜεταφράστε το “WordPress Default Text” στην γλώσσα σας.
Ενδιαφέρεστε για την ανάπτυξη;
Περιηγηθείτε στον κώδικα, ανατρέξτε στο αποθετήριο SVN ή εγγραφείτε στο αρχείο καταγραφής αλλαγών ανάπτυξης μέσω RSS .
Σύνοψη αλλαγών
1.04
- Cleaned-up readme and added screenshot of settings
1.03
- Created function
default_text_string
to fix other conditions with bug found by yoramzara.
1.02
- Default argument values included with
default_text_title
anddefault_text_body
functions. Bug found by yoramzara.
1.01
- Animated GIF screenshot provided
1.0
- Initial version