內容簡介
這個外掛可以讓你使用短標籤與 CSS 類別名稱或 id 屬性選擇器,在文章或頁面內切換任何物件的可見性。例如:[hideit hide=".widget-1, #header-div" show=".widget-2, p:contains('Lorem Ipsum')"]。一個 .點表示這是一個類別名稱,一個 #井字號表示這是一個 id 屬性,每個物件之間用逗號隔開。非常簡單。您可以通過查看網頁的原始代碼來獲取物件的 id 或類別名稱。
外掛標籤
開發者團隊
原文外掛簡介
This plugin allows you to toggle visibility of any objects from within a post or page using shorttags and CSS class name or id attribute selectors. Example: [hideit hide=".widget-1, #header-div" show=".widget-2, p:contains('Lorem Ipsum')"]. A .dot indicates this is a class name, a #hash mark indicates this is an id attribute, and a comma separates each object. Easy enough. You can get an object’s id or class name by viewing the source code for your webpage.
