Title: Separate Verse Components
Last modified: August 30, 2016

---

# Separate Verse Components

 *  [jayhawksfan93](https://wordpress.org/support/users/jayhawksfan93/)
 * (@jayhawksfan93)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/separate-verse-components/)
 * Can an update be made so that the various components of the VOTD are separated
   into different divs with classes? I’d like to style differently the verse, the
   reference, the version, and the “powered by” string. Really for the last 3 items
   I’d like preferences that I can set as to whether I want to show them at all.
 * [https://wordpress.org/plugins/biblegateway-votd/](https://wordpress.org/plugins/biblegateway-votd/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [DZ](https://wordpress.org/support/users/dzaikos/)
 * (@dzaikos)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/separate-verse-components/#post-6879825)
 * Well, to be honest I’m really considering end-of-life’ing this plugin. I moved
   away from WordPress quite some time ago.
 * Nevertheless, what you want is doable if you’re willing to do a bit of PHP coding.
   The `dz_biblegateway_votd_admin::remote_get_json_helper()` method applies a filter
   with the compiled HTML, but it also passes the raw JSON data. You could write
   a function (perhaps store it in your theme’s functions.php file). The function
   would take the raw JSON data and build its own HTML; the plugin would use that.
 * You could even copy most of the code from `remote_get_json_helper()` and just
   add the appropriate `div` tags (though, semantically, a `span` tag is more appropriate).

Viewing 1 replies (of 1 total)

The topic ‘Separate Verse Components’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/biblegateway-votd_e3d4c2.svg)
 * [BibleGateway VOTD](https://wordpress.org/plugins/biblegateway-votd/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/biblegateway-votd/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/biblegateway-votd/)
 * [Active Topics](https://wordpress.org/support/plugin/biblegateway-votd/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/biblegateway-votd/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/biblegateway-votd/reviews/)

## Tags

 * [classes](https://wordpress.org/support/topic-tag/classes/)
 * [enhancement](https://wordpress.org/support/topic-tag/enhancement/)

 * 1 reply
 * 2 participants
 * Last reply from: [DZ](https://wordpress.org/support/users/dzaikos/)
 * Last activity: [10 years, 5 months ago](https://wordpress.org/support/topic/separate-verse-components/#post-6879825)
 * Status: not resolved