內容簡介
穆斯林需要遵守每日的禱告時間。安裝此外掛後,您不僅可以提醒自己執行solat(或salaat)的時間,還可以提醒您的博客訪問者。
這是一個外掛,可為您顯示所選位置的伊斯蘭教日常祈禱時間(包括日出),根據在IslamicFinder.org進行的計算。
該外掛允許您將自己的樣式(使用CSS)應用於禱告時間表上。默認情況下,它將遵循您的主題的日曆樣式。
用法
要顯示禱告時間,請放置此代碼:
<?php if(function_exists('solat_times')) { solat_times(); } ?>
要在側邊欄中顯示,請使用此代碼:
<?php
if(function_exists('solat_times')) {
echo "
<li id='calendar'><h2>Prayer times</h2>";
solat_times();
echo "
</li>";
}
?>
外掛標籤
開發者團隊
原文外掛簡介
Muslims need to observe their daily prayer times. With this plugin installed, you’re not just reminding yourselves to perform the solat (or salaat), but you’ll also be reminding your blog visitors as well.
It is a plugin for you to display the daily Islamic prayer times (including sunrise) for your location of choice according to the calculations made at IslamicFinder.org
The plugin allows you to apply your own styling (using CSS) to the prayer times table. By default it will follow the calendar style of your theme.
Usage
To display the prayer times, place this code:
To display on sidebar, use this:
Prayer times
";
solat_times();
echo "
";
}
?>
