Development on a Shoestring

Bible Verse of the Day WordPress Plugin

All Scripture is breathed out by God and profitable for teaching, for reproof, for correction, and for training in righteousness, that the man of God may be competent, equipped for every good work. (2 Timothy 3:16-17, ESV)

This is a plugin for the WordPress blogging software (which powers this site). It allows WordPress users to display a bible verse of the day on their site. Please read this page before leaving any questions/comments

Any version of this plugin past 2.6 requires WordPress 2.1, so if you haven’t installed WordPress 2.1 yet (and don’t intend to) please use the 2.6 version of this plugin. It is stable & functional, just no longer supported.

Installation

Download the plugin zip file (Download link is under ‘Plugin Information’). Unzip the files & place them in the /wp-content/plugins/ directory on your site. Enable the plugin on the Plugins page in the WordPress Admin, then go into the plugin options page, set the options you want and click ‘Update’. (You only have to do this if you’re changing any options, the plugin loads the default settings automatically). That’s it, the plugin is installed. Easy. Almost … too easy.

Using the plugin (aka How do I make the thing actually show up?)

Like many other plugins, this plugin creates another tag that you can put into your template somewhere. If you’re familiar with editing your site’s templates, then all you need to know is to put <?php wp_votd(); ?> somewhere on one of your template files. Usually it gets put on the sidebar, but you’re welcome to put it wherever you want. Inventive displays of creativity with the display of the VotD plugin will be highlighted here if you let me know about it.

Update in version 2.6: I have added support for the Hemingway theme’s block system, see below.
I have not ported support for Hemingway blocks to 3.0. This is because I’m planning to update it for the WordPress Widgets in the next release.

If you’re not familiar with editing your templates, instructions on how to are beyond the scope of this document, but there are plenty of great instructions and ideas on the WordPress Codex. But in short, what you should do to get started very quickly is to go into the Admin section of your blog, click on ‘Presentation’ on the menu, then ‘Theme Editor’ on the sub-menu. From there you are presented with a list of files on the right-hand side. This files are your site’s templates. I’m going to assume that if you don’t know how to edit your templates you’re still using the default template. Clilck on the sidebar.php link to bring up the code for the sidebar. At the top you’ll see

<div id="sidebar">
<ul>

After that add a new line and put this in:

<li><?php wp_votd(); ?></li>

Hit ‘Update File’ down the bottom and that’s it. If you view your site now, you should see the verse at the top of the sidebar. This may not work, however, if your server isn’t setup to allow you to edit files through the website. If on pressing ‘Edit File’ it presents you with an error message you’re going to have to edit the files manually with an FTP & text editor program. If that’s all geek to you, you’ll probably need to get some help from someone else to set this up.

Options

The plugin has a number of different options, which are set using the ‘Verse of the Day’ options page. You can select a different bible version from the dropdown list, or enter the details of any other VotD RSS feed you like. You just need to enter the version abbreviation (eg. ‘ESV’), the name of the version (eg. ‘English Standard Version’) and the URL of the RSS feed (eg. http://www.blablabh.com/rss.xml).

You can change the refresh time. Don’t though, it is a verse of the day after all. The only reason you’d use that is if you were testing something. You don’t even need to change this when you change the bible version, as it will automatically clear the cache and update for you.

You can change the display template. This is basically the code that the plugin outputs. It should be fairly self-explanitory to anyone with a passing knowlege of HTML. There are instructions on the options page explaing what the different tags display (eg. [TEXT] is where the text of the verse will display).

Technical Information

The plugin uses the magpie-rss php module that is built into WordPress to pull down the RSS VotD feed from sites like Good New Publishers (The English Standard Version) or BibleGateway (NIV, KJV, etc.). The plugin stores the verse information from the RSS feed in the WordPress options table along with a timestamp, so it knows when to update again. The user can set the plugin to update more regularly than every 24 hours but this is not reccomended, as it is a verse of the day, so the content won’t change any more regularly. If the user sets the update time to 0 a warning notice is set in the options page letting the user know that this is a Very Bad Thing

Previous versions of this plugin used a text file stored in the /wp-contents/ folder to hold the cache, but I found that far too many users were having problems with saving and retriving the cache file, mostly due to permissions problems (and hosting companies not allowing users shell access to set said permissions), so I decided to move it into the database. In doing so I found that WordPress makes DB access so redicullously simple I don’t know why I didn’t do it that way in the fist place. Pass set_options() 2 variables (a name and value pair) and it stores the value referenced by the name in the options table, and get_options() function retrieves the value. Pass set_options() an array as a value and it will serialize() it for you automagically (and get_options() will unserialize() too). So great.

Anyway, enough fanboy raving. The other major change was to create an options page rather than making the users set the variables in the code as paramaters on the wp_votd() function.

80 Responses for "Bible Verse of the Day WordPress Plugin"

  1. [FRANTIX] » .: Blog Update :. [FRANTIX] » .: Blog Update :. January 7th, 2006 at 7:53 am 1

    [...] * WP-Verse Of The Day: Verse of the Day is een plugin die dagelijks een ander Bijbelvers weergeeft…. [...]

  2. Franco van Vuuren » Blog Archive » WordPress - Plugins Franco van Vuuren » Blog Archive » WordPress - Plugins January 16th, 2006 at 1:44 am 2

    [...] And so the time has come to start configuring WordPress … my blogging tool. I’ve spend the best part of two hours searching for plugins for my site. Came up with three of them. Verse of the Day, Email and Print. [...]

  3. GioLovesGod.com | [God, Site] Putting His Word on the front page GioLovesGod.com | [God, Site] Putting His Word on the front page January 16th, 2006 at 3:12 am 3

    [...] Verse of the Day plugin has now been activated. Besides my heart, His Word shall also reside in the front page. Thanks go out to Dalziel of Development on a Shoestring for such an important and neat plugin. May God’s Word soothes the soul and imparts wisdom to all that take heed. [...]

  4. Pieter Pieter February 20th, 2006 at 9:33 am 4

    Hi, great work! In Wordpress 2 (using connections template and trying to put the function in the comments.php file in the theme directory), I just get nothing back from the function call. Any ideas?

  5. Glenn Slaven Glenn Slaven February 20th, 2006 at 9:35 am 5

    Have to clicked ‘Update’ on the options page. The plugin won’t display until you have confirmed the selected options at least once, even if you’re not changing anything.

  6. petar petar February 26th, 2006 at 11:15 am 6

    Wonderful plug-in! It’s so encouraging to see God’s Holy Word proclaimed throughout the world in new ways! Keep up the good work and be encouraged!

  7. TransylvanianDutch » Blog Archive » Plug-in Update TransylvanianDutch » Blog Archive » Plug-in Update March 6th, 2006 at 2:37 am 7

    [...] 1) Verse of the Day. Developed to insert a daily bible verse into your sidebar, I modified it to provide a link to Chabad’s Daily Thought. [...]

  8. cozart cozart March 14th, 2006 at 3:29 pm 8

    i’m running wordpress 1.5 and when i add the plugin to my directory i get this error:

    Fatal error: Call to undefined function: plugin_basename() in /home/rmfoblog/public_html/cozart/wp-content/plugins/wp-votd.php on line 32

  9. Glenn Slaven Glenn Slaven March 14th, 2006 at 3:52 pm 9

    cozart: sorry In the latest updates I’ve used WP2.0 functions. You can either upgrade to 2.0, or the earlier version of the plugin should still work in 1.5 http://dev.wp-plugins.org/file/wp-votd/tags/2.5/wp-votd.zip?rev=5257&format=raw

  10. kiwi-design-blog » Oooh! Plug-ins kiwi-design-blog » Oooh! Plug-ins March 14th, 2006 at 7:35 pm 10

    [...] I added the VotD plugin as I thought it was a good little ‘bite’ of information that people can get every day. Now even if you aren’t Christian the Bible teaches good values so I feel this will benefit every visitor to the blog. [...]

  11. blog @ AWBHoldings.com » Blog Archive » Newly Installed Plugins 03/25/06 blog @ AWBHoldings.com » Blog Archive » Newly Installed Plugins 03/25/06 March 25th, 2006 at 11:36 am 11

    [...] Verse of the Day [...]

  12. Jackie Jackie April 18th, 2006 at 1:46 am 12

    Are there any plans to make this a widget?
    I am really struggling to get it formatted so that it looks like the rest of the items in my sidebar. If it were a widget I wouldn’t have this problem, would I?
    Even if you don’t make it available as a widget I think it is really cool!

  13. Glenn Slaven Glenn Slaven April 20th, 2006 at 11:09 am 13

    Jackie: It’s definitely on my todo list!

  14. chris’sBlog » Verse of the day.. chris’sBlog » Verse of the day.. April 22nd, 2006 at 7:11 am 14

    [...] If you are a wordpress buff, then find it here. [...]

  15. jeff jeff May 3rd, 2006 at 6:45 am 15

    I’m wondering if it is possible to use your plugin to display random items from the jargon database. They have a feed for that here:

    http://www.jargondb.org/random/rss.xml

    Thanks

  16. Glenn Slaven Glenn Slaven May 3rd, 2006 at 9:26 am 16

    There’s no reason why you can’t, all it’s doing is parsing the RSS feed & outputing the contents, you can change the formatting to remove references to verse & call it whatever you want.

    If you get it to work, please drop us a line so I can check it out.

  17. Angi Angi June 16th, 2006 at 4:29 am 17

    Hi,

    I’ve activated the plugin, inserted the required code into my sidbar, updated and all that but it isn’t showing up! Any tips on what I could be doing wrong?

  18. Jon Jon June 17th, 2006 at 10:01 pm 18

    Thanks for the nice plugin and clear instructions. My sister died last week and I just now put up a page for persons to leave comments for my family. The first verse that was “randomly” fed to my site was 1 John 2:24-25 “…abide in the Son and in the Father. And this is the promise that he made to us–eternal life.” God is so good!

  19. Dirk Dirk July 3rd, 2006 at 10:03 am 19

    Glenn-

    Like several other, I’m not able to get this to work either in my wordpress blog. I do have the plugin activated so that is not the issue and I have the simple line of code in the right spot of my sidebar.php file.

    Are there any dependancies that the plugin requires? The only other plugin that I have activated is “Dashbar”.

  20. Dirk Dirk July 5th, 2006 at 10:57 am 20

    PROBLEM RESOLVED

    Glenn -

    I think I found the reason that I and perhaps others have not been able to see anything on their pages after following the above instructions. It appears that if you never visit the “Options” / “Verse of the Day” page under the Word Press admin menu, the verse won’t display. After I just went to the page for the first time, my VOTD started to show up on my blog. I’m guessing that something must get written somewhere by visiting that page to configure the plug-in.

    So if your having the VOTD not show up, try going to that options page and then check again.

  21. Glenn Slaven Glenn Slaven July 5th, 2006 at 10:59 am 21

    Dirk, very true, if you note this comment you’ll see others have had this problem before. I’ve now added those instructions to the installation section in the post above. I probably should have put that in earlier, I guess I just assumed people would do it any way. Silly me :)

  22. Dirk Dirk July 5th, 2006 at 11:18 am 22

    “Dirk, very true, if you note this comment you’ll see others have had this problem before.”

    Funny, I read that post and assumed something completely different … must have been reading too fast. Serves me right. Thanks for the quick response.

  23. john john August 1st, 2006 at 8:12 am 23

    Well, I have gone through each of the above and its still not working. I have updated the options mutiple times. I have checked that I have the latest 2.6 release of votd. I am using yellowhite3c as the theme and I have update the leftsidebar.php to have in it. I have updated this leftsidebar.php before and see the changes (the del.icio.us tag) so I know changes work.

    I am the end of what I think I can do.

    Any help is requested….
    John

  24. Church website and blog ideas » Blog Archive » Verse of the day - plugin tip Church website and blog ideas » Blog Archive » Verse of the day - plugin tip August 21st, 2006 at 4:51 pm 24

    [...] Verse of the day takes the verse from various RSS bible verse feeds and incorporates into the wordpress site. It can be placed anywhere and changes each day. It caches the verse so that the feed is only read once every 24 hours. [...]

  25. m A N I C O M I . n E T » Blog Archive » Los plugins más estúpidos para Wordpress m A N I C O M I . n E T » Blog Archive » Los plugins más estúpidos para Wordpress September 8th, 2006 at 6:18 am 25

    [...] - Verse of the Day: muestra un verso de la Bíblia al día. ¡Guau! [...]

  26. Weblog Tools Collection » Blog Archive » WordPress Plugin Releases for 1/30 Weblog Tools Collection » Blog Archive » WordPress Plugin Releases for 1/30 January 30th, 2007 at 3:27 pm 26

    [...] Bible Verse of the Day fetches the daily verse from Good New Publishers (The English Standard Version) or BibleGateway (NIV, KJV, etc.). [...]

  27. JC JC January 30th, 2007 at 8:47 pm 27

    Nice Plugin. I never thought there would be a plugin like this. I use a script from verseoftheday.com

  28. Tony Tony January 31st, 2007 at 1:01 am 28

    Anyone know of an RSS Feed for the NASB? All I can find is the ASV.

  29. Watershed Studio Blog » Blog Archive » January 30th, 2007 Dailies Watershed Studio Blog » Blog Archive » January 30th, 2007 Dailies January 31st, 2007 at 5:09 am 29

    [...] Plugins: Bible Verse of the Day, Our Todo List & Share This 1.4 Tags: adobe photoshop, amd 64, gimp, gpl, Microsoft, mpl, nvu, [...]

  30. Wordpress Plugin - Bible Verse Of The Day at WPThemesPlugin.com - Wordpress Themes | Plugins | Blogs Wordpress Plugin - Bible Verse Of The Day at WPThemesPlugin.com - Wordpress Themes | Plugins | Blogs January 31st, 2007 at 11:31 am 30

    [...] Visit | Download [...]

  31. Glenn Slaven Glenn Slaven January 31st, 2007 at 11:47 am 31

    Tony: unfortunately it seems that the NASB publishers don’t let verse of the day feeds be published: http://www.biblegateway.com/usage/votd/rss/votd.rdf?49

  32. Hacks, Information, and More » WordPress Plugin Releases for 1/30 Hacks, Information, and More » WordPress Plugin Releases for 1/30 February 5th, 2007 at 7:25 pm 32

    [...] Bible Verse of the Day fetches the daily verse from Good New Publishers (The English Standard Version) or BibleGateway (NIV, KJV, etc.). [...]

  33. Josh Josh February 7th, 2007 at 2:43 pm 33

    Thanks for your work on this plugin. I have one question. I cannot get the end of the feed to look right. This is how it looks on my page.

    live by faith.” (
    Romans 1:16-17
    , ESV) (
    Listen
    )

    I widened the sidebar and that did not fi it….Forgive my ignorance.

  34. Glenn Slaven Glenn Slaven February 8th, 2007 at 8:35 am 34

    There’s a problem with the stylesheet on that page. I’ve emailed you a possible fix.

  35. pablopabla pablopabla February 8th, 2007 at 4:58 pm 35

    Excellent plugin! I put it up at http://deliciousasianfood.com

  36. Tony Tony February 11th, 2007 at 12:28 am 36

    Thanks for the info on the NASB. Great plugin, BTW.

  37. Tony Tony February 17th, 2007 at 10:11 am 37

    How do i change the color of the font?

  38. Tony Tony February 17th, 2007 at 10:50 am 38

    FOUND THE ANSWER ON YOUR SITE!!:D

    Jackie, the best way to control the font is to use CSS. If you’re not familiar with CSS you should probably have a look here and here.

    But in short, the verse text is contained inside a HTML paragraph element with an id of ‘votd’. What this means is that if you open up your css document (in your case it’s wp-content/themes/ocadia/style.css) and go to the bottom of the file and insert the following:

    #votd {
    font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
    color: red;
    }

    it will make the VotD text 12 pixels in size, in the Verdana font and coloured red. You’ll probably want to style it somewhat different to that though :)

    Glad to hear it all worked the way it’s supposed to!

  39. john john February 21st, 2007 at 6:07 am 39

    how do you change the bible version?
    i’ve tried wp_votd(’NIV’); but it still displays the ESV version.

    Thanks!

  40. Glenn Slaven Glenn Slaven February 21st, 2007 at 9:02 am 40

    John, there is an options page for the plugin where you can set the version. Go to wp-admin -> Options -> Verse of the Day & pick from the list there. The NIV is one of the options.

  41. vie vie April 5th, 2007 at 8:05 pm 41

    thanks for the plugin. it’s awesome. love it.

  42. Jazzy Jazzy April 9th, 2007 at 1:00 pm 42

    This is wonderful. Thank you so much!

  43. ivie ivie April 18th, 2007 at 2:59 am 43

    thanks for the plugin but after I activate the plugin, I have problem to load the import page under manage in wp-admin. when I want to import my post from my other blog to simplyvie, I can’t load the import page. if I deactivate votd plugin.. then the import page loading successfully. well I think that’s all from me.

  44. Peggy Peggy April 20th, 2007 at 2:37 pm 44

    I love this plug-in! But what I appreciated most of all were your great install instructions. Thanks so much!

  45. David Stembridge David Stembridge April 30th, 2007 at 12:39 pm 45

    Hi there, Can the listen option be removed?
    http://cfnb.morningstarmedia.org/wordpress
    I’m using the Anarchy Media Player plugin, and it makes this kinda weird…
    I’d really rather just have the text anyway…
    Thanks and GodsPeace!

  46. Glenn Slaven Glenn Slaven April 30th, 2007 at 1:20 pm 46

    Yep, if you go into the options page for the Plugin in admin and remove [ENCLOSURE] from the Display Template, it won’t show the listen link any more.

    Cheers

  47. 我爱水煮鱼 » 定时是所有 - 在 WordPress 安排任务 我爱水煮鱼 » 定时是所有 - 在 WordPress 安排任务 May 1st, 2007 at 9:15 pm 47

    [...] Verse of the day plugin 导入已经解析的 RSS [...]

  48. Tony Tony May 2nd, 2007 at 2:45 am 48

    Great Plug-in. Thanks for putting the time into it for us to share the Word! :)

  49. erin erin May 3rd, 2007 at 3:35 pm 49

    i seem to be having trouble. the verse never changes, it stays on the same one, unless i click update in options.

  50. January 30th, 2007 Dailies - Defend PC January 30th, 2007 Dailies - Defend PC May 6th, 2007 at 3:46 pm 50

    [...] Plugins: Bible Verse of the Day, Our Todo List & Share This 1.4 adobe photoshop, amd 64, gimp, gpl, Microsoft, mpl, nvu, [...]

  51. anthony anthony May 13th, 2007 at 6:17 pm 51

    Thanks for the plugin. It’s very useful.
    I have one question. The plugin is showing alright on my website(I’m using WP 2.1.3) but it won’t refresh. The same verse is staying for few days and every time I have to go to the option page and click the ‘update’ manually for it to refresh. Does anyone have the same problem?

    Thanks in advance.

  52. Glenn Slaven Glenn Slaven May 13th, 2007 at 7:00 pm 52

    erin & anthony: Can you tell me, what version of WordPress are you running? Also, are you running version 3.0 of the plugin?

  53. anthony anthony May 15th, 2007 at 1:43 am 53

    I’m using wordpress 2.1.3 and version 3.0 of the plugin.

  54. Rachel Rachel May 24th, 2007 at 3:39 am 54

    I am having the same problem as erin and anthony. The verse isn’t refreshing. I am also using wordpress 2.1.3 and version 3.0 of the plugin. Any help with this would be great! Love the plugin!

  55. Glenn Slaven Glenn Slaven May 29th, 2007 at 10:59 am 55

    Erin, Anthony & Rachel, there is a new beta version of the plugin available http://blog.slaven.net.au/archives/2007/05/28/new-beta-of-the-verse-of-the-day-plugin-now-with-widgets/

    I’m hoping that it will solve this problem

  56. Jim Jim May 30th, 2007 at 4:35 pm 56

    Hi there,

    I use your plugin at http://www.ucb.com/blog/ i have a problem though… the font sizes are too small.

    here are my questions:

    1. what can i do to solve this? I am a newbie on this… so if you can guide me what to do and how to do it i will appreciate it.
    2. i accidentally deleted the text in the configuration box… all i have now there is “[TEXT]” could you please give me again the default values again please?

    thanks,

    Jim

  57. Jim Jim May 30th, 2007 at 4:58 pm 57

    I think i have tweaked it and it partly worked… have a looksie at http://www.ucb.com/blog/

    My problem now is that the text isn’t in the box… or overflows out of the box… you’d know what i mean when you see it…

    is there anything i can do to make it work “in” the box?

    -Jim

  58. Glenn Slaven Glenn Slaven May 30th, 2007 at 5:29 pm 58

    Jim, I’m not seeing the verse at all I guess you’re working on it at the moment, but if it’s not contained then I would guess there is a CSS problem. It does appear that the calendar is pushing out of its box & above.

  59. Hunter Chorey Hunter Chorey June 8th, 2007 at 7:42 am 59

    Hey Glenn! Any progress on a version that works for Wordpress Widgets? :) That would, indeed, be awesome.

  60. Glenn Slaven Glenn Slaven June 8th, 2007 at 12:11 pm 60

    Hunter, I’ve got a beta version available now, you can grab it here: http://blog.slaven.net.au/archives/2007/05/28/new-beta-of-the-verse-of-the-day-plugin-now-with-widgets/

    Please let me know how it goes

  61. Hunter Chorey Hunter Chorey June 9th, 2007 at 12:35 am 61

    awesome! trying it out now… :)

  62. Gerard Gerard June 11th, 2007 at 6:05 am 62

    Hi,

    A few days ago I installed the plugin. I really like it, but it doesn’t refresh. Even since I installed the new beta version 3.5 it won’t refresh.

    Any help is welcome.

    Thanks

  63. Hunter Chorey Hunter Chorey June 19th, 2007 at 4:43 am 63

    Glenn, the beta version works wonderfully on my side. Thanks so much! :)

  64. Wordpress Pluings für Wordpress 2.2 » Lizenzfreie Texte Wordpress Pluings für Wordpress 2.2 » Lizenzfreie Texte June 24th, 2007 at 11:09 pm 64

    [...] Bible Verse of the Day Wie der Title des Plugins schon verrät, kann man mit dieser Zusatzfunktion einen täglich wechselnden Bibelvers auf seinem Blog einblenden. [...]

  65. WP Plugins DB » Plugin Details » Verse of the Day WP Plugins DB » Plugin Details » Verse of the Day June 29th, 2007 at 5:36 pm 65

    [...] Visit [...]

  66. David Stembridge David Stembridge June 30th, 2007 at 2:25 pm 66

    I have a “high-speed” problem with th MP3 playback… on the following site:
    http://cfnb.morningstarmedia.org/wordpress/news/

    any ideas? How do I just remove the MP3 playback altogether?
    Thanks!

  67. Bryan Warman Bryan Warman July 3rd, 2007 at 1:47 am 67

    I can’t get this to work at all. It looks like a great plug-in and I’ve tried everything I can but I’m at a loss. I can’t even get it to show a “Display Output within the plug-in options page. The three version customization forms are all populated with the following by default:

    and any time I try to change them they automatically revert back to the above. Ideally I would like to use this as a widget but I can’t even get it to show up as a plug-in. I have tried various themes. The actual widget shows up with the title but not the text. Any help would be appreciated. Thanks in advance.

  68. Bryan Warman Bryan Warman July 3rd, 2007 at 6:07 am 68

    Sorry. My previous post took away my code so I just uploaded a screenshot to my server it’s located here:

    http://www.soulsdesign.com/wp-content/uploads/2007/07/picture-2.png

    Again, any help would be greatly appreciated.

  69. tammiesprings.com » Blog Archive » Illuminate 2.0 tammiesprings.com » Blog Archive » Illuminate 2.0 August 3rd, 2007 at 6:56 am 69

    [...] Verse of the Day [...]

  70. Christian Rock Music Christian Rock Music August 14th, 2007 at 12:07 pm 70

    Hey thanks for the plugin :)

  71. holiday elsie holiday elsie September 1st, 2007 at 10:02 am 71

    thanks for putting the word to wordpress!

    …but doesn’t refresh each day (using wp-votd 3.0 widget with worpress 2.2.1)

  72. Andrew Pitchford Andrew Pitchford October 7th, 2007 at 2:03 am 72

    Glenn,

    I am having a problem getting VOTD plugin 3.5 to display correctly on two sites. If you check http://www.pitchfords.com and http://www.hardteaching.com you will see that for some reason it displays with line breaks.

    I haven’t changed the display template.

    It displays fine on http://www.andrewpitchford.com

    Any ideas?

    Andrew

  73. malinesky malinesky October 8th, 2007 at 8:10 pm 73

    thanks for having this plugin available to everyone! this is definitely in my to-do-list.

    Will let you know if it will work on my site. THanks!

  74. Darren Smith Darren Smith October 23rd, 2007 at 9:18 pm 74

    Hi. No matter how hard I try this isn’t displaying anywhere in my WP website. I am using WP 2.0.4 and plugin 2.6. I am using Firefox - does that have any affect?

    Thanks.

  75. Darren Smith Darren Smith October 23rd, 2007 at 9:21 pm 75

    Forget it. I’m crazy. It works now.

  76. Michael Michael November 21st, 2007 at 6:39 am 76

    Got the beta and installed as a widget- I do get the VOTD title showing up in the sidebar, however no votd…..

  77. Jenny Jenny January 24th, 2008 at 1:51 am 77

    Do you know of a way to only add the verse of the day widget to only one page. If you look at my blog - http://members.thebabyattic.com, the you will see that I have a nav bar at the top with my pages, and one of those pages is “Word for Wednesday” that’s where I want the verse of the day to appear - on the page, not the sidebar (or if it has to stay on the sidebar, then I only want it on this page’s sidebar). I have no idea how to make that happen? Any ideas?? I love the plugin!

  78. Jenny Jenny January 24th, 2008 at 4:11 am 78

    Ok, Ifigured out how to get i on just on page - but the now I would like to increase the font size. I’mnot sure how.

    http://members.thebabyattic.com/?page_id=14/ it’s on the top left sidebar

  79. Incorporates A Small Web Server Incorporates A Small Web Server February 23rd, 2008 at 2:14 pm 79

    Three Mistakes Small Business Owners Make After Incorporating…

    Incorporating a business has several advantages. Some of these advantages include: protecting the assets of the shareholders and officers, protecting the assets of the business from shareholder and officer’s actions, improving the image of the company…

  80. Lance Lance February 26th, 2008 at 3:49 pm 80

    I love the subject of life verses. They are each so personal. Mine is…

    Trust in the Lord with all thine heart, and lean not unto thine own understanding. In all thy ways acknowledge Him and He shall direct thy paths. Proverbs 3:5-6

    I also wanted to show you my website http://www.MyCrossVerse.com. I’m an artist living in Texas and I do custom Christian paintings for the good of His kingdom. Drop me a line and let me know what you think.

    God Bless