The URL is:
https://www.fbcamory.org/index.php/daily-bible-reading/
the pages script looks like this:
<?php
if (function_exists(‘jp_get_rss_feed_items’)) {
jp_get_rss_feed_items(array(
‘url’ => “https://www.baptistbiblehour.org/resources/feed/devotional/”,
‘numitems’ => 1,
‘nofollow’ => true,
‘cssclass’ => ‘myclass’,
‘getdesc’ => true,
‘opennewwindow’ => false,
‘show’ => true
));
}
?>