Bible Verse Display

Instructions for use

  1. Use the widget to add a verse in a particular location of your layout
  2. Use the [bible-verse-display] short tag to have a verse appear in a post or on a page:
    [bible-verse-display version="niv" type="bg" showversion="1" class="myclass"] (see parameters below)
  3. To show the verse in your layout without using widgets, edit your layout’s index.php, putting the shortcode where you want it to appear:
    <?php echo do_shortcode("[bible-verse-display]"); ?> (same parameters apply)

Shortcode parameters

You can use the shortcode with no parameters, in which case it will use version, etc. as defined in the Bible Verse Display Settings, or else specify any or all of the below parameters:
  1. version = niv, esv, asv, nasv, kjv, nkjv, msg or the biblegateway.com version id
  2. type = fav, bg
  3. showversion = 1 or 0
  4. class = whatever you want (bvdshortcode is the default)