
內容簡介
警報產生器外掛程式。可以產生華麗的警報列 (資訊、警告、成功、錯誤或註記)。
透過插入簡單的短代碼使用,或直接在模板檔案中使用以下方法:
<?php echo do_shortcode('[alert type="type"]這裡輸入內容![/alert]'); ?>
警報類型:
[alert type="info"]這裡輸入資訊的內容![/alert]
[alert type="success"]這裡輸入成功的內容![/alert]
[alert type="warning"]這裡輸入警告的內容![/alert]
[alert type="error"]這裡輸入錯誤的內容![/alert]
[alert type="note"]這裡輸入註記的內容![/alert]
外掛標籤
開發者團隊
原文外掛簡介
Alert generator plugin. Generates a slick alert bar (info, warning, success, error or note).
Use it by inserting a simple shortcode, or directly into the template files by using:
Alert types:
[alert type="info"]Info here![/alert]
[alert type="success"]Success here![/alert]
[alert type="warning"]Warning here![/alert]
[alert type="error"]Error here![/alert]
[alert type="note"]Note here![/alert]
