全新外掛
安裝啟用
—
尚無評分
2043 天前
最後更新
—
問題解決
WordPress 5.5+ PHP 7.3+ v1.0 上架:2020-08-13
內容簡介
此外掛可在網頁頂部顯示橫幅。您需要自行設計橫幅的樣式。
它會生成以下標記:
<section class="easy-banner">
<div class="easy-banner-wrapper">
<p>
<b class="easy-banner-title">標題文字</b>
<span class="easy-banner-description">描述文字</span>
<a class="easy-banner-link" href="http://www.example.com/">連結文字</a>
</p>
</div>
</section>
外掛標籤
開發者團隊
原文外掛簡介
This plugin adds the ability to show a banner at the top of your page. You must style the banner yourself.
It generates markup like this:
