WPIntell

Source evidence

Using Template Not Working

Bible Verse of the Day · support · 2013-06-21T02:51:00+00:00

mixedsentiment
mediumseverity
0.78relevance
3replies
Evidence onlycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

1 / 1 rows with source links

100.0% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

0 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
Mike Matenkosky resolved
I tried to add <?php echo random_bible_verse(); ?> to our home page template, but it displays: “Warning: Missing argument 1 for random_bible_verse(), called in /hermes/bosweb/web107/b1074/ipw.atwaterc/public_html/wordpress/wp-content/themes/acbc/page-template-home.php on line 73 and defined in /hermes/bosweb/web107/b1074/ipw.atwaterc/public_html/wordpress/wp-content/plugins/bible-verse-of-the-day/bible-verse-of-the-day.php on line 75”. http://wordpress.org/extend/plugins/bible-verse-of-the-day/ I can not reproduce your issue, but I know a possible solution. Please try: <?php echo random_bible_verse(0); ?> Please let me know if this works for you, then I can change it in the plugin description. That took care of it. Thanks! Thanks, I changed the plugin description!

Comments

3 shown
dailyverses 2013-06-29T11:18:00+00:00

I can not reproduce your issue, but I know a possible solution. Please try: <?php echo random_bible_verse(0); ?> Please let me know if this works for you, then I can change it in the plugin description.

Mike Matenkosky 2013-06-29T22:45:00+00:00

That took care of it. Thanks!

dailyverses 2013-07-01T13:37:00+00:00

Thanks, I changed the plugin description!