This plugin will extract the daily solat or salaat (Islamic prayer) times for a specified location based on calculations made by IslamicFinder.org
To display the prayer times, place this code:
<?php if(function_exists('solat_times')) { solat_times(); } ?>
To display on sidebar, use this:
<?php
if(function_exists('solat_times')) {
echo "
<li id='calendar'><h2>Prayer times</h2>";
solat_times();
echo "
</li>";
}
?>
Requires: 2.1 or higher
Compatible up to: 2.3.2
Last Updated: 2008-3-1
Downloads: 2,627
Got something to say? Need help?