內容簡介
這個外掛提供了有關時尚模特兒、公司和品牌的詳細資訊,來自 MyFDB(我的時尚資料庫)。
這個外掛所呈現的資料將顯示在個別文章或頁面上。它也可以實現為小工具(基於您的佈景主題而出現在網站上)。MyFDB個人資料小工具可以被拖放到任何小工具容器中。
這個外掛包括兩個預定義的樣式(示範模板),但您也可以創建自己的自訂樣式。
進階
這個外掛還具有兩個附加功能:
簡短短碼功能:[myfdbprofile category=”ProfileCategory” tagname=”ProfileTagName” [template=”template”]]- 可用於在文章或頁面文字中輸出個人資料。
PHP 函數用於輸出分配給任何文章的一個或多個個人資料:myfdb_profile_lists(myfdb_profile_lists(array(array(‘cat’=>’p’, ‘tag’=>’some_tag_name’), array(‘cat’=>’c’, ‘tag’=>’some_tag_name’))), template)。個人資料數組由小數組組成,具有 ‘cat’(類別)和 ‘tag’(個人資料標籤名稱)參數。
外掛標籤
開發者團隊
原文外掛簡介
This plugin provides detailed information about fashion models, companies, and brands from MyFDB (My Fashion Database).
The data presented by the plugin is displayed on individual posts or on pages. It also be implemented as a widget (which will appear on your site based on your theme). The MyFDB profile widget can be dragged and dropped into any widget container.
The plugin includes two pre-defined styles (presentation templates, but you can also create your own custom styles.
Advanced
This Plugin has two additional functions:
Short code function: [myfdbprofile category=”ProfileCategory” tagname=”ProfileTagName” [template=”template”]] – can be used to output the profile in post/page text.
PHP function for output a profile(s) assigned to any post: myfdb_profile_lists(myfdb_profile_lists(array(array(‘cat’=>’p’, ‘tag’=>’some_tag_name’), array(‘cat’=>’c’, ‘tag’=>’some_tag_name’))), template). The profiles array consists of mini arrays that have ‘cat’ (category) and ‘tag’ (profile tag name) parameters.
