[WordPress] 外掛分享: Solat Times

首頁外掛目錄 › Solat Times
10+
安裝啟用
尚無評分
6574 天前
最後更新
問題解決
WordPress 2.1+ v0.1 上架:2008-02-26

內容簡介

穆斯林需要遵守每日的禱告時間。安裝此外掛後,您不僅可以提醒自己執行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>";
}
?>

外掛標籤

開發者團隊

⬇ 下載最新版 (v0.1) 或搜尋安裝

① 下載 ZIP → 後台「外掛 › 安裝外掛 › 上傳外掛」
② 後台搜尋「Solat Times」→ 直接安裝(推薦)

原文外掛簡介

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 "

";
}
?>

延伸相關外掛

文章
Filter
Apply Filters
Mastodon