Changeset 8248
- Timestamp:
- 03/16/2007 01:14:30 AM (19 years ago)
- Location:
- wp-votd
- Files:
-
- 5 edited
-
tags/3.0/README.txt (modified) (1 diff)
-
tags/3.0/wp-votd.zip (modified) (previous)
-
trunk/README.txt (modified) (1 diff)
-
trunk/wp-votd.php (modified) (1 diff)
-
trunk/wp-votd.zip (modified) (previous)
Legend:
- Unmodified
- Added
- Removed
-
wp-votd/tags/3.0/README.txt
r7581 r8248 1 1 ==== Verse Of The Day ==== 2 3 4 5 6 7 2 8 3 Tags: votd, bible, verse 4 Contributors: dalziel 9 Displays a daily bible verse on your site, using a Verse of the Day RSS feed. The feed can come from anywhere, but defaults to the ESV provided by Good News Publishers. 5 10 6 Note: Requires WordPress 2.1. Verse Of The Day displays a daily bible verse on your site, using a Verse of the Day RSS feed. The feed can come from anywhere, but defaults to the ESV provided by Good News Publishers. 11 == Description == 12 13 Displays a daily bible verse on your site, using a Verse of the Day RSS feed. The feed can come from anywhere, but defaults to the ESV provided by Good News Publishers. 14 15 == Installation == 16 17 1. Download the zip file & extract the contents to /wp-content/plugins 18 1. Activate the plugin through the 'Plugins' menu in WordPress 19 1. (optional) Modify the version to use and the display template in the options page -
wp-votd/trunk/README.txt
r7581 r8248 1 1 ==== Verse Of The Day ==== 2 3 4 5 6 7 2 8 3 Tags: votd, bible, verse 4 Contributors: dalziel 9 Displays a daily bible verse on your site, using a Verse of the Day RSS feed. The feed can come from anywhere, but defaults to the ESV provided by Good News Publishers. 5 10 6 Note: Requires WordPress 2.1. Verse Of The Day displays a daily bible verse on your site, using a Verse of the Day RSS feed. The feed can come from anywhere, but defaults to the ESV provided by Good News Publishers. 11 == Description == 12 13 Displays a daily bible verse on your site, using a Verse of the Day RSS feed. The feed can come from anywhere, but defaults to the ESV provided by Good News Publishers. 14 15 == Installation == 16 17 1. Download the zip file & extract the contents to /wp-content/plugins 18 1. Activate the plugin through the 'Plugins' menu in WordPress 19 1. (optional) Modify the version to use and the display template in the options page -
wp-votd/trunk/wp-votd.php
r7704 r8248 117 117 <legend>Select a bible version to use</legend> 118 118 <p>You can enter the details of a different Verse of the day RSS feed if you want. If you enter the feed details in manualy, it will over-ride a selection in the dropdown list.</p> 119 <p>After selecting your options then clicking 'Update' put <?php wp_votd(); ?> on your template file where you want the verse to display. See the <a href="http://blog.slaven.net.au/wordpress-plugins/wordpress- feed-locations-plugin/">Verse of the Day instructions page</a> for more information</p>119 <p>After selecting your options then clicking 'Update' put <?php wp_votd(); ?> on your template file where you want the verse to display. See the <a href="http://blog.slaven.net.au/wordpress-plugins/wordpress--plugin/">Verse of the Day instructions page</a> for more information</p> 120 120 <table width="100%" cellspacing="2" cellpadding="5" class="editform"> 121 121 <tr>
Note: See TracChangeset
for help on using the changeset viewer.