Welcome to Traditores In-One-Year, the first module released by Traditores (http://traditores.org) and written by Alan Fahrner.
This should be considered beta software until this message goes away. If you run into any issues or have any suggestions, please contact us.
Traditores In-One-Year has one simple purpose: to easily allow Bible reading plans to be embedded in Wordpress pages or posts. Each day's reading is linked to the actual text at Biblia.com.
Users can choose from ten translations in Traditores In-One-Year (and more on Biblia.com).
To Logos for their Logos Bible software, which we used to produce the reading plans (and for Biblia.com, which they also supply).
Please use the "Options" tab to read about configuration options (including an important page/post-level one).
Please view the "Shortcodes" tab to see the one available shortcode and its attributes.
Here are some CSS classes you might find handy if you want to tweak the look and feel:
trad-ioy-content
is the class of the div
that surrounds the entire Traditores In-One-Year form and table
trad-ioy
is the class of the form
that surrounds the select
a user can choose their Bible translation with.
trad-ioy-reading-plan
is the class of the actual reading plan table
.
trad-ioy-reflink
is the class of the a
links that point to Biblia.com.
The tr
row for each day is given a MMDD class (e.g. January 1 is 0101).
For this plugin to work correctly, your template needs to use wp_footer
(which it should).