EstudoBiblico Bíblia Digital lets site administrators publish locally stored Bible content in WordPress using plugin-owned database tables, friendly URLs, shortcodes, widgets, and a search block.
This public package does not include copyrighted Bible texts, SQL dumps, or proprietary translations. The site administrator imports licensed Bible data with a ZIP file that contains books.csv and verses.csv.
Main features:
.pot, .po, and .mo files for plugin interface translation.This plugin does not distribute Bible text. The site administrator is responsible for confirming that every imported translation is public domain, properly licensed, or used with permission from the rights holder.
Import a ZIP file containing:
books.csvverses.csvBoth files must be encoded in UTF-8. Comma and semicolon separators are supported.
Required books.csv columns:
livro_seqlivrolivro_descRequired verses.csv columns:
testamentolivroseqlivrocapituloversiculopalavraExample books.csv:
livro_seq,livro,livro_desc
1,Gn,Genesis
43,John,John
Example verses.csv:
testamento,livroseq,livro,capitulo,versiculo,palavra
OT,1,Gn,1,1,In the beginning God created the heaven and the earth.
NT,43,John,3,16,For God so loved the world...
Book numbering should follow the traditional Protestant order from 1 to 66.
All shortcodes are also documented inside the plugin admin area under Settings > Biblia Digital > Shortcodes.
Shortcode:
[biblia-digital]
Compatibility aliases:
[biblia-wp-estudobiblico][bibliawp-estudobiblico]Description: displays the full Bible reader, including landing area, books, chapters, verses, search, breadcrumbs, and navigation.
Examples:
[biblia-digital]
[biblia-digital version="1"]
[biblia-digital per_page="30" title="Bible Reader" version="1"]
Attributes:
per_page: number of items per page when pagination is used. Default: 30.title: optional title displayed by the shortcode when applicable.version: Bible version ID. Example: version="1".Shortcode:
[biblia-busca]
Alias:
[estudo_biblico_busca]Description: displays only the Bible search form.
Examples:
[biblia-busca]
[biblia-busca title="Search the Bible" placeholder="Type a word or phrase" button="Search"]
Attributes:
title: search form title.placeholder: placeholder text for the search field.button: submit button text.version: Bible version ID, when applicable.Shortcode:
[biblia-busca-pagina]
Alias:
[biblia-digital-busca]Description: displays the search form, results, and pagination. This shortcode is recommended for a public search page.
Examples:
[biblia-busca-pagina]
[biblia-busca-pagina title="Search the Bible" per_page="30" show_book="1"]
Attributes:
title: search page or block title.per_page: number of results per page. Suggested default: 30.show_book: show the book selector. Accepts 1 or 0.version: Bible version ID, when applicable.Shortcode:
[biblia-versiculo-aleatorio]
Description: displays a random Bible verse.
Examples:
[biblia-versiculo-aleatorio]
[biblia-versiculo-aleatorio book="19"]
[biblia-versiculo-aleatorio title="Verse of the Moment" book="19" show_button="1" button_text="Read chapter"]
Attributes:
title: block title.book: book ID or book identifier. Example: book="19" for Psalms.version: Bible version ID.show_reference: show the Bible reference. Accepts 1 or 0.link_reference: link the reference to the reader. Accepts 1 or 0.show_button: show a chapter button. Accepts 1 or 0.button_text: button label.Shortcode:
[biblia-versiculo]
Description: displays one specific verse or a random verse.
Examples:
[biblia-versiculo livro="john" capitulo="3" versiculo="16"]
[biblia-versiculo book="43" chapter="3" verse="16"]
[biblia-versiculo livro="random" capitulo="random" versiculo="random"]
[biblia-versiculo livro="psalms" capitulo="23" versiculo="random"]
Attributes:
title: optional title.livro: book name, abbreviation, or ID.book: English alias for livro.capitulo: chapter number or random.chapter: English alias for capitulo.versiculo: verse number or random.verse: English alias for versiculo.version: Bible version ID.show_reference: show the reference. Accepts 1 or 0.link_reference: link the reference to the reader. Accepts 1 or 0.show_button: show a button. Accepts 1 or 0.button_text: button label.Accepted random values:
randomaleatorioaleatóriorand*Shortcode:
[biblia-capitulo]
Description: displays a specific chapter or a random chapter.
Examples:
[biblia-capitulo random="1" limite="15"]
[biblia-capitulo livro="john" capitulo="3"]
[biblia-capitulo livro="43" capitulo="3"]
Attributes:
title: optional title.livro: book name, abbreviation, or ID.book: English alias for livro.capitulo: chapter number.chapter: English alias for capitulo.random: enable random chapter mode. Accepts 1 or 0.limite: limit the number of displayed verses.limit: English alias for limite.version: Bible version ID.show_title: show the chapter title. Accepts 1 or 0.show_button: show a button to open the full chapter. Accepts 1 or 0.button_text: button label.Biblia Digital supports friendly URLs and keeps compatibility with older query-string URLs.
Version-aware URL example:
/biblia-digital/versao/acf-pt-br/john/3/16/
Legacy URL example:
/biblia-digital/john/3/16/?bdwp_bible_id=1
After changing the Bible URL base in the plugin settings, go to Settings > Permalinks and click Save Changes once.
Biblia Digital does not collect personal data, track visitors, or require calls to external APIs. Imported Bible content is stored locally in the WordPress database.
This plugin is licensed under GPLv2 or later. Imported Bible data must be public domain, properly licensed, or used with permission from the rights holder.