Conversation
supportI 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!
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!